Changes between Version 8 and Version 9 of PiBots
- Timestamp:
- Jul 31, 2016, 10:16:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBots
v8 v9 2 2 3 3 * [https://www.raspberrypi.org/products/pi-zero/ Raspberry Pi Zero] 4 * [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS] Use Jessie Lite4 * Install Jessie Lite [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS] 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 * [https://support.apple.com/downloads/bonjour%2520for%2520windows Bonjour for Windows]7 * Install bonjour. This allows your windows machine to 'just know' the hostname raspberrypi.local. See [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 9 * Connect to Pi: {{{ ssh pi@raspberrypi.local }}} (password is raspberry) … … 12 12 add: nameserver 8.8.8.8 13 13 * sudo raspi-config 14 ''What do we do in here?'' 14 15 * Update to latest software: 15 16 * sudo apt-get update … … 22 23 * Install [http://wiringpi.com/ wiringPi]: 23 24 {{{ 25 mkdir ~/dev;cd ~/dev 24 26 git clone git://git.drogon.net/wiringPi 25 27 cd wiringPi