PiCar FAQ

From Wiki
Revision as of 07:20, 18 May 2018 by Root (Talk | contribs) (Q2:input "http://:8000/" it can't find anything.')

Jump to: navigation, search

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:

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