Search found 2 matches

by prarthana_bhat
Fri Dec 15, 2023 5:12 pm
Forum: Hardware
Topic: ESP32 drawing too much current
Replies: 2
Views: 28449

ESP32 drawing too much current

Hi all, I have a custom PCB with an ESP32 as the microcontroller, and peripherals connected to it. According to the datasheet, in deep sleep mode, the current drawn is supposed to be less than 0.15 mA. However, my board is drawing 7 mA in deep sleep. I've attached the circuit diagram to the post. Wh...
by prarthana_bhat
Thu Jan 20, 2022 7:03 pm
Forum: General Discussion
Topic: Ensuring reliable WiFi connection on esp32
Replies: 0
Views: 2848

Ensuring reliable WiFi connection on esp32

So, I'm working on a project which needs to constantly send sensor data to my server over Wi-Fi. I want the device to be portable, so I want the esp32 to automatically reconnect to Wi-Fi every time I switch it off and back on. I have used this library, and it serves the exact purpose of what I want ...