Difference between revisions of "PiCar FAQ"
From Wiki
(→Q1: Compatible with Raspberry Pi 3 B+') |
(→Q2:input "http://:8000/" it can't find anything.') |
||
Line 9: | Line 9: | ||
=='''Q2:input "http://<Rpi ip address>:8000/" it can't find anything.'== | =='''Q2:input "http://<Rpi ip address>:8000/" it can't find anything.'== | ||
+ | you need should close Dragit or change the port number of remote_control:<br> | ||
+ | close Dragit: <br> | ||
+ | sudo service dragit stop <br> | ||
+ | change the port number of remote_control <br> | ||
+ | cd ~/SunFounder_PiCar-V <br> | ||
+ | cd remote_control <br> | ||
+ | nano start <br> | ||
+ | find 8000,change to 7999 <br> | ||
+ | then press CTRL+O to save.Enter to reform,then press CTRL+X to exit. <br> | ||
+ | The web page opens should change to <Rpi ip>:7999 <br> |
Revision as of 07:19, 18 May 2018
Q1: Compatible with Raspberry Pi 3 B+'
SunFounder_PiCar series code has been updated.
Below is the operation of updating the code
cd ~/SunFounder_PiCar/
sudo git pull origin master
sudo python setup.py install
Q2:input "http://<Rpi ip address>:8000/" it can't find anything.'
you need should close Dragit or change the port number of remote_control:
close Dragit:
sudo service dragit stop
change the port number of remote_control
cd ~/SunFounder_PiCar-V
cd remote_control
nano start
find 8000,change to 7999
then press CTRL+O to save.Enter to reform,then press CTRL+X to exit.
The web page opens should change to <Rpi ip>:7999