Search found 4 matches

by sailaway
Thu Mar 26, 2020 8:15 pm
Forum: ESP32 Arduino
Topic: After PWM ledcWrite GPIO is blocked for normal IO-use
Replies: 0
Views: 2666

After PWM ledcWrite GPIO is blocked for normal IO-use

Hi! The "Ai Thinker ESP32-CAM" board uses GPIO_4 to control the flash-LED. I use PWM to dim the flash-LED to less brightnes for some time: ledcWrite(channel, dutycycle) This works fine. After that I want to switch on the flash-LED by digitalWrite(GPIO_4, LOW) and to switch off by digitalWrite(GPIO_4...
by sailaway
Wed Mar 25, 2020 2:45 pm
Forum: ESP32 Arduino
Topic: OTA does not work on AI Thinker ESP32-CAM board
Replies: 10
Views: 19525

Re: OTA does not work on AI Thinker ESP32-CAM board

Thank You, Erkiman!
I did exactly what You proposed and now BasicOTA works perfect on Ai Thinker ESP32-CAM board !
Because I always like to understand what I´m doing: could You explain that new line in "boards.txt" or give a link to the source of that information?
by sailaway
Wed Mar 18, 2020 9:22 am
Forum: ESP32 Arduino
Topic: OTA does not work on AI Thinker ESP32-CAM board
Replies: 10
Views: 19525

Re: OTA does not work on AI Thinker ESP32-CAM board

It seems to be that the problem is not the board itself but the WiFi-component that is soldered to the board: The "Espressif ESP32-WROOM-32" works fine with OTA, while the "ESP32-S AI-Thinker" does NOT. Does anybody know about a difference between the 2 components? The OTA upload is not interrupted ...
by sailaway
Thu Mar 12, 2020 4:37 pm
Forum: ESP32 Arduino
Topic: OTA does not work on AI Thinker ESP32-CAM board
Replies: 10
Views: 19525

OTA does not work on AI Thinker ESP32-CAM board

Hi, I am new in this Forum an hope to find someone who runs successfully OTA on AI Thinker ESP32-CAM board. My code should not be wrong: I use "BasicOTA" of the examples in Arduino-IDE. With that code OTA works perfect on "WEMOS Lolin 32" board. But NOT on "AI Thinker ESP32-CAM" board. Compiling via...