Git Product home page Git Product logo

pioneer600's Introduction

Pioneer600

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

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

Monitoring :

  • Time / Date
  • BMP180 infos - Temperature & Pressure & Altitude
  • Raspberry Pi Info
    • CPU Temperature
    • RAM Usage
    • CPU Usage
    • Disk Usage
  • IP Adresses
  • Exchange Rates of TL (Turkish Lira & USD - EURO)
  • KODI Command (Kodi must be installed)
  • System Command
    • Close this application
    • Restart Raspberry Pi
    • Shutdown system
    • Startx
    • Application Update (app-get update and upgrade)
    • Raspberry Pi Kernel Upgrade rpi-update
    • Close App

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:

  • LED sample
  • PCF8574 sample - Joystick
  • BMP180 sample programs- Barometer
  • OLED sample programs

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

pioneer600's People

Contributors

tayfunulu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.