Post topics, source code that relate to the Arduino Platform

User avatar
By Polohpi
#29725 so i'have tryed some example (the webserver one for exemple) and i have a question.

Can we do the same webserver on my allday wifi network ? and not one created by the chip ?

I dont understand the 3 different mode. I think i need some explanation about what TCP/IP protocol is about. too.

:)
User avatar
By eduperez
#29729 Yes, of course!

You set the ESP as a wifi client, and connect it to your current network; it will get an IP address from your router, then you just need to use that IP address on your browser.
User avatar
By eduperez
#29754 Sorry, I was thinking you where using Arduino on the ESP8266... I have done something similar, and can provide my sketch if you need it; but I do not know how to do all that using only AT commands.