8000 GitHub - bantilan/magicbandreader: Reads magic bands and plays sounds and lights up leds, just like the real thing.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bantilan/magicbandreader

 
 

Repository files navigation

magicbandreader

Reads magic bands and plays sounds and lights up leds, just like the real thing.

Install

  • See youtube video https://youtu.be/HJ8CTLgmcSk
  • Install on Raspbian /home/pi
  • sudo sh install.sh
  • vi magicband.py. and edit the led counts for your build
  • sudo vi /etc/rc.local
    • Before the exit 0 line add:
    • (cd /home/pi; sudo python3 magicband.py &)
  • sudo reboot now

About

Reads magic bands and plays sounds and lights up leds, just like the real thing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%
0