tayfunulu / Pioneer600

Pioneer600 sample
10 stars 3 forks source link
i2c monitoring python raspberrypi

Pioneer600

Pioneer600 sample program to control Raspberry pi with Joystick and monitor status on OLED of Pioneer600.

Video Sample : https://youtu.be/f1ea1XTvkac

Monitoring :

To add on startup Raspberry pi

sudo nano /etc/rc.local

and add this line, change directore if you install differant location.

sudo python /home/pi/Pioneer600/Pioneer600.py &


Module : Pioneer600 http://www.waveshare.com/wiki/Pioneer600

Raspberry Pi : B+ / 2B / 3B / Zero

Language Python 2


Used Pioneer600:


Details Installation:

Fistly installing packaged which needed.

sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev

sudo pip install Image

And you have to enable spi, i2c, 1-Wire. There are two way, in terminal or application in desktop mode.

In terminal screen

sudo raspi-config

Under Advanced Option -> Enable SPI, I2C, 1-Wire

And restart….

to donwload codes from github

git clone https://github.com/tayfunulu/Pioneer600.git

cd Pioneer600

To try

sudo python Pioneer600.py

to install kodi :

Sudo apt-get install kodi