A project to setup a bed-time focused, Raspberry Pi Zero based podcast player.
https://www.raspberrypi.org/downloads/ I use Raspberry Pi OS Lite (32 bit)
Place a file called ssh
in the boot partition. The content does not matter.
Place a file callet wpa_supplicant.conf
with the following content in the boot partition:
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="WLAN SSID"
scan_ssid=1
psk="WLAN PASSWORT"
key_mgmt=WPA-PSK
}
(Thanks to https://www.dahlen.org/2017/10/raspberry-pi-zero-w-headless-setup/)
ssh pi@raspberrypi
, default password raspberry
sudo raspi-config
, 2 Network Options
, N1 Hostname
I chose slee-pi
sudo raspi-config
, 1 Change User Password
I chose ••••••••••••••••
sudo apt-get update
, sudo apt-get upgrade
sudo raspi-config
, 4 Localisation Options
, I2 Change Time Zone
, Europe
, Berlin