Description
|
|
|
|
---|---|---|---|
Face TracingWhen your face appears in the camera screen, the camera can recognize your face and make a round frame mark. When your face moves, the camera moves with the face, and it always focus on your face. |
Light TracingThe light-tracing function of the car is mainly use two photoresistors located at two side of the front end to detect light. According to the change of voltage detected by the sensors, make the car perform corresponding actions. |
Line TrackingThe line tracking function of the car mainly uses the infrared sensors. When the sensors detect black line, the corresponding led will light up. the car perform corresponding actions according to the values of three sensors. |
Obstacle AvoidanceThe obstacle avoidance function of the car mainly uses HC-SR04 ultrasonic module, which is installed with servo. The ultrasonic module measures the obstacle distance on the left, middle and right directions. the car perform corresponding actions according to different distances. |
Programming
We can provide Code libraries, which not only reduce the amount of code, but also simplify programming. It’s easy for Raspberry Pi beginner to program this car with python!
After you import library, only one line of code is needed to make the car move or turn.
Once booked download the detailed tutorial (PDF) and complete code (Python 2). You can familiarise yourself before your section night.