/stormtrooper_voicebox

Ability to Puppeteer while Trooping

Primary LanguagePythonMIT LicenseMIT

Stormtrooper Voicebox

Ability to Puppeteer while Trooping. Inspired by the Disney's Stormtroopers walking around Black Spire Outpost.

Supplies

Note

  • If you don't have the kit for the Hammer Header you might want to consider https://www.adafruit.com/product/3413.
  • If you don't have all the necessary pieces for the Raspberry Pi Zero you might want to consider a CanaKit

Source

Copy sounds.py to your Raspberry Pi Zero. The code needs some refactoring, but it works.

Notes

  • Depending on where you copy the source code to you might need to update the voicebox.serice file.
  • Depending on which pins you attach your cables you may need to update the source code

TODO

  • Refactor the code so that you can add additional button combos.

Systemd Service

Copy to /usr/lib/systemd/system/voicebox.service on your Raspberry Pi Zero

systemctl enable voicebox.service # start service when the device starts
systemctl start voicebox.service # to test the serice without restarting
systemctl stop voicebox.service # stop the service
systemctl status voicebox.serice # service status

References

Similar project concept Panic Button (315Mhz)