How can I enter the SSID and Password in ESP8266 using Android App ??

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
sumerilal1997
Posts: 1
Joined: Sat Jul 07, 2018 11:12 am

How can I enter the SSID and Password in ESP8266 using Android App ??

Post by sumerilal1997 » Sat Jul 07, 2018 11:26 am

I want to change the SSID and Password of ESP8266 using Android App. Can you provide the program of microPython and android app link. Without of this feature our project is not good. Please help me..

Thank you !!

User avatar
MorseIot
Posts: 38
Joined: Fri Jun 29, 2018 12:32 am

Re: How can I enter the SSID and Password in ESP8266 using Android App ??

Post by MorseIot » Mon Aug 06, 2018 9:29 pm

Sample

Start esp8266 in ap mode, connect the cell to the esp8266 wifi network, in micro python develop a routine to receive SSID and severe pwd in esp8266. Then just read this file in station mode and connect to the wifi

Post Reply