-->
Page 1 of 1

WPS for ESP8266 Arduino

PostPosted: Thu Dec 20, 2018 5:07 am
by elektor18
Hi All,

I would like to implement WPS function to my ESP but I can't find working lib for Arduino platform. Is this lib actually exist? :roll:

Re: WPS for ESP8266 Arduino

PostPosted: Sat Dec 22, 2018 3:11 pm
by jankop
WPS is blocked from Arduino ESP8266 version 2.4.2 to save memory. In version 2.4.1 it is easy to use.
Just a WiFi library. Here I use WPS: http://esp8266.fancon.cz/esp8266-web-barometer-arduino/esp8266-bmp280-barometer-thermometer.html

Re: WPS for ESP8266 Arduino

PostPosted: Sat Dec 22, 2018 3:58 pm
by jankop
I was testing now. It looks like WPS is working again in version 2.5.0-beta2.