Run the sensor validation script
Time: 11:35 AM to 12:15 PM
validate_sensors.py script that tests each subsystem on your robot in sequence. Your goal: every test shows PASS.
What the script tests
The validation script checks seven subsystems in order:| Test | What it checks |
|---|---|
| Motors and steering servo | Wheels spin and steering responds |
| Camera pan/tilt servos | Camera moves left, right, up, and down |
| Ultrasonic distance sensor | Reads distance to objects in front |
| Grayscale/line-tracking sensors | Reads surface brightness values |
| Speaker audio output | Plays a test sound through the speaker |
| Microphone capture | Records a short audio clip |
| Camera web stream | Starts a live video feed |
Run the script
Camera check
The script starts a web stream. Open this URL in your browser to confirm live video:Troubleshooting failures
Day 1 wrap-up
Goal for Day 1: Every student ends with all sensors showing PASS and a confirmed SSH connection. This is the only objective for today.
Homework: Leave the robot plugged in and accessible on WiFi so Day 2 begins immediately with code.

