Search found 2 matches
- Fri Dec 10, 2021 4:15 am
- Forum: ESP32 Arduino
- Topic: ESP32 Crashing after 10 - 20 mins of running
- Replies: 1
- Views: 3166
ESP32 Crashing after 10 - 20 mins of running
My program crash after running 10 - 20 mins. I have LCD touchscreen, 2 sensors, ESP-NOW and serial input/output. I am running TaskScheduler with 2-3 Tasks and ESP-NOW callbacks for data sent and receive. ESP-NOW is used to send data from many slaves to the Master. It is the Master that crashed. Here...
- Fri Dec 10, 2021 4:04 am
- Forum: ESP32 Arduino
- Topic: ESP-NOW Implementation
- Replies: 0
- Views: 2390
ESP-NOW Implementation
Hi My project consists of many ESP32s communicating with each other. Any one of them can be a master and the rest of them will be slave. There can be only one Master. So, my strategy is the user set up one unit as a Master using the LCD touch screen. The user will set up the rest as slaves. So, the ...