Changes between Version 15 and Version 16 of PiBots
- Timestamp:
- Jul 31, 2016, 10:38:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBots
v15 v16 26 26 * sudo apt-get upgrade 27 27 * 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.html30 * [https://www.youtube.com/watch?v=grItDpy3TRM video tutorial]31 28 * Install git: {{{ sudo apt-get install git }}} 32 29 * Install [http://wiringpi.com/ wiringPi]: … … 37 34 ./build 38 35 }}} 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?'' 43 47 Ultrasonic Range Sensor 44 48 * http://www.modmypi.com/blog/hc-sr04-ultrasonic-range-sensor-on-the-raspberry-pi