-->
Page 1 of 1

ESP-01 with relay module.

PostPosted: Fri May 24, 2019 8:43 am
by jeffie_3
I am looking at setting up a few of these to control some lights. As I have been looking at a few different pieces of code. I see they seem to use ssid and password so they can connect to a router. My question is this. From time to time I change the shops router password. Do I have have to take each unit down and reprogram it? Do I setup another router for just controlling the ESP-01's? Am I missing something?

Thank you,

Jeff

Re: ESP-01 with relay module.

PostPosted: Mon May 27, 2019 2:38 am
by mel
Hi,
You could use WiFiManager, google search esp8266 wifi manager, that might work, you can conect to the units wifi when they don't conect to the router and change the password... But I like the second router ideal.
Regards
Melissa :)

Re: ESP-01 with relay module.

PostPosted: Tue May 28, 2019 1:19 pm
by jeffie_3
Thank you, I have looked at WifiManager.h looks like that will do the trick. I'm going to play around with it soon.

Re: ESP-01 with relay module.

PostPosted: Thu May 30, 2019 10:31 pm
by mel
Good Luck :D