-->
Page 1 of 3

Communication between various ESP8266 commands AT

PostPosted: Fri Apr 01, 2016 3:18 pm
by cyberlacs
I would like to communicate between various Esp8266 on a network.

How do I communicate?
What AT command so that I can send instructions from a Esp8266 to others?

I'm waiting
Thank you

Re: Communication between various ESP8266 commands AT

PostPosted: Fri Apr 01, 2016 3:33 pm
by martinayotte
I would suggest to forget about AT firmware, since it is only managing WiFi commands in a limited fashion.
I would rather create my own firmware for the different purposes of a specific project, like controlling I/Os, reading sensors, or anything else.

Re: Communication between various ESP8266 commands AT

PostPosted: Fri Apr 01, 2016 3:47 pm
by cyberlacs
martinayotte friend;

What you refer me to carry out this task of communication between ESP8266

You can direct me to a tutorial that exemplifies what I want to do :)

As you have a lot of experience I would like you to post an example for my biggest exclarecimento

I'm waiting
Thank you

Re: Communication between various ESP8266 commands AT

PostPosted: Fri Apr 01, 2016 4:03 pm
by martinayotte
Before providing any suggestion, I would rather ask you to describe your project, because there could be several directions.