Changes between Version 1 and Version 2 of PiBots
- Timestamp:
- Jul 30, 2016, 9:24:54 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBots
v1 v2 2 2 3 3 * [https://www.raspberrypi.org/products/pi-zero/ Raspberry Pi Zero] 4 * [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS] 4 * [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS] Use Jessie Lite 5 5 * [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Installation instructions] 6 6 * [http://blog.gbaman.info/?p=791 Setup for USB connectivity] 7 7 * [https://support.apple.com/downloads/bonjour%2520for%2520windows Bonjour for Windows] 8 8 * Control Panel > Network and sharing center > Adaptor settings > Properties > Sharing (sharing tab-> check internet connection sharing) 9 * ssh pi@raspberrypi.local (password is raspberry) 9 * Connect to Pi: {{{ ssh pi@raspberrypi.local }}} (password is raspberry) 10 * Configure Pi 11 * Setup DNS: sudo vi /etc/resolv.conf add "nameserver 8.8.8.8 12 * Update to latest software: 13 * sudo apt-get update 14 * sudo apt-get upgrade 15 * Install Java JDK: {{{ sudo apt-get install oracle-java8-jdk }}} 16 * Install [http://pi4j.com/ Pi4J]