Search found 3 matches
- Sun Nov 10, 2024 9:35 am
- Forum: ESP32 Arduino
- Topic: Wemos D1 Mini ESP32 fails to reboot after Watchdog Timeout
- Replies: 2
- Views: 409
Re: Wemos D1 Mini ESP32 fails to reboot after Watchdog Timeout
esp_task_wdt_init(WDT_TIMEOUT / 1000, true); // Timeout in seconds On Arduino IDE 2.3.3 this generates a compilation error due to updates in the esp_task_wdt_h library. C:\Users\xxxAppData\Local\Temp\.arduinoIDE-unsaved20241010-55776-14jr3r0.x6wb\sketch_nov10a\sketch_nov10a.ino: In function 'void s...
- Sat Nov 09, 2024 3:02 pm
- Forum: ESP32 Arduino
- Topic: Wemos D1 Mini ESP32 fails to reboot after Watchdog Timeout
- Replies: 2
- Views: 409
Wemos D1 Mini ESP32 fails to reboot after Watchdog Timeout
I have a number of Wemos D1 Mini ESP32 running on Battery Power each one collecting Moisture data from a single Capacitive Soil Moisture Sensor and transmitting the data back to a server using MQTT. The application only requires at the most, 2 readings per day from the sensor so the D1 Mini is put i...
- Mon Sep 23, 2024 11:11 am
- Forum: ESP32 Arduino
- Topic: ESP32 D1 Mini and Battery Shield
- Replies: 0
- Views: 766
ESP32 D1 Mini and Battery Shield
Can anyone see anything wrong with doing the following Removing the USB connector from the battery shield and connecting VCC(5v) and GND to the USB D+ and D- connectors Schematically D1Mini Battery Shield.jpg When the ESP32 is powered from the USB it also provides regulated 5v input to the charger. ...