i_i
[@_@]
/|___|\
d b
Use BeagleBone to control a Rover 5 Robot via controls on a web page.
On the Beagle Bone, clone this repo. Then cd into the repo and run:
virtualenv env
. env/bin/activate
pip install -r requirements.txtUsing Arduino-IDE, load robot.ino onto the arduino connected to your Rover.
Connect the Arduino to the Beagle Bone over serial usb.
In the repo on the Beagle Bone, run:
. env/bin/activate
cd server
python serve.pyIn your browser, go to <ip-of-beagle-bone>:5000/control/control.html.