-
Notifications
You must be signed in to change notification settings - Fork 0
Getting It Working
You should now be at a stage where everything should work. On your main computer, open up server/main.py and run it. Install any required dependencies using pip, and then you should be good to power on your button box which should automatically run without HDMI being connected.
Congratulations on getting this far! Please send me photos of your creation: hey@itsjack.dev
- Is your Raspberry Pi connected to Wifi?
- Is your PC IP address static?
- Do the client/server auth tokens match?
- Are the button GPIO pins connected correctly?
If you have any issues at all, please put in an Issue and I will aim to respond the same day. I will collate common issues here and update the wiki / code to hopefully make this process as easy as possible for anyone following this wiki.
If you have any cool ideas for this project, please get in touch. I want to keep the code relatively simple here so it is easy for others to understand and learn from, but at the same time I don't mind maybe making a separate repository for a more feature rich version - after all I'm using the box myself so I'd love to try any cool ideas! Let me know: hey@itsjack.dev
Visit my website to see other fun projects like this!
Building
- Requirements
- Preparing The Box
- Wiring The Buttons
- GPIO Wiring
- Raspberry Pi Setup
- Configuring The Button Box
Configuration
Admin Panel Setup (Coming Soon)
Finishing Up