python version of AnduinoWiFi to configure Wifi

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
tomm2
Posts: 6
Joined: Thu Mar 23, 2017 4:32 pm

python version of AnduinoWiFi to configure Wifi

Post by tomm2 » Fri Apr 21, 2017 10:57 am

Is there a python equivalent of: https://github.com/andium/Anduino/tree/ ... nduinoWiFi which would allow the configuration of SSID and password via a web-server running on a micropython board? I couldn't find one on github. If not, I could follow the webrepl code as a starting point.

tomm2
Posts: 6
Joined: Thu Mar 23, 2017 4:32 pm

Re: python version of AnduinoWiFi to configure Wifi

Post by tomm2 » Fri May 05, 2017 11:43 am

Here is an example solution: https://github.com/manningt/setwifi

This implementation assumes the module will be 'frozen' in flash, so the size is not critical. It can be used for initial deployment of a device, or it can be called if the WiFi network needs to be changed at a later time.

Post Reply