Search found 2 matches
- Wed May 12, 2021 5:33 pm
- Forum: ESP32 Arduino
- Topic: esp32 wifi websocket fastled -- crash
- Replies: 0
- Views: 2200
esp32 wifi websocket fastled -- crash
/////////////////////////////////////////////////////////////////////////////////////////////// ISSUE: (code main.cpp is below) I am working with ESP32, Wifi + WebSockets + ArduinoJson + Fastled and experiences crashes also. It seems to run fine until I implement FastLed. I am sending instructions f...
- Wed May 12, 2021 4:56 pm
- Forum: ESP32 Arduino
- Topic: ESP32F crashes with Wifi Library + Websocket
- Replies: 2
- Views: 4876
Re: ESP32F crashes with Wifi Library + Websocket
EDIT (12may2021): I discovered that one problem occurred when parsing the json that came in via websocket. ESP kept running with fastled performing a default function, but ESP got stuck once json was being parsed (done in the main loop when receiving it via websocket). At this time I had defined Sta...