SunFounder PiDog Kit, Release 1.0
Linux /Unix Users
1. Go to
Applications
->
Utilities
, find the
Terminal
, and open it.
2. Check if your Raspberry Pi is on the same network by type in
ping <hostname>.local
.
ping raspberrypi
.
local
• If terminal prompts
ping:
cannot resolve <hostname>.local
, it is possible that
the Raspberry Pi failed to connect to the network. Please check the network.
• If you really can’t ping
<hostname>.local
, try to
and
ping <IP
address>
instead. (e.g.,
ping 192.168.6.116
)
• If multiple prompts like
64 bytes from <IP address>:
icmp_seq=0 ttl=64
time=0.464 ms
appear, it means your computer can access the Raspberry Pi.
3. Type in
ssh <username>@<hostname>.local
(or
ssh <username>@<IP address>
).
32
Chapter 2. Play with Python
Summary of Contents for PiDog
Page 1: ...SunFounder PiDog Kit Release 1 0 sunfounder Jan 09 2023 ...
Page 2: ......
Page 4: ...ii ...
Page 6: ...SunFounder PiDog Kit Release 1 0 Content 2 CONTENTS ...
Page 8: ...SunFounder PiDog Kit Release 1 0 4 Chapter 1 Component List and Assembly Instructions ...
Page 15: ...SunFounder PiDog Kit Release 1 0 Step 7 Click the WRITE button 2 1 Quick Guide on Python 11 ...
Page 92: ...SunFounder PiDog Kit Release 1 0 88 Chapter 2 Play with Python ...
Page 108: ...SunFounder PiDog Kit Release 1 0 104 Chapter 4 Appendix ...