-->
Page 1 of 1

Multiple ESP8266 Wireless Communication

PostPosted: Thu Jul 28, 2016 6:15 pm
by Qdeathstar
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!

Re: Multiple ESP8266 Wireless Communication

PostPosted: Sat Aug 06, 2016 10:04 am
by Orcanbull
There is litteraly a Example Sketchfor this in the arduino IDE its called TELNET serial . It is based on TCP.

Orcanbull