cschill2020
New elf
- Joined
- Sep 17, 2023
- Messages
- 4
Hi,
I am new to FPP and about to start working on a project involving around 100 5meter ws2811 strips 30,000 leds (10k individually addressable).
I want to test some custom effects/sequences that are generated programatically. I am exploring options for sending DDP to the controller real-time. Something similar to the code here:
github.com
Has anyone tried anything like this? Is it as simple as sending the ddp packets to the IP address of the Kulp+FPP? I assume there is a UDP port on the FPP that is listening for this protocol. What port should I use? Are there any other settings on FPP that I would have to apply? Is "bridge mode" still a thing/relevant to this use case?
If anyone has any examples of doing something like this, I would love to see them. Right now I am in over my head wrt to the networking and data protocols. But I have a pretty good grasp of the pixel programming that I want to implement.
Thanks!
I am new to FPP and about to start working on a project involving around 100 5meter ws2811 strips 30,000 leds (10k individually addressable).
I want to test some custom effects/sequences that are generated programatically. I am exploring options for sending DDP to the controller real-time. Something similar to the code here:
WLED/wled00/udp.cpp at eb66a403d9ab0f1ec4511fcc590c03e0a8ece6f3 · wled/WLED
Control WS2812B and many more types of digital RGB LEDs with an ESP32 over WiFi! - wled/WLED
Has anyone tried anything like this? Is it as simple as sending the ddp packets to the IP address of the Kulp+FPP? I assume there is a UDP port on the FPP that is listening for this protocol. What port should I use? Are there any other settings on FPP that I would have to apply? Is "bridge mode" still a thing/relevant to this use case?
If anyone has any examples of doing something like this, I would love to see them. Right now I am in over my head wrt to the networking and data protocols. But I have a pretty good grasp of the pixel programming that I want to implement.
Thanks!