Pico Artnet Node

Pico Artnet Node

3 devlogs
24h 45m
Created by Timoo

a rp2040 based artnet node with ethernet

Timeline

Timoo
Timoo
4h 10m 1 day ago

Started porting the whole project to c and (probably) almost finished the ssd1306 driver. don't have the hardware or main.c finished yet so not really anything to show in the attachment.

Update attachment
Timoo
Timoo
9h 23m 5 days ago

The pcb arrived and i soldered/assembled the project.

also started rewriting the whole thing from c++ to bare c as extra challenge.
A couple of libs (oled display and dmx output) don't have a C version so i'm also rewriting/porting those.
don't have any screenshots of the rewriting part. please look on my github (branch V2) if interested.

Update attachment

Finally got artnet working and now have a working artnet node.
Yeey!!!
Still working on improving and implementing the menu. It's a 700 line mess right now.