Skip to content

kernel-machine/artnet_ws2812

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO RUN WITH DOCKER (Docker)

docker compose up

HOW TO RUN MANUALLY

   pip install -r requirements.txt
   python main.py

HOW TO USE

The software uses the UDP port 6454 for ArtNet. Editing the file default.env is possible to change:

  • The number of leds
  • The size of the segment
  • ArtNet universe.

DMX channels

  • 1 Dimmer
  • 2 Strobe
  • 3 Red (segment 1)
  • 4 Green (Segment 1)
  • 5 Blue (Segment 1)
  • 6 ...
  • 7 ...
  • N-2 Red (segment k)
  • N-1 Green (Segment k)
  • N Blue (Segment k)

HOW TO WIRE

GPIO used is 21

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published