Skip to content
 
 

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artnet - Particle

a fork of:

An Art-Net library for Teensy and Arduino

I'm converting for use on Particle devices

Installation

When complete, I will add this lib to the web IDE

###Don't try to use it now!! Not working at all!!

Examples

Different examples are provided, here is a summary of what each example does.

ArtnetNeoPixel

This example will receive multiple universes via Artnet and control a strip of ws2811 leds via Adafruit's NeoPixel library.

ArtnetNeoPixelSD

Same as above but with controls to record and playback sequences from an SD card. To record, send 255 to the first channel of universe 14. To stop, send 0 and to playback send 127. The limit of leds seems to be around 450 to get 44 fps. The playback routine is not optimzed yet.

ArtnetOctoWS2811

This example will receive multiple universes via Artnet and control a strip of ws2811 leds via Paul Stoffregen's excellent OctoWS2811 library.

ArtnetReceive

This is a basic example that will print out the header and the content of an ArtDmx packet. This example uses the read() function and the different getter functions to read the data.

ArtnetReceiveCallback

This is similar to ArtnetReceive but uses a callback to read the data.

Acknowledgements

Many thanks to virtualdave and mortonkopf on the pjrc forums for the original sketches !

About

An Art-Net library for Particle devices

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages