Skip to content

lewisling/yarapibabot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarapibabot

Yet Another RAspberry PI BAlancing BOT

Development Environment Setup

Eclipse + PyDev

install Eclipse IDE for Java Developers (download and extract)

install PyDev in Eclipse

Git

git

apt-get install git

install GitExtensions

apt-get install mono-complete

download and extract GitExtensions

python

apt-get install python-pip

Kivy

install Kivy

apt-get isntall python-kivy

pip install kivy-garden

garden install graph

WiringPi2-Python

clone WiringPi2-Python and add it as an external library to "PyDev - PYTHONPATH" in project properties in Eclipse

git clone git@github.com:Gadgetoid/WiringPi2-Python.git

configobj

On RaspberryPi and development machine:

pip install configobj
apt-get install python-smbus

Configure a key-based access to Raspberry Pi

Generate a key with ssh-keygen if you don't have one

About

Yet Another RAspberry PI BAlancing BOt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%