I looked into modifying the library and I couldn't get it to work. Using 4 sockets to read 4 multicast universes does work.
I did some testing on an ESP8266 using the same code and it works a little better. It can read 6 universes but it gets backed up and can't process them in real time.
Search found 3 matches
- Sat Jul 16, 2016 1:39 pm
- Forum: Open Source Software/Hardware
- Topic: Receiving Multiple Universes
- Replies: 5
- Views: 6757
- Fri Jul 08, 2016 10:47 pm
- Forum: Open Source Software/Hardware
- Topic: Receiving Multiple Universes
- Replies: 5
- Views: 6757
- Wed Jul 06, 2016 10:49 pm
- Forum: Open Source Software/Hardware
- Topic: Receiving Multiple Universes
- Replies: 5
- Views: 6757
Receiving Multiple Universes
I would like to be able to receive multiple universes of SACN using an Arduino Due and the Arduino Ethernet Shield. I'm developing a controller to output to WS2811 LED pixels using the FastLED library. So far I am only able to receive a maximum of 3 universes. It seems to just ignore the others. I a...