-->
Page 1 of 1

Several ESP8266 network - Integration

PostPosted: Fri Aug 21, 2015 4:00 am
by WStan
ESPNet.jpg
The problem in the red frame.
How to receive data from several ESP by another ESP?

Re: Several ESP8266 network - Integration

PostPosted: Sat Aug 22, 2015 6:38 am
by eriksl
Quite simple. I'll leave it as an excercise.

Re: Several ESP8266 network - Integration

PostPosted: Sat Aug 22, 2015 12:24 pm
by WStan
eriksl wrote:Quite simple. I leave it as an excercise.

It is good news :)

Re: Several ESP8266 network - Integration

PostPosted: Sat Aug 22, 2015 2:41 pm
by martinayotte
Just to give you hints :
The left ESPs are in STA mode, the central ESP is in AP+STA, since it is kind of the central server.
Then, for the protocols, you have plenty of choice. But I think the most simple is TCPServer for central ESP, and TCPClient for left ones.
Have some happy coding ... :)