Search found 5 matches

by user_MicSG
Mon Aug 07, 2023 1:28 am
Forum: Hardware
Topic: Programming ESP32 using another ESP32
Replies: 9
Views: 7661

Re: Programming ESP32 using another ESP32

LittleRain wrote:
Sat Aug 05, 2023 1:35 am
I know this is an old thread, but for anyone googling in 2023+
https://github.com/espressif/esp-serial-flasher
Thanks for the link
by user_MicSG
Mon Aug 07, 2023 1:27 am
Forum: Hardware
Topic: Programming ESP32 using another ESP32
Replies: 9
Views: 7661

Re: Programming ESP32 using another ESP32

thezcx wrote:
Sat Aug 05, 2023 7:44 pm
Is there a way to do it over wifi or ble?
Yes. Use OTA (Over-the-air).
Over WiFi: https://randomnerdtutorials.com/esp32-o ... ogramming/
By Bluettoth: https://github.com/fbiego/ESP32_BLE_OTA_Arduino
by user_MicSG
Mon Apr 25, 2022 6:43 pm
Forum: ESP32 Arduino
Topic: ESP32 Deep Sleep: Wake up by Stopwatch and leave peripheral on
Replies: 0
Views: 1129

ESP32 Deep Sleep: Wake up by Stopwatch and leave peripheral on

Hello. I have a simple sketch on an ESP32, which leaves one of its outputs on when it is in Deep Sleep mode and after a period of time the ESP32 exits Deep Sleep mode. To wake up from Deep Sleep there is a built-in timer that wakes you up after a period of time. But as it is, when going into Deep Sl...
by user_MicSG
Thu Sep 09, 2021 10:13 pm
Forum: Hardware
Topic: Programming ESP32 using another ESP32
Replies: 9
Views: 7661

Re: Programming ESP32 using another ESP32

You can use USB to UART thing, like this: https://www.amazon.com/usb-uart/s?k=usb+to+uart https://www.amazon.com/USB-UART-Converter-communicate-Microcontroller/dp/B01M33YNAP Thanks. I still don't have a USB to serial converter. Is it possible to use an Arduino NANO as a converter? If so, what would...
by user_MicSG
Thu Sep 09, 2021 2:13 am
Forum: Hardware
Topic: Programming ESP32 using another ESP32
Replies: 9
Views: 7661

Programming ESP32 using another ESP32

Hi. Is it possible to program an ESP32 using another ESP32? I have an ESP32 where the serial chip burned out when using 6 volts directly over the 5 volt pin :( .

I hope you can help me.