-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 DevC board constant reboot #2
Comments
not sure, |
I've done some more troubleshooting and it's not that. |
how you set up your sta (wifi) |
sorry I don't understand ? Even if I comment out the above line I get the same result. WIFI_SSID is defined as I've tried replacing WIFI_SSID with "xxxx" in the INFO line above with the same result. Does this code work for you ? |
/* station mode!
|
https://github.com/tuanpmt/esp32-mqtt/blob/master/main/app_main.c#L112 |
Yes exactly, it's crashing after a few lines of printing basically debug info, not much else. |
which esp-idf version ( commits nr ) you use? just in time i can't help you with do on a module, |
no worries, thanks (rudi ?) using the latest esp-idf |
yes ;-) sry |
so I just updated to the latest library files and now get this
Yes, so might need to back an version |
can you see a change in your building messages? |
not sure where the while(1) was removed perhabs it can be a task error ( not combine with this remove ) this is the moment of reboot? |
OK I got it working but it was significant surgery to the existing code. Edit: Ah this is all fixed in the dev branch. My bad |
I had the same issue, in my case the stack depth of a task was to small. |
@ESP32DE I'm updating this library work with |
Hi, I've tried to install the app onto my devboard (having set things like the MQTT server, ssid and password and I get this constantly.
My WiFi is mac filtered but it doesn't seem to be getting even that far (as in joining the network). It appears to be crashing at this line
But both are set
Any idea how to troubleshoot ?
The text was updated successfully, but these errors were encountered: