This piece of code 👨🏾💻 is mainly create using Micropython for NodeMCU ESP8266 which allow normal user to choose their preferred WiFi for the device to connect. This is useful for IOT production purpose. 🤑
This is simply show how the system is working.
How to use?
- Connect to the CONFIG_ME SSID (IMPORTANT)
- Password iwanttoconfigureyounow
- Go to http://192.168.4.1/
- Choose WiFi wanted to Connect
- Click Connect Button
- (Board Restarting...)
- Go to http://192.168.4.1/ to see the board current IP
NOTE: If board can not get IP on first connect attempt please try to restart board.
As of now this piece of code enable user to connect to the open network📡 only, for those network that have password 🔐will can be connected in the next version 🚴🏾 soon.
So basically this is the board (NodeMCU ESP8266) that I written and testing this code on.😎
All coding here is done purely from scratch and unit testing were perform by developer. Please help report for feedback if there any bug😅.
This code still need to improve