Update README.md
added links and hardware
This commit is contained in:
12
README.md
12
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
|
||||

|
||||
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user