Changes between Version 8 and Version 9 of PiBots


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBots

    v8 v9  
    22
    33* [https://www.raspberrypi.org/products/pi-zero/ Raspberry Pi Zero]
    4 * [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS]  Use Jessie Lite
     4* Install Jessie Lite [https://www.raspberrypi.org/downloads/raspbian/ Raspbian Jessie OS]
    55   * [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Installation instructions]
    66   * [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]
    88* Control Panel > Network and sharing center > Adaptor settings > Properties > Sharing (sharing tab-> check internet connection sharing)
    99* Connect to Pi: {{{ ssh pi@raspberrypi.local }}}   (password is raspberry)
     
    1212         add: nameserver 8.8.8.8
    1313   * sudo raspi-config
     14         ''What do we do in here?''
    1415   * Update to latest software:
    1516       * sudo apt-get update
     
    2223* Install [http://wiringpi.com/ wiringPi]:
    2324  {{{
     25    mkdir ~/dev;cd ~/dev
    2426    git clone git://git.drogon.net/wiringPi
    2527    cd wiringPi