What if I use a esp32 S3 board instead?
Or else which board would You suggest using for power management
Search found 6 matches
- Wed Jul 09, 2025 10:13 am
- Forum: General Discussion
- Topic: How to switch off all the components before deep sleep?
- Replies: 10
- Views: 319
- Wed Jul 09, 2025 4:37 am
- Forum: General Discussion
- Topic: How to switch off all the components before deep sleep?
- Replies: 10
- Views: 319
Re: How to switch off all the components before deep sleep?
Can you tell me how much current will the ldo consume
- Tue Jul 08, 2025 11:09 am
- Forum: General Discussion
- Topic: How to switch off all the components before deep sleep?
- Replies: 10
- Views: 319
Re: How to switch off all the components before deep sleep?
I connected the sensors, lcd and rtc by connecting them to gpios with wire and breadboard
- Mon Jul 07, 2025 10:22 am
- Forum: General Discussion
- Topic: How to switch off all the components before deep sleep?
- Replies: 10
- Views: 319
Re: How to switch off all the components before deep sleep?
ESP-32 DEVKIT V4
- Mon Jul 07, 2025 4:55 am
- Forum: General Discussion
- Topic: How to switch off all the components before deep sleep?
- Replies: 10
- Views: 319
How to switch off all the components before deep sleep?
I've gone through all the forums, documentation, and YouTube videos, but I still haven't found a solution to my problem. I'm using an ESP32 development board with an AHT10 sensor module. I am also using a JHD202C LCD display and a DS3231M RTC module. My code, written in Espressif IDE, works ...
- Fri Jun 06, 2025 11:41 am
- Forum: General Discussion
- Topic: Saving circular buffer in flash memory of esp32
- Replies: 2
- Views: 106
Saving circular buffer in flash memory of esp32
We are making a project where we are supposed to store sensor readings in a circular buffer of 1000 sensor readings in the flash memory. What should be the approach?