Set up Raspberry PI
Steps:
Install Raspberry PI image (Raspbian) via Balena Etcher:
Set up SSH Access by creating an empty file called SSH:
Set up Wifi Connection by creating a file called wpa_supplicant.conf in
/boot
Use the following config:
With this file in place, Raspberry Pi OS will automatically move it in /etc/wpa_supplicant/
when the Raspberry Pi is booted.
Log in via SSH
Default user: pi
Default password: raspberry
Last updated