From 03115e390dc79feb210dcc9757202fcf7ee6c1a1 Mon Sep 17 00:00:00 2001
From: Tilman
+
+ Test 1, 2, 3
+
+
+
+
+ 3D Printed Case
+
+ Assembling the Components
+
+ Mounting the Base
+
Wiring
+
+ Audio Module
+
+
Buttons
+
+
Sensor
+
+
LED
+
+
Installing the Software
+
+
- Before installing anything additionally, Raspbian Lite has to be set up on the SD card. When the card is ready, it is necessary to at least once connect a monitor and a keyboard to the RasPi for the initial setup since SSH is disabled by default. As soon as SSH is enabled and Wi-Fi is configured, we can remove all the cables and continue to work remotely over SSH. -
-- From here on it's basically entering line by line to your terminal (and later on it's copy-and-paste via SSH). You might need to confirm or close something every now and then. Where a configuration file has to be edited, the contents that go to the file are also put in comments with a leading tab. The links are the references for the individual steps. -
- --# Make sure that the latest versions are installed (this might take some time) (https://www.raspberrypi.org/documentation/raspbian/updating.md) -sudo apt update -sudo apt dist-upgrade - -# Basic setup: change the password, set the keyboard layout, Wi-Fi channels and hostname and enable SSH -sudo raspi-config - -# Check kernel messages for errors -dmesg - -# Check for connected USB devices -lsusb - -# If not done yet, plug in the Wi-Fi adapter and reboot -sudo reboot -