Update README.md

added links and hardware
This commit is contained in:
cpu
2023-12-02 04:23:17 +01:00
parent abf935d950
commit 3e4665f55e

View File

@@ -7,14 +7,20 @@ A device that allows dogs to speak. Click on the picture to see the video with t
Hardware 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) ![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 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: Power on the Raspberry pi and finish the installation process. Log into its console using either:
- ethernet/wifi from your notebook: `ssh pi@raspberrypi` - ethernet/wifi from your notebook: `ssh pi@raspberrypi`
@@ -53,7 +59,7 @@ Just run
Pres `Ctrl+c` to exit 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 If your `$HOME` directory is other then `/home/pi` then modify the systemd service file