Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

des4maisons/robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROBOT

  i_i
 [@_@]
/|___|\
 d   b

Use BeagleBone to control a Rover 5 Robot via controls on a web page.

Installation

On the Beagle Bone, clone this repo. Then cd into the repo and run:

virtualenv env
. env/bin/activate
pip install -r requirements.txt

Using Arduino-IDE, load robot.ino onto the arduino connected to your Rover.

Connect the Arduino to the Beagle Bone over serial usb.

Running

In the repo on the Beagle Bone, run:

. env/bin/activate
cd server
python serve.py

In your browser, go to <ip-of-beagle-bone>:5000/control/control.html.

About

Code to control a beagle-bone robot via a webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published