Skip to content
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

Esp8266/Esp12f does not work,restart loop #166

Open
yukiloh opened this issue May 20, 2023 · 2 comments
Open

Esp8266/Esp12f does not work,restart loop #166

yukiloh opened this issue May 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@yukiloh
Copy link

yukiloh commented May 20, 2023

Fully copied example code
https://github.com/dawidchyrzynski/arduino-home-assistant/blob/main/examples/nodemcu/nodemcu.ino

Just modified the WiFi info

#define WIFI_SSID       "my wifi"
#define WIFI_PASSWORD   "my password"

When it run,error like:

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

Exception (28):
epc1=0x4000bf80 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000

>>>stack>>>

ctx: cont
sp: 3ffffd50 end: 3fffffc0 offset: 0190
3ffffee0:  3ffee588 0000000d 4023da94 40201b85  
3ffffef0:  000010ed 7fffffff 000000a0 3fffff20  
3fffff00:  3fffdad0 3ffefc34 3ffee7c0 3fffff20  
3fffff10:  3fffdad0 3ffee7e8 3ffee7c0 4020274a  
3fffff20:  514d0400 5a045454 4bc6a701 00000000  
3fffff30:  00000001 3ffefaf4 00000000 3ffee9dc  
3fffff40:  3fffdad0 3ffee7e8 3ffee7c0 40201acf  
3fffff50:  3fffdad0 3ffee7e8 00000001 402018ad  
3fffff60:  3fffdad0 00000000 3ffee7e8 4020191d  
3fffff70:  00000000 00000000 00000001 3ffee9dc  
3fffff80:  3fffdad0 00000000 3ffee7e8 40201944  
3fffff90:  40208dd0 5a01a8c0 3ffee9c8 402014c4  
3fffffa0:  3fffdad0 00000000 3ffee9c8 40205360  
3fffffb0:  feefeffe feefeffe 3ffe85d8 40100d31  
<<<stack<<<

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

Is this lib not support Esp8266/Esp12F?
But I tested in my Esp32,it's working.

@SimonRafferty
Copy link

I'm having the same issue, running on an Adafruit Huzzah32 (ESP32).
It reboots on the line: analogSensor.setValue(voltage);
From the Analog Sensor example.

@dawidchyrzynski dawidchyrzynski added the bug Something isn't working label Jan 30, 2024
@dawidchyrzynski
Copy link
Owner

I'm unable to reproduce this issue. Could you please tell me which version of the ESP32/ESP8266 board manager you are using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants