-->
Page 1 of 3

Communication between two modules.

PostPosted: Tue Feb 24, 2015 11:49 am
by john7
I see a lot of examples how to connect to PC or another device. What I cannot figure out is how to connect between two modules with AT commands. I’d like to transmit data between to modules.

Re: Communication between two modules.

PostPosted: Sun Mar 01, 2015 10:25 pm
by Vitoa
Hi, u should configure one module as an AP and the other as a station to connect to AP module
Than use TCP or UDP to send packets from one to other module by IP

Better u go to nodemcu instead of using AT commands
Just create a lua script that binds one node to the other by IP and send/receive data packets (UDP or TCP)

Regards

Re: Communication between two modules.

PostPosted: Mon Mar 02, 2015 4:27 am
by wally
Hi,
assuming one do not know what ist "nodemcu" and is not experienced "just create a lua script".
What to read. Any step by step example available or something else to start with ?
thx wally

Re: Communication between two modules.

PostPosted: Tue Mar 03, 2015 2:16 am
by lanternfish
Hi Wally.
I am new to the ESP8266 and am attempting something similar. I am currently playing around with the various AT commands and the responses.
I won't have time right now to provide a way to achieve what you are wanting but will post again tomorrow.