Jump to content

Can someone help me determine how to use this?

AndrewCam100

Hello!

For a project, I need to take an Arduino and have it receive Art-Net, a common lighting data protocol. I found a library for ArtNet reception, but there is no documentation anywhere on how to use it. Can somebody help me figure out what command I need to get the DMX value from a given channel?

The link to the library is right here.

 

Enjoy your day!

if day == Friday:

  Celebrate()

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

Based on the example from the library found here, the DMX value for channel X will be in

data[X]

given that

X < size && X < 512

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×