Categories: BeagleBone Black Wireless, Complete, Games, Intermediate
Building the Wooden Board
To see how to build the physical board with detailed instructions and pictures click
here
.
Adding the Components to the Board
To see how to add all components to the physical board with detailed instructions and pictures, click
here
.
Wiring the Components to the BeagleBone Green Wireless
Installing Necessary Libraries
Step 1: Ensure that python3 is installed on your BeagleBone. The way it gets installed may vary depending on what version of linux you are using.
Step 2 : On your BeagleBone, checkout the project repository under the
Code
section
git clone https://github.com/steffygm/ECE434_project
cd ECE434_project
Step 3: Run the install script to install all of the necessary libraries
./install.sh
How to Use
Go into the project folder, run the setup script, and then run the paper_football program.
cd ECE434_project
./setup.sh
sudo python paper_football.py
Highlights
To see how the advanced features of our project work, presented in an exhilarating way click
here
!
Comments are not currently available for this post.