diff --git a/.project b/.project new file mode 100644 index 0000000..6e55b5f --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + piplayer + + + + + + + + diff --git a/JBL_screws_drilling_template.svg b/JBL_screws_drilling_template.svg new file mode 100644 index 0000000..17bf63f --- /dev/null +++ b/JBL_screws_drilling_template.svg @@ -0,0 +1,228 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + 30 + 30 + 5,60612 + 35 + 45 + 45 + 14,5 + Ø99 + + + + diff --git a/Sizes.odt b/Sizes.odt new file mode 100644 index 0000000..e8ecc5d Binary files /dev/null and b/Sizes.odt differ diff --git a/installation.txt b/installation.txt new file mode 100644 index 0000000..eb2d9c3 --- /dev/null +++ b/installation.txt @@ -0,0 +1,84 @@ +sudo apt update +sudo apt upgrade + +select-editor + +# Einstellungen: +# Passwort 560612 +# Deutsches Tastaturlayout +# Deutsche WLAN-Kanäle +# Hostname pizero01 +# SSH aktiviert +sudo raspi-config + +dmesg +lsusb +sudo apt install iw + +# WLAN installieren (Quelle: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md) +# WLANs scannen +sudo iwlist wlan0 scan +sudo nano /etc/wpa_supplicant/wpa_supplicant.conf +# # Eintrag: +# network={ +# ssid="The_ESSID_from_earlier" +# psk="Your_wifi_password" +# } + +sudo ifdown wlan0 +sudo ifup wlan0 + +sudo reboot + +# disable HDMI (http://www.jeffgeerling.com/blogs/jeff-geerling/raspberry-pi-zero-conserve-energy) +sudo nano /etc/rc.local +# /usr/bin/tvservice -o + +sudo apt install ntp +sudo /etc/init.d/ntp restart +sudo nano /etc/ntp.conf +# # in /etc/ntp.conf Zeitserver ergänzen +# server de.pool.ntp.org +sudo /etc/init.d/ntp restart +date + +sudo apt install mc moc + +# PHAT DAC (https://learn.pimoroni.com/tutorial/phat/raspberry-pi-phat-dac-install) +curl -sS get.pimoroni.com/phatdac | bash + +# MP3-Test +mocp +sudo nano /etc/modprobe.d/alsa-base.conf + + + + + + + + + + + + + + + + +-- HERE BE DRAGONS ------------------------------------------------------------ + + + +# GEHT LEIDER NICHT WEGEN KNISTERN +# USB Soundkarte verbinden, dann +lsusb +alsamixer # -> zeigt oben das aktive Sounddevice an. Mit F6 kann man die Liste aller Devices anzeigen + +# Konfiguration anlegen (https://www.youtube.com/watch?v=GQDQ_Z-NmHQ) +sudo nano /etc/asound.conf +# defaults.ctl.card 1 +# defaults.pcm.card 1 +# defaults.timer.card 1 + +alsamixer # -> sollte jetzt auf das USB-Device umgeschaltet haben diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..917e081 --- /dev/null +++ b/notes.md @@ -0,0 +1,15 @@ +# To Do +## Hardware +- PHAT DAC installieren +- Lautstärke über IR regeln + +## Einrichtung +- SD Card read only: "Raspberry in Blue", c't 21/2016, S. 152 + + +## Scripting + + +## Gehäuse +- Schraublöcher für Raspi am Sockel +- Buttons per Acryl-Transfer beschriften? \ No newline at end of file