From b342933018abca1c9b6839bab13be1558c66a763 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 29 Apr 2023 15:42:03 -0700 Subject: [PATCH] readme instructions --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0650d7..cf95e94 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# rpi-random-projects \ No newline at end of file +# rpi-random-projects + +# Connection +ssh username@hostname.local -v +- the v will give verbose output + +Use `arp -a` to see what the ip address and hostname is for the connected rpi. +Make sure that the arp connection is complete and not (incomplete) + +Wait for connection. Sometimes can take some time. + +# Setup for audio +sudo apt-get install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0 +sudo apt-get install ffmpeg libav-tools +sudo pip install pyaudio + +https://wiki.seeedstudio.com/ReSpeaker_2_Mics_Pi_HAT_Raspberry/#picovoice-with-respeaker-2-mic-pi-hat-and-raspberry-pi-zero-getting-started +- clone the repo and do the ./install.sh (use the higher kernel one in this repo itself +if the rpi is newer) +