Hi,
I've been told that I can have a data communication between a bunch of ESP8266, what I want to do for the moment is to send from an esp device, an information to the ESP8266 devices around, can you please tell if it is possible to do it using AT commands, and how a broadcast mode works.
sorry for my bad english
tks for HELP
Wifi broadcast using ESP8266
Re: Wifi broadcast using ESP8266
Postby pratik » Fri Jul 08, 2016 1:41 am
Hello,
If you want to send a message (the same message) to many ESPs, technically the most simple way would be to send a message to 192.168.4.255 at any port. This will work with the subnet mask 255.255.255.0.
The other stations will receive the message when they are listening to the same port and are connected to the same network.
This should work when using AT commands as well.
If you want to send a message (the same message) to many ESPs, technically the most simple way would be to send a message to 192.168.4.255 at any port. This will work with the subnet mask 255.255.255.0.
The other stations will receive the message when they are listening to the same port and are connected to the same network.
This should work when using AT commands as well.
Who is online
Users browsing this forum: No registered users and 3 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.