SunFounder pisloth
ssh pi@raspberrypi.local
Note: If a prompt appears The term 'ssh' is not recognized as the name of
a cmdlet....
It means your system is too old and does not have ssh tools pre-installed, you need to manually Install
OpenSSH via Powershell.
Or use a third party tool like PuTTY.
3. The following message will be displayed only when you log in for the first time, so enter yes.
The authenticity of host 'raspberrypi.local
˓→(2400:2410:2101:5800:635b:f0b6:2662:8cba)' can't be established.
ED25519 key fingerprint is SHA256:oo7x3ZSgAo032wD1tE8eW0fFM/
˓→kmewIvRwkBys6XRwg.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])?
4. Input the password you set before. (Mine is raspberry.)
Note: When you input the password, the characters do not display on window accordingly, which is
normal. What you need is to input the correct password.
5. We now get the Raspberry Pi connected and are ready to go to the nextstep.
4.1.4 Download and Run the Code
We can download the files by using git clone in the command line.
Install robot-hat library first.
cd /home/pi/
git clone https://github.com/sunfounder/robot-hat.git
cd robot-hat
sudo python3 setup.py install
Note: Running setup.py will download some necessary components. You may fail to download due to network
problems. You may need to download again at this time. In the following cases, enter Y and press Enter.
4.1. Quick Guide on Python 73