ESPAsyncE131 help needed .

angus40

Supporting Member
Happy New Year all

I'm trying to upgrade some sketches to work on the Esp32 with
the newer e131 lib. but keep hitting a wall with the following e131.parsePacket().


Is there a term that replaces e131.parsePacket that will help me get past this roadblock ?



Code:
void loop() {
 /* Parse a packet and update pixels */
  if([COLOR="#FF0000"]e131.parsePacket[/COLOR]())
 FastLED.show();


Code:
num_channels = [COLOR="#FF0000"]e131.parsePacket()[/COLOR];
 
Thanks Martin .

I had a look and seen you created a class for E131 processing . Very polished .
While in there I noticed TLS 3001 support , does that work ?

In the meanwhile ,I was surprised the Shelby's ESPAsyncE131 test sketch combined with Mukunas pixel.bus was a perfect work around .

I had forgot most of what I learned a few years ago , but its slowly coming back .

Thanks again .
Cheers
 
Back
Top