1 | | * Configuring WIFI on Pi Zero: |
| 1 | * [https://davidmaitland.me/2015/12/raspberry-pi-zero-headless-setup/ Wifi Headless Setup] |
| 2 | * Set up with fixed ip, no DHCP |
| 3 | * SSID: |
| 4 | * wifi password: |
| 5 | * sudo apt-get avahanti (to use hostname.local with zero configuation) |
| 6 | * Change hostname, reboot |
| 7 | * Turn off power saving for wifi dongle |
| 8 | |
| 9 | * 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 |
| 10 | |
| 11 | |
| 12 | |
| 13 | === Old Stuff; |
| 14 | |
| 15 | Configuring WIFI on Pi Zero: |