#node #art-net #dmx #control #implemented #microcontroller-based

tiny-artnet

A no_std ArtNet 4 implementation for creating microcontroller-based ArtNet Nodes

4 releases

0.1.3 Oct 1, 2022
0.1.2 Oct 1, 2022
0.1.1 Oct 1, 2022
0.1.0 Oct 1, 2022

#4 in #art-net

MIT license

16KB
270 lines

A no_std ArtNet 4 implementation for creating microcontroller-based ArtNet Nodes.

Implemented

✓ Node Discovery:

  • ✓ ArtPoll Parser
  • ✓ ArtPollReply Serialization

✓ DMX Lighting Control:

  • ✓ ArtDMX Parser

✓ Re-Programming

  • ✓ ArtCommand Parser

But what about everything else?

  • Right now this library contains enough to build a minimal ArtNet node and not much more.
  • If your interested in adding a feature pull requests are welcome.

Reference

Dependencies

~1MB
~20K SLoC