Changes between Version 9 and Version 10 of SetupPiZeroWiFi


Ignore:
Timestamp:
Sep 28, 2016, 12:24:57 AM (9 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupPiZeroWiFi

    v9 v10  
    55   * wifi password:
    66* [http://raspi.tv/2012/how-to-change-the-name-of-your-raspberry-pi-new-hostname Change pi's hostname], reboot
    7 * {{{sudo apt-get install avahi-daemon }}} (to use hostname.local with zero configuation)
     7* {{{sudo apt-get install avahi-daemon }}} (to use hostname.local with zero configuation) [https://root42.blogspot.com/2015/02/how-to-setup-mdns-lookups-on-raspberry.html mDNS setup]
    88* [http://www.raspberrypi-spy.co.uk/2015/06/how-to-disable-wifi-power-saving-on-the-raspberry-pi/ Turn off power saving on pi zero for wifi dongle]
    99* Reboot.  When you power up, wait about a minute for the pi's network connection to establish.
    1010* Provision PI address on router in DCHP reservation.  You should see the pi in the pulldown as a selectable server.
    1111* You should be able to reach the router by hostname.local at this point.
    12 
    1312* NOTE: You can make many of these these edits from another machine by inserting the Pi Zero’s MicroSD memory card and editing the files directly
    1413
     14TODO:  See if we can use DHCP without router reservation on Pi if we use avahi mDNS.
    1515
    16 
    17 == Old Stuff;
    18 
    19 Configuring WIFI on Pi Zero:
    20 
    21     Set up wifi on the Pi Zero
    22 
    23     Follow the instructions on the following web page to set up wifi on the Pi Zero:
    24 
    25    
    26     https://thepihut.com/blogs/raspberry-pi-tutorials/83502916-how-to-setup-wifi-on-raspbian-jessie-lite
    27 
    28     NOTE: You can make these edits from another Linux system by inserting the Pi Zero’s MicroSD memory card. This will allow you to go straight to configuring the Pi Zero for wifi without having to get the SSH-over-USB configured.
    29 
    30     NOTE: You will need the SSID and associated password for the WIFI network to which the Pi Zero will be connecting. It is also helpful to have access to the WIFI router admin page to verify when the Pi Zero connects and what IP Address is assigned by DHCP. Static IP configuration should be possible, but I was not successful in my attempts to get it working.
     16== Old Stuff
     17===Configuring WIFI on Pi Zero:
     18* Set up wifi on the Pi Zero'
     19* Follow the instructions on the following web page to set up wifi on the Pi Zero:
     20  [https://thepihut.com/blogs/raspberry-pi-tutorials/83502916-how-to-setup-wifi-on-raspbian-jessie-lite]
     21* NOTE: You can make these edits from another Linux system by inserting the Pi Zero’s MicroSD memory card. This will allow you to go straight to configuring the Pi Zero for wifi without having to get the SSH-over-USB configured.
     22* NOTE: You will need the SSID and associated password for the WIFI network to which the Pi Zero will be connecting. It is also helpful to have access to the WIFI router admin page to verify when the Pi Zero connects and what IP Address is assigned by DHCP. Static IP configuration should be possible, but I was not successful in my attempts to get it working.