Difference between revisions of "PiCar FAQ"

From Wiki
Jump to: navigation, search
(Q3:input "http://:8000/" it can't find anything.')
Line 20: Line 20:
 
The web page opens should change to  <Rpi ip>:7999 <br>
 
The web page opens should change to  <Rpi ip>:7999 <br>
  
=='''Q3:input "http://<Rpi ip address>:8000/" it can't find anything.'==
+
=='''Q3: Adjust the Servo to 90 Degrees'==

Revision as of 10:36, 20 June 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:

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

Q3: Adjust the Servo to 90 Degrees'