From 3e4665f55e6de57e233be901966fc512a5ab1f0c Mon Sep 17 00:00:00 2001 From: cpu Date: Sat, 2 Dec 2023 04:23:17 +0100 Subject: [PATCH] Update README.md added links and hardware --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b960fc0..eae2f9a 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,20 @@ A device that allows dogs to speak. Click on the picture to see the video with t Hardware -------- -Connect buttons to the Rarspberry pi GPIO as shown in the schema to debounce noisy buttons +- Raspberry pi (any version with an USB port) e.g. [Raspberry Pi Model B+](https://hackerboards.com/board/raspberry-pi-foundation-raspberry-pi-model-b-plus) +- Buttons connected to the Raspberry pi GPIO as shown in the schema to debounce noisy contacts ![dog-trainer-schema](assets/dog-trainer-schema.png) +- USB speaker with a microphone e.g. [Jabra Speak 410](https://www.jabra.com/_/media/Jabra_VXi_Product-Documentation/Jabra-SPEAK-410-Series/technical-specifications/RevB/Jabra-Speak-410-Techsheet-A4-290420-Web.pdf) + +- microSD card 8GB + +- USB power supply 5V 500mA Operating system ---------------- -Install `Raspberry Pi Imager` into your notebook. Launch it and choose `Raspberry Pi OS Lite` to write into the microSD card +Install [Raspberry Pi Imager](https://www.raspberrypi.com/news/raspberry-pi-imager-imaging-utility/) into your notebook. Launch it and choose `Raspberry Pi OS Lite` to write into the microSD card Power on the Raspberry pi and finish the installation process. Log into its console using either: - ethernet/wifi from your notebook: `ssh pi@raspberrypi` @@ -53,7 +59,7 @@ Just run Pres `Ctrl+c` to exit -Make it a service to automaticaly run in the backgroud +Make it a service to automaticaly start and run in the backgroud ------------------------------------------------------ If your `$HOME` directory is other then `/home/pi` then modify the systemd service file