Is there a process to be able to specifically address (designated DDP channel) a device so that when a particular ddp address is received it will affect that particular device?
I have used some code I located previously to enumerate the serialized channels and parse through them, but it references wifiudp which is no longer supported in esp-idf. I would like to be able to transition to that platform but still use ddp. In my specific instance I am using this for several different devices, none of which are "standard" rgb devices. (Fog machines, cold spark machines, etc.) I would like to be able to effectively apply the ddp effect to a device and indicate which ddp channel it should respond to. Is this possible?
Is there a process to be able to specifically address (designated DDP channel) a device so that when a particular ddp address is received it will affect that particular device?
I have used some code I located previously to enumerate the serialized channels and parse through them, but it references wifiudp which is no longer supported in esp-idf. I would like to be able to transition to that platform but still use ddp. In my specific instance I am using this for several different devices, none of which are "standard" rgb devices. (Fog machines, cold spark machines, etc.) I would like to be able to effectively apply the ddp effect to a device and indicate which ddp channel it should respond to. Is this possible?