Files
raspberrypi/README.md
2024-06-02 00:22:33 +00:00

64 lines
1.2 KiB
Markdown

# Raspberry PI
## Configuration and Commands
### HeadLess setup wifi network
Create an empty file named ssh in the /boot folder of SD Card.
```bash
#/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
```bash
sudo apt update && sudo apt upgrade
```
### update firmware
```bash
sudo rpi-eeprom-update
sudo apt install rpi-eeprom
```
### default username/password
username : pi
password : raspberry
## Shields
### HiFiBerry - DAC Plus
[Check Git](https://git.limbosolutions.com/marcio.fernandes/pi.bluetooth.speaker)
## Keyestudio ReSpeaker 2-Mic Pi HAT
- https://wiki.seeedstudio.com/ReSpeaker_2_Mics_Pi_HAT/
- [raspberry pi 4 patch](https://github.com/HinTak/seeed-voicecard/issues/31)
Legacy
- [Oficial Site](https://wiki.keyestudio.com/Ks0314_keyestudio_ReSpeaker_2-Mic_Pi_HAT_V1.0)
* [Git](https://github.com/respeaker/seeed-voicecard)
## Aditional References
* [Raspberry Pi Official Site](https://www.raspberrypi.com/software/operating-systems/)
* [Kb Linux](/kb/linux)
* https://git.limbosolutions.com/marcio.fernandes/pi.bluetooth.speaker