@Darren_Hedlund https://github.com/leonyuhanov/ESP-NOW-TX-RX this is the basic skeleton code for both the ESP8266 and ESP32 for an RX/TX system
@Darren_Hedlund Have a read about how esp-now works. it is a hardware layer protocol that relies on MAC addresses for operation. its SUPER fast, but has limitations. Each frame(a single packet) you send has a maximum size of 200Bytes (on the esp8266) and 250Bytes (on the esp32) you can send multiple frames very quickly, its light years faster than multicast UDP
@Leon_Yuhanov Thank you. Yes, it is super fast. my load of 300 pixels have had no issues and going perfectly.
@Leon_Yuhanov Nice code you have there! Really enjoying learning more and more. Now, I will read up on ESP-NOW!
@Leon_Yuhanov Added note: Holy @@@@, your projects are amazing! Funny, I did this exact same setup my first go round learning. https://www.instagram.com/p/BZGV98XlaQf/?taken-by=wow_elec_tron
@Leon_Yuhanov lurking your posts, I discovered this little treat. How did I not know about this software!
@Darren_Hedlund Cheers mate. Glediator is a GREAT testing tool for ARTNET . Heaps of people use its other features via fastled as well!
