-
Raspberry Pi zero 2 w
raspberrypi.com
learn.sparkfun.com
-
Installer
- start the installer
- select operating system: Raspbian Lite
- select SD card
- start insallation
-
Connect
-
plug SD card into linux (Raspberry Pi) card reader
-
Connect to monitor and keyboard
-
connect to power
-
Preparation
-
Enable WiFi
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=de
network={
ssid="Kitiara"
psk="<YOUR NETWORK PASSWORD>"
key_mgmt=WPA-PSK
}
Save and exit.
-
Static IP Address
edit /etc/dhcpcd.conf
cd /media/pi/rootfs
sudo nano etc/dhcpcd.conf
interface wlan0
static ip_address=192.168.5.111
static routers=192.168.5.1
static domain_name_servers=192.168.6.5
-
Start
plug SD card into Raspberry Pi Zero 2 W and power on.
-
Troubleshooting
plug SD card into Raspberry Pi 4 and power on.
sudo raspi-config
select "1. System Options"
"S1 Wireless LAN"
-
Tutorial
thepihut.com tutorial
select "1. Interface Options"
"I1 Legacy Camera"
sudo raspistill -o myimg.jpg
Updated the Raspberry PI firmware through a terminal with
sudo rpi-update
sudo vcgencmd get_camera
-
Check the hardware version
cat /proc/cpuinfo
-
Setup tutorials
youtu.be
sparkfun
buyzero
digikey