Search found 3 matches

by JensH
Mon Oct 30, 2017 10:35 am
Forum: ESP32 boards
Topic: added WPS to MicroPython-ESP32
Replies: 1
Views: 2926

added WPS to MicroPython-ESP32

Hello, I added WPS (WiFi Protected Setup) support to MicroPython-ESP32: https://github.com/jhgoebbert/micropython-esp32 It is only a few lines in modnetwork.c and two additional lines in Makefile and adds first of all the Push Button Configuration (WPS_PCB) mode. The new command is "start_wps()" and...
by JensH
Mon Oct 30, 2017 10:22 am
Forum: ESP8266 boards
Topic: Adding wps functionality to micropython [ESP8266]
Replies: 2
Views: 3618

Re: Adding wps functionality to micropython [ESP8266]

Hello,

I added experimentally WPS to the MicroPython ESP32 port, which is similar to ESP8266.
You can find it here: https://github.com/jhgoebbert/micropython-esp32

Best,
Jens Henrik
by JensH
Sun Oct 29, 2017 7:55 am
Forum: ESP8266 boards
Topic: Adding wps functionality to micropython [ESP8266]
Replies: 2
Views: 3618

Re: Adding wps functionality to micropython [ESP8266]

Hi thijsdv,

I came across your post on WPS support for ESP and I am in need for this feature, too.
How did you proceed and what is the status?

I might be able to help you adding it to MicroPython.

Best,
Jens Henrik