Search found 9 matches

by TCC-ESP32
Wed Mar 27, 2024 6:55 pm
Forum: General Discussion
Topic: ESP32 not connecting to WiFi Access Point
Replies: 0
Views: 238

ESP32 not connecting to WiFi Access Point

I have a very strange and frustrating problem. I have four ESP32s and two Access Points on my network. All the ESP32s are setup the same, exactly the same code, except for server names etc. So, here's the problem: I have ESP1, ESP2, ESP3 and ESP4 I have a main router with AP1 and AP2 connected with ...
by TCC-ESP32
Wed Jun 22, 2022 1:49 pm
Forum: ESP32 Arduino
Topic: ESP32 erratic boot times
Replies: 0
Views: 1132

ESP32 erratic boot times

Hi, I have an ESP32 running a lighting circuit. When I switch the circuit on the ESP gets power and the ESP is programmed to switch on a relay (connected to a light) in the setup routine. The relay switch-on is practically the first command after initializing the GPIO pins in the setup routine. My p...
by TCC-ESP32
Thu Sep 30, 2021 12:02 pm
Forum: ESP32 Arduino
Topic: PWM Channel Conflicts
Replies: 1
Views: 2373

PWM Channel Conflicts

Hi, I have an ESP32-S dev. board which I am using to control sound and LEDs. The LEDs are on GPIO_17 and controlled using the FastLED library. The sounds are generated with the tone() command and I am using the Tone32 library. My sound output is on GPIO_2 and the channel is set to 0, as follows: ton...
by TCC-ESP32
Sat Feb 27, 2021 6:26 pm
Forum: General Discussion
Topic: Bluetooth version?
Replies: 3
Views: 2932

Re: Bluetooth version?

Not sure what you mean by "profile". I am using a NodeMCU-32S dev module.
by TCC-ESP32
Sat Feb 27, 2021 3:04 pm
Forum: General Discussion
Topic: Bluetooth version?
Replies: 3
Views: 2932

Bluetooth version?

What version of Bluetooth must my device (smartphone) have to communicate with an ESP32 based project?
by TCC-ESP32
Mon May 25, 2020 8:52 am
Forum: ESP32 Arduino
Topic: Porting basic code to ESP32
Replies: 4
Views: 5359

Re: Porting basic code to ESP32

Thanks, Ray

What is the "fix/workaround" for this?
by TCC-ESP32
Fri May 22, 2020 11:07 am
Forum: ESP32 Arduino
Topic: Porting basic code to ESP32
Replies: 4
Views: 5359

Re: Porting basic code to ESP32

Sorry, yes I should have made myself more clear. First, I took my original, working, Arduino sketch (as shown on GitHub). Then, I changed the pin numbers to match the GPIO pins on the ESP32. I also changed the baud rate for the Serial monitor. And that's all I did. I was hoping (expecting) to get th...
by TCC-ESP32
Thu May 21, 2020 11:45 am
Forum: ESP32 Arduino
Topic: Porting basic code to ESP32
Replies: 4
Views: 5359

Porting basic code to ESP32

I have a small sketch I would like to port to the ESP32, but I can't get it to work.
The Arduino sketch and partially modified ESP32 sketch are here: https://github.com/Account-Git/Arduino-to-ESP32
Please, can anyone help?

Something so simple shouldn't be this difficult. :(
by TCC-ESP32
Wed May 13, 2020 1:03 pm
Forum: ESP32 Arduino
Topic: Convert Arduino SPI to ESP32
Replies: 1
Views: 2868

Convert Arduino SPI to ESP32

I have an Arduino project that I am trying to convert to run on an ESP32. My project receives data from a 74HC165 shift register via SPI. I have purchased a NodeMCU-32S board and connected my project as follows: GPIO Pin 19 - Connects to Pin 9 (QH) of the shift register GPIO Pin 18 - Connects to Pin...