Re: How scalability is achieved? on Arduino
Posted: Mon Jun 12, 2017 1:52 pm
Thank you very much! It was helpful, now I am going to look into and study the options.
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
torntrousers wrote:laser wrote:So the question here: is it possible to retrieved broadcast messages without active association to AP (we can forget about security for now, just plain messages on 255.255.255)?
Maybe try ESP-NOW? That doesn't need to associate with the AP and in the very latest SDK it now supports broadcast too. I've some example ESP-NOW code here.