Chat freely about anything...

User avatar
By john7
#10609 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.
User avatar
By Vitoa
#11068 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
User avatar
By wally
#11083 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
User avatar
By lanternfish
#11139 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.