2024-06-01 19:57:38 +00:00
2022-01-15 09:39:08 +00:00
2024-06-01 19:57:38 +00:00

Raspberry PI

Configuration and Commands

HeadLess setup wifi network

Create an empty file named ssh in the /boot folder of SD Card.

#/boot/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=[COUNTRY CODE]

network={
 ssid="[NETWORK SSID]"
 psk="[NETWORK PASSWORD]"
}

Updade

sudo apt update && sudo apt upgrade

#update firmware
sudo rpi-eeprom-update
sudo apt install rpi-eeprom

update firmware

sudo rpi-eeprom-update
sudo apt install rpi-eeprom

default username/password

username : pi password : raspberry

Shields

HiFiBerry - DAC Plus

Check Git

Keyestudio ReSpeaker 2-Mic Pi HAT

Oficial Site

Aditional References

Description
No description provided
Readme 38 KiB