-
Notifications
You must be signed in to change notification settings - Fork 0
Raspberry Pi
Thomas Czogalik edited this page Jul 25, 2017
·
2 revisions
- how to setup raspberry pi with and without monitor
- how to connect camera and take video and picture
- Motion sensor
- GPIO of raspberry pi 1
- how to use gpio
- Put a raspberry pi zero into snes controller
sudo nano /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "NETWORK_NAME"
wpa-psk "NETWORK_PASSWORD"