All tutorials

6 · Full projects

Project: obstacle-avoiding robot

Expert45 min

Goal

Move forward, detect an obstacle under 20 cm and go around it.

Why it matters

Perception → decision → action loop, exactly like a real robot.

Steps

  1. 01Two DC motors + ultrasonic sensor on a panning servo.
  2. 02Measure distance continuously.
  3. 03Below 20 cm: back up, turn, then continue.
  4. 04Structure everything as a state machine.

This tutorial runs inside the Circuitly simulator: your wiring and your code are checked automatically at every step.

Next tutorials