-->
Page 2 of 2

Re: ESP8266 Wireless Protected Setup (WPS) and Debugging

PostPosted: Mon Aug 31, 2015 1:47 pm
by JimDrew
Mike, can you share the snippet of code that you use for the actual WPS function and the code used in the loop()?

Also, what version of the library are you using?

Thanks!

Re: ESP8266 Wireless Protected Setup (WPS) and Debugging

PostPosted: Tue Sep 01, 2015 6:07 am
by schufti
Hi Mike,
the info about the last good connection even survives power off/on and new call to WiFi.begin
but you have to call it as WiFi.begin("",""). Then you check if you are connected or not and act accordingly ...

Re: ESP8266 Wireless Protected Setup (WPS) and Debugging

PostPosted: Sat Jun 18, 2016 9:05 am
by martinmatias
Hi Mike, as Jim requested, can you post your code?
I had the same idea to call WPS from an interrupt and got the expection and reboot theh boad. The I foound your post finding a solution.
I have made progress, but still having problems. If you can post your code would be great.

Regards
Martin