Search found 3 matches
- Fri Apr 19, 2019 6:43 am
- Forum: Hardware
- Topic: ESP32-DevKitC V4 flash memory available
- Replies: 1
- Views: 5016
ESP32-DevKitC V4 flash memory available
Hi, i've seen on Mouser (https://www.mouser.it/ProductDetail/Espressif-Systems/ESP32-DevKitC-32D?qs=sGAEpiMZZMu3sxpa5v1qrhdb%2FEQy4dLJZGgRVZsoBQk%3D) that is available the new version of the DevKit (v4). Is possible to know how much flash is available on the chip mounted on this dev board? There are...
- Fri May 25, 2018 9:53 am
- Forum: ESP-IDF
- Topic: ESP32 wake up time and low power consumption
- Replies: 2
- Views: 4118
Re: ESP32 wake up time and low power consumption
When I wake up, I want to send a packet with ESPNOW protocol with Wifi. I can't use ULP for this stuff. I have to wake up from deep sleep and and send a message...
- Fri May 25, 2018 6:25 am
- Forum: ESP-IDF
- Topic: ESP32 wake up time and low power consumption
- Replies: 2
- Views: 4118
ESP32 wake up time and low power consumption
Hello, I would like to develop a low power consumption application. My application goes into deep-sleep mode and is woken up by activating an RTC timer. I have measured that the wake up time is around 160 ms and it is too much for my application. I think this time is due to the boot of free rtos, bu...