User Manual

39
DEBUG "camera.py": Set pan servo and tilt servo debug off
DEBUG "Servo.py": Set debug off
DEBUG "Servo.py": Set debug off
None
System check identified no issues (0 silenced).
November 09, 2016 - 06:28:41
Django version 1.10.2, using settings 'remote_control.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CONTROL-C.
If you get the result similar as shown above, the server is ready. Now move on to start the
client.
2. Run the Client (Operation on PC)
There are TWO methods to run the client. On one hand, you can open Client in the directory
of the SunFounder_PiCar-V in PC, run client.py by Python 3. Or, if you happen to fail to install
PyQt 5 or Python 3, or just want to control it on your phone or tablet, we have also prepared
a web client via web browser.
Method A
Open Client in the directory of the SunFounder_PiCar-V in PC, run client.py by Python 3.
If yours PC runs on Linux, you can run python 3 client.py in the terminal.
python client.py # If Python 3 is the default or only python
python3 client.py # Or you have both Python 2 and Python 3, and the default is Python 2
If it runs on Windows, since Python 3 has been installed previously, you can just double-click
to run client.py. Make sure it runs under Python 3 not Python 2, if both are installed in your PC.
Notes:
In Linux, if only Python 3 is installed, python = python 3 in the terminal; if there're both
Python 2 and Python 3 (quite a lot of systems have those two pre-installed), the python
command will start Python 2 by default. To use Python 3, you need to use python 3
commands. Or you can configure the Python environment, to set the Python 3 as default.