Search found 1 match
- Tue Aug 13, 2019 9:16 am
- Forum: Hardware
- Topic: How fast does ESP32 go into / come out of Light Sleep mode?
- Replies: 0
- Views: 2122
How fast does ESP32 go into / come out of Light Sleep mode?
Question is in the title. For my thesis I am working with a ESP32 board. It has to gather data from an accelerometer at 100Hz. It does this by waking up from light sleep 100 times a second and reading the values. I want to estimate the duty cycle (the time it is not in sleep) but I don't have the ne...