Tutorial

Table Of Contents
18
If it fails to enter the page, log into the Raspberry Pi via SSH, type in the command below to end the
program auto run at boot to release resources, or else issues like camera initialization failure or occupied ports.
sudo killall python3
Type in the command below to run `webServer.py`:
sudo python3 Adeept_AWR/server/webServer.py
Check whether there's any error and solve them based on instructions in the Q&A section below.
4.1 Structure Assembly
Before assembling
Before installing the robot, you need to install the software (refer to second half of the document) to control
the robot on the Raspberry Pi. Because the servo needs to be returned to the original position during the robot
assembly process, which requires the assistance of a Raspberry Pi with software that runs normally.
How to make a servo return to original position
Connect the servo to the Raspberry Pi that is turned on. When the connection is completed, the servo will
immediately run, and it will automatically return to the original position in a very short time. Then you can install
the rocker arm on the servo at a specified angle.
automatically return install rocker arm
(The type of servo and the installation angle of the rocker arm is for reference only. Please refer to the
actual product and assembly part.)
Whether the servo has returned to original position
You can test whether the servo has returned to original position by pulling the rocker arm (don't try too hard to
prevent damage to the servo). The servo that has automatically returned cannot be pulled.
4 Assembly and Precautions