1.6.2.3 LInux or Mac OS comes with SSH function, and it is not
necessary to download the above two software
Steps to connect to Raspberry Pi via SSH:
1. Open a console terminal window.
2. The initial user name of the Raspberry Pi is pi and the initial password is raspberry.
3. Enter ssh pi@<IP> in the command line and replace <IP> with your Raspberry Pi
IP address, as shown in the following example:
ssh pi@192.168.3.157
4. Press Enter, and the prompt Are you sure you want to continue connecting
(yes/no)?
5. Enter yes, press Enter, pi@192.168.3.157's password: appears, fill in the initial
password raspberry of the Raspberry Pi, pay attention to the case, there will be no
changes on the screen during the password input, but it does not Indicates that the
input was not successful, press enter after the input is complete.
1. 6. Now you have logged in to the Raspberry Pi.
1.7 Downloading the code program to control the
robot
After successfully logging in to the Raspberry Pi, we need to download the code
program to control the robot. We enter the following command in the console:
sudo git clone https://github.com/adeept/adeept_picarpro.git
47
Need help?
Do you have a question about the PiCar-Pro and is the answer not in the manual?