Changes between Version 15 and Version 16 of PiBots


Ignore:
Timestamp:
Jul 31, 2016, 10:38:08 PM (9 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBots

    v15 v16  
    2626       * sudo apt-get upgrade
    2727* Install Java JDK: {{{ sudo apt-get install oracle-java8-jdk }}}
    28 * Install [http://pi4j.com/ Pi4J]
    29    * see: http://www.savagehomeautomation.com/projects/pi4j-connecting-java-to-the-raspberry-pi.html
    30    * [https://www.youtube.com/watch?v=grItDpy3TRM video tutorial]
    3128* Install git: {{{ sudo apt-get install git }}}
    3229* Install [http://wiringpi.com/ wiringPi]:
     
    3734    ./build 
    3835   }}}
    39    * gpio -v
    40    * man gpio
    41 
    42 
     36   * Test with "gpio -v"
     37   * Test more with "man gpio"
     38* Install [http://pi4j.com/ Pi4J]
     39   * See: http://www.savagehomeautomation.com/projects/pi4j-connecting-java-to-the-raspberry-pi.html
     40   * [https://www.youtube.com/watch?v=grItDpy3TRM video tutorial]
     41   * Easy way, type: 
     42     {{{
     43       cd ~/dev
     44       curl -s get.pi4j.com | sudo bash
     45     }}}
     46* ''Do we use Maven?''
    4347Ultrasonic Range Sensor
    4448* http://www.modmypi.com/blog/hc-sr04-ultrasonic-range-sensor-on-the-raspberry-pi