Last active
March 25, 2017 12:09
-
-
Save xavicolomer/bb0de840db32264aee288d4d47951c65 to your computer and use it in GitHub Desktop.
Rpi Initial Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Keyboard | |
sudo dpkg-reconfigure keyboard-configuration | |
// WiFi | |
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf | |
network={ | |
ssid="SchoolNetworkSSID" | |
psk="passwordSchool" | |
id_str="school" | |
} | |
// TFT config | |
http://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment