Page 1 of 1

Setting IP of ESP8266

Posted: Wed Jan 22, 2020 4:43 pm
by gonzogonzo
Hello,
there someone that tried with success to set IP of ESP8266 dinamically in Flowcode ?
If yes can help me to do this?
Thanks

Re: Setting IP of ESP8266

Posted: Thu Jan 23, 2020 2:01 am
by tiny
Hello,
I use the Uart interface for the ESP8266 module.
Below are the necessary steps to define a station AP and to specify the IP address, client name, passkey and encryption method, here WPA_PSK.I hope there is something for you.

Christina
ESP8266_as_AP.fcfx
(11.5 KiB) Downloaded 298 times

Re: Setting IP of ESP8266

Posted: Thu Jan 23, 2020 3:19 pm
by gonzogonzo
Hello Christina,
thank a lot; very simple and clear!

Re: Setting IP of ESP8266

Posted: Thu Jan 23, 2020 3:33 pm
by tiny
Glad I could help!

Christina