Raspberry Pi stuff
- RPi pinout
- SIK
- I use components from this kit with my RPi.
- lgpio
- gpiozero
- HC-SR04
- The one from the SIK and PiSloth are both HC-SR04
- Robot Hat
- PiSloth
- Make sure to look at v2 branch
- VNC
arecord -f cd - | tee rec.wav | aplay -
https://superuser.com/a/1711740
sudo raspi-config
interface options
enable vnc
hostname -I to get IP address of RPi
not sure if this was necessary but also ran this:
vncserver-virtual
this section says realvnc is enabled so maybe not necessary
https://www.raspberrypi.com/documentation/computers/remote-access.html#vnc
for the client side...
go to tigervnc releases
https://github.com/TigerVNC/tigervnc/releases
which links to their sourceforge
https://sourceforge.net/projects/tigervnc/files/stable/1.13.1/
tigervnc-x.x.x.x86_64.tar.gz worked fine
extract the dir
run ./usr/bin/vncviewer
and then walk through tigervnc stuff
https://www.raspberrypi.com/documentation/computers/remote-access.html#connect-to-your-raspberry-pi