Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Qdeathstar
#51667 Hello,

What i would like to accomplish is to have one esp8266 that can communicate bidirectionally with four other esp8266. It also needs to be able to connect to the internet to fetch the weather and time.

I have tried using UDP, but the problem i have having is that if i create multiple UDP servers, they no longer function.

What is the best way to accomplish this?

Thanks!
User avatar
By Orcanbull
#52280 There is litteraly a Example Sketchfor this in the arduino IDE its called TELNET serial . It is based on TCP.

Orcanbull