Update README.md
This commit is contained in:
parent
6030f43c2b
commit
14e0ed287a
11
README.md
11
README.md
@ -22,11 +22,12 @@ A python script for the rpi zero w to sync events from any online calendar to a
|
|||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Getting the Raspberry Pi Zero W ready
|
### Getting the Raspberry Pi Zero W ready
|
||||||
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.
|
1. Set up Wifi on the Raspberry Pi Zero W by copying the file **wpa_supplicant.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`**
|
2. Create a simple text document named **ssh** in the boot directory to enable ssh.
|
||||||
3. Enable SPI by entering **`sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt`** in the Terminal
|
3. Expand the filesystem in the Terminal with **`sudo raspi-config --expand-rootfs`**
|
||||||
4. Set the correct timezone with **`sudo dpkg-reconfigure tzdata`**, selecting the correct continent and then the capital of your country.
|
4. Enable SPI by entering **`sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt`** in the Terminal
|
||||||
5. Reboot to apply changes
|
5. Set the correct timezone with **`sudo dpkg-reconfigure tzdata`**, selecting the correct continent and then the capital of your country.
|
||||||
|
6. Reboot to apply changes
|
||||||
|
|
||||||
### Installing required packages for python 3.5
|
### Installing required packages for python 3.5
|
||||||
Execute the following command in the Terminal to install all required packages:
|
Execute the following command in the Terminal to install all required packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user