From ec21bfb54931afaa87a82e8cf34a95172730a78b Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 27 Aug 2018 16:39:13 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aaacfe..8491d05 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ A python script for the rpi zero w to sync events from any online calendar to a ## Setup ### Getting the Raspberry Pi Zero W ready -1. Expand the filesystem in the Terminal with **`sudo raspi-config --expand-rootfs`** -2. Enable SPI by entering **`sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt`** in the Terminal -3. Set the correct timezone with **`sudo dpkg-reconfigure tzdata`**, selecting the correct continent and then the capital of your country. -4. Reboot to apply changes +1. Set up Wifi on the Raspberry Pi Zero W by copying the file **wpa_apuuplicant.conf** to the /boot directory and adding your Wifi details in that file. +2. Expand the filesystem in the Terminal with **`sudo raspi-config --expand-rootfs`** +3. Enable SPI by entering **`sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt`** in the Terminal +4. Set the correct timezone with **`sudo dpkg-reconfigure tzdata`**, selecting the correct continent and then the capital of your country. +5. Reboot to apply changes ### Installing required packages for python 3.5 Execute the following command in the Terminal to install all required packages: