Search found 7 matches
- Mon Sep 23, 2024 1:09 am
- Forum: ESP32 Arduino
- Topic: RTCWDT_RTC_RESET on light sleep
- Replies: 4
- Views: 1994
Re: RTCWDT_RTC_RESET on light sleep
I tried to add the call for light sleep, from ESP-IDF, but also fails. #include <esp_sleep.h> #ifndef RTC_WDT_STG_SEL_OFF # define RTC_WDT_STG_SEL_OFF 0 #endif #ifndef RTC_WDT_STG_SEL_INT # define RTC_WDT_STG_SEL_INT 1 #endif #ifndef RTC_WDT_STG_SEL_RESET_CPU # define RTC_WDT_STG_SEL_RESET_CPU 2 #en...
- Sun Sep 22, 2024 5:27 pm
- Forum: ESP32 Arduino
- Topic: RTCWDT_RTC_RESET on light sleep
- Replies: 4
- Views: 1994
Re: RTCWDT_RTC_RESET on light sleep
As I mentioned before, the product was running without any problem, until I tried to activate the light sleep.
The power supply looks fine.
I was not able to detect any glitch.
The power supply looks fine.
I was not able to detect any glitch.
- Sat Sep 21, 2024 4:04 pm
- Forum: ESP32 Arduino
- Topic: RTCWDT_RTC_RESET on light sleep
- Replies: 4
- Views: 1994
RTCWDT_RTC_RESET on light sleep
Hi folks, I have developed a product that runs on the ESP32-S3 very well and is stable. However, when I attempted to save energy by replacing `delay()` with light sleep at the end of my `loop()`, the ESP32-S3 started rebooting, reporting an RTCWDT_RTC_RESET error. From my research, it seems that the...
Re: FastLed
I download your example and its compile on ESP-IDF (ESP32) VScode extension without any problem, but when I try to you it on the project I migrate from Arduino there are too many error as shown below: ../components/FastLED-idf/FastLED.h:270:62: error: 'RGB_ORDER' was not declared in this scope case ...
- Thu Oct 14, 2021 3:18 am
- Forum: ESP32 Arduino
- Topic: Activate secure boot and flash encryption on recorded ESP32
- Replies: 0
- Views: 1769
Activate secure boot and flash encryption on recorded ESP32
I create a batch file that upload the binary file directly to ESP32 using esptool . Now I would like to now how can I use the esptool to activate the secure boot and the flash encryption on preloaded ESP32 firmware, using a random key. For security reason I don't to get the key, just protect the cod...
- Fri Mar 19, 2021 3:45 am
- Forum: General Discussion
- Topic: Activate secure boot and flash encryption on recorded esp33
- Replies: 0
- Views: 1463
Activate secure boot and flash encryption on recorded esp33
I have an esp32 running a code I created using the Arduino ide.
I would like to know how can I activate the secure boot and the flash encryption (development or released) using command line.
I don't want to migrate my software from arduino ide to idf.
Anyone can help me?
Best regards,
Fernando
I would like to know how can I activate the secure boot and the flash encryption (development or released) using command line.
I don't want to migrate my software from arduino ide to idf.
Anyone can help me?
Best regards,
Fernando
- Fri Mar 19, 2021 3:40 am
- Forum: General Discussion
- Topic: Upload the arduino exported file to esp32
- Replies: 1
- Views: 2297
Upload the arduino exported file to esp32
I created an esp32 program using the arduino ide and I need to upload the binary file to the esp32. I know it is not a really new question, but I was not able to find a direct answer like: down load this software and execute this command line I appreciate if someone could help me. Best regards, Fern...