Hi! 👋 You've got a Robot-01 — an ESP32-C3 brain on wheels with lights, sounds, and a phone-app remote control. This guide walks you through everything from the first power-on to driving like a pro. No coding needed. Tap any section below to expand it.
Your robot is a small wheeled buddy with these built-in superpowers:
Two motors → drive forward, back, turn left, turn right. Top speed: ~30 cm/s.
4 NeoPixel LEDs → show battery, mood, errors, and patterns you trigger from the app.
Buzzer → boot tune, low-battery warning, obstacle alert, button feedback.
Ultrasonic sensor → measures distance to walls and objects. Avoids crashes.
Tiny OLED display → shows status, battery %, and live sensor readings.
Bluetooth → talks to your phone over a free RemoteXY app. No WiFi needed.
Two ways to power Robot-01: USB cable (charges the battery) or battery alone (cordless drive).
READY. The robot is now waiting for your phone to connect.Robot-01 is controlled from a free app called RemoteXY. It uses Bluetooth, so no WiFi or internet is needed.
READY.RemoteXY or Robot-01 in the list. Tap it.The phone shows a round joystick (left thumb) and an action button (right thumb).
Robot drives forward. Push further = goes faster.
Robot drives backward. Same — further = faster reverse.
Robot turns left. Push left + up = curve left while moving forward.
Robot turns right. Push right + up = curve right while moving forward.
Joystick centers automatically. Robot stops.
Tap = beep. Hold = LED rainbow party. Try double-tap.
The 4 NeoPixel LEDs on the front of the robot tell you what's going on.
Each beep means something specific. Listen up.
The tiny black-and-white screen on top of the robot is the OLED display. It shows live status info.
Top-right corner. Shows percentage from 0 to 100. Updates every 5 seconds.
Center. Shows distance in cm to the closest obstacle in front.
Bottom-left. Shows BT: -- when alone, BT: ON when paired.
Bottom-right. Shows current speed as a percentage of max (0% = stopped, 100% = full throttle).
The ultrasonic sensor is the round black eye on the front. It pings the world 10 times per second using sound waves humans can't hear.
READY on the OLED.
Building one yourself? See build-guide.html.
Teaching a class? See instructor.html.
Coding the firmware? See start-here.html.