Can I connect to a new network without using a serial connection?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
tylersuard
Posts: 9
Joined: Mon Jan 21, 2019 4:09 pm

Can I connect to a new network without using a serial connection?

Post by tylersuard » Mon Jan 21, 2019 4:15 pm

Hello. I'm designing a product with an embedded ESP8266. Customers would need to connect this ESP8266 to their wifi network, which is likely password-protected. I'm wondering if there is any way for them to get their network name and password into the ESP8266 without having to physically plug into it.

For instance, the customer would turn on the power to the product, open a mobile app for pairing the ESP8266 with a network, and then they enter their network name and password, and the ESP8266 connects to that network.

cyberlab
Posts: 56
Joined: Sat Apr 21, 2018 5:02 am

Re: Can I connect to a new network without using a serial connection?

Post by cyberlab » Tue Jan 22, 2019 5:07 am

Hi, start your application in AP mode, after your client enters your network and password change to STA mode, restart it and ready

Post Reply