Search found 2 matches

by lesateq
Tue Aug 13, 2024 1:18 pm
Forum: ESP32 Arduino
Topic: ESPNOW crashes WIFI after reboot and if not used
Replies: 1
Views: 724

Re: ESPNOW crashes WIFI after reboot and if not used

Update 13/08/2024 I found out that running ESPNOW with a simple init() and deinit() causes the problem. As mentioned before, a deinit() without prior init() of ESPNOW causes a full system crash. In other words; if Ihave ever executed ESPNOW I will not be able to run WIFI STA or AP anymore (tested on...
by lesateq
Sun Aug 11, 2024 11:10 am
Forum: ESP32 Arduino
Topic: ESPNOW crashes WIFI after reboot and if not used
Replies: 1
Views: 724

ESPNOW crashes WIFI after reboot and if not used

I am working on a project where we use ESPNOW for proprietary communication between ESP32 boards (NodeMcu ESP-32 Wroom WiFi / Bluetooth). Next I use Arduino IDE and Arduino OTA for over-the-air updates. Please note we are NOT using ESPNOW and WIFI at the same time. In the setup() we check for button...