Difference between revisions of "PiCar FAQ"

From Wiki
Jump to: navigation, search
(Q2:input "http://:8000/" it can't find anything.')
(Q2:input "http://:8000/" it can't find anything.')
Line 10: Line 10:
 
=='''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>
 
you need should close Dragit or change the port number of remote_control:<br>
  close Dragit: <br>
+
  close Dragit: </br>
 
sudo service dragit stop <br>
 
sudo service dragit stop <br>
 
change the port number of remote_control <br>
 
change the port number of remote_control <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
Setup 3B.png
Update 3B.png

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: </br>

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