Search found 3 matches
- Sun Jun 02, 2019 3:49 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Keeps rebooting after code uploaded
- Replies: 5
- Views: 22756
Re: ESP32 Keeps rebooting after code uploaded
Sorry, Ive just scrolled down your error and seen that its probably NOT brownout. Teach me to jump in with both feet!
- Sun Jun 02, 2019 3:47 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Keeps rebooting after code uploaded
- Replies: 5
- Views: 22756
Re: ESP32 Keeps rebooting after code uploaded
I suspect if the ESP32 keeps rebooting you're having brownout issues This happens sometimes when your code starts up WiFi etc and the power demand is too high for the supply. Try this; At the top of your sketch put this #include "soc/soc.h" #include "soc/rtc then in setup() add WRITE_PERI_REG(RTC_CN...
- Sun Jun 02, 2019 9:01 am
- Forum: ESP32 Arduino
- Topic: ESP32 W5500 Ethernet problem
- Replies: 1
- Views: 7400
ESP32 W5500 Ethernet problem
Hi Guys, I am using the ESP32 to make a number of modules which are powered by PoE. I have also written an app for the PC (windows 8.1) which sends requests to these modules on a scheduled basis and the modules send data back to the PC. The PC also looks for new modules on the network using the 'arp...