Assuming you just bought a raspberry pi, and own all the accesories including an SD card
- Navigate to the Raspberry Pi website https://www.raspberrypi.org/downloads/
- Download the NOOBS, New Out Of Box Software, which is the black raspberry logo
- Extract the software to an empty SD card
- Insert SD into Pi, and boot up
Note: I already own a Pi 3 B+ from CPE 390, and chose to reuse the perfect condition Pi
- Open "Preferences" and make sure the region is selected to your region, time, and set keyboard layout to US
- Open "Terminal" and update Pi by "sudo apt-get update" then "sudo apt-get upgrade"
- Restart Terminal, and install GCC, G++, Python3.6, etc
- Also, install GitHub to your Pi (You'll need it)
- Navigate to Dr. Lu's iot repository, copy the ssh key (You can also copy the http key)
- Clone his repo by "git clone <ssh_key>"
Refer to Lab 1 for more details!