Skip to content

empire-ai/E_uArtnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E_uArtnet

ESP32 micropython implementation of Art-Net client

Instalation

Use thonny Open the root folder in thonny and upload the Empire folder like in the screenshot: install screenshot

Usage

from Empire.E_uArtnet_client import E_uArtnet_client as ArtNet

def artNetCallback(data_in):
    Print("1st 3 values from ArtNet are: "+str(data_in[0])+", "+str(data_in[1])+", "+(data_in[2]))

ArtNetClientD = ArtNet(artNetCallback)

ToDo

  • Implement universes
  • Implement max queue
  • Implement max callback data array len

About

ESP32 micropython implementation of Art-Net client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages