Need support? support@freenove.com
The camera works fine, not need to process.
The camera is malfunctioned, prompting via Toast.
If the camera is faulty, the robot will periodically send reminders to the app, and the app will send a prompt
to the user after receiving the message.
ACTION_ULTRASONIC
Once the obstacle avoidance mode is turned ON, the robot will actively send the current distance measured
by the ultrasonic wave to the app and the app needs to parse this command.
The App can also actively send this command for the robot dog to print out the distance measured by the
ultrasonic wave through the serial port. Note that the command does not contain parameters, and there is
currently no Action.
The robot obtains the distance measured by the ultrasonic module
once, and prints it out through serial port.
“dist” refers to the distance measured by the ultrasonic module
The current measured distance is 101 cm.
ACTION_GET_VOLTAGE
The robot actively sends the current voltage value and battery percentage to the app every 3 seconds without
the need of the app to inquire.
The unit of voltage is mV.
“voltage” refers to the current voltage of the batteries, and
“percent” is the battery percentage.
The current voltage is 8400mV, 100%.
ACTION_CALIBRATE
Calibrate the robot. This command must contain only five parameters.
Leg number, numbered counterclockwise from left front to right
front, 0,1,2,3
1: Set the position of the legs without overlaying calibration
information.
2: Confirm the calibration information.
3: Select one leg to calibrate.
They refer to the coordinates of the tiptoe of the robot dog, with
the calibration point as the relative value of the origin. If the leg
does not need calibration, then it is 0 0 0.