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

Crashing After Completing WPS Operation #1

Open
cferrarini opened this issue Mar 2, 2017 · 2 comments
Open

Crashing After Completing WPS Operation #1

cferrarini opened this issue Mar 2, 2017 · 2 comments

Comments

@cferrarini
Copy link

Congratulations for the project, I am working on a free DDNS device with ESP01, and it would be great to incorporate the WPS button functionality.
http://www.instructables.com/id/Free-Dynamic-DNS-Server-With-Esp8266-and-OSD-FOSCA/

After successfully compiling and uploading the sketch, the ESP01, it prompts to connect to AP and enters an exception loop with a stack, but if I turn off the Wi-Fi Router it stops this stack loop. The Telnet Server does not seem to start. Why am I getting this?

Arduino IDE Console when uploading:
O sketch usa 287.546 bytes (66%) de espaço de armazenamento para programas. O máximo são 434.160 bytes.
Variáveis globais usam 33.848 bytes (41%) de memória dinâmica, deixando 48.072 bytes para variáveis locais. O máximo são 81.920 bytes.
Uploading 291696 bytes from to flash at 0x00000000

Serial Monitor output:
Could not connect to WiFi. state='1'
Please press WPS button on your router, until mode is indicated.
next press the ESP module WPS button, router WPS timeout = 2 minutes
WPS button pressed
WPS config start
WPS finished. Connected successfull to SSID 'wi-fi2'
...
Exception (2):
epc1=0x3ffe8840 epc2=0x00000000 epc3=0x00000000 excvaddr=0x3ffe8840 depc=0x00000000

ctx: sys
sp: 3ffffc90 end: 3fffffb0 offset: 01a0

stack>>>
3ffffe30: 402119ad 3ffffed0 3ffedca0 3ffed674
3ffffe40: 40211a0d 3ffffed0 402118f5 3ffffed0
3ffffe50: 662d6977 04003269 40103052 00000100
3ffffe60: 7fffffff 3ffe9acc 3ffe9acc 00000001
3ffffe70: 4020e0d1 00080000 0000001c ffffffff
3ffffe80: ffffffd9 00000004 3ffffee0 3ffffef1
3ffffe90: 40107320 00000000 3fff0d50 0143e8f0
3ffffea0: 40105474 00000001 000000a5 3fff0594
3ffffeb0: 40000f83 00000000 00000000 3ffffe40
3ffffec0: 40000f3d 00000023 00000000 3fffd9d0
3ffffed0: 3ffffef0 3ffffee0 00000004 fffffffe
3ffffee0: ffffffff 3ffe8950 3fff0d50 000000e5
3ffffef0: 000000a5 00003a98 3ffef3c0 00000030
3fffff00: 00000000 00000000 3ffe9b2e 4010031d
3fffff10: 3ffe9b84 000008e0 3ffef374 40100426
3fffff20: 4020957a 00000000 00000039 40100537
3fffff30: 402071f4 3ffee7c4 3fff04c4 401008c1
3fffff40: 40212006 3ffecbd8 00000000 40107518
3fffff50: 3ffe9aec 00000113 00000000 4021cae1
3fffff60: 00000000 40223c29 3ffeea78 3ffeeaa0
3fffff70: 040cfd48 60000600 3ffe9340 3ffe9340
3fffff80: 40223c6e 3fffdab0 00000000 3fffdcb0
3fffff90: 3ffeeab8 3fffdad0 3ffef3c0 40203a57
3fffffa0: 40000f49 40000f49 3fffdab0 40000f49
<<<stack<<<

@rudi48
Copy link
Owner

rudi48 commented Mar 2, 2017

Hello cferrarini,
it may be your development environment.
I am using Arduino version 1.6.12 and the ESP8266 support version 2.3,
see ESP8266 Arduino support

I have a more detailed Telnet server project documentation here.
Regards, Rudolf

@cferrarini
Copy link
Author

cferrarini commented Mar 2, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants