48
C.
Run cali_client
Run the calibration client on PC to connect the server on Raspberry Pi.
For Windows users:
Click the
Start
button on your computer, and type in python in the search bar, and you can
find the IDLE (Python GUI). Click it and then a window will pop up.
Click
File
->
Open
->
Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi-master
->
client
->
cali_client.py
to open this file, modify the value of
HOST
for the IP address of the Raspberry
Pi.
After modification, save the file and click the
Run
menu, and select
Run Module
.
For Linux users:
Open another terminal in Linux (not via ssh on your Pi). Find the sketch downloaded and edit
client/cali_client.py:
cd
client
/
sudo
nano
cali_client.py
SunFounder