Two wedge robots facing off inside a glowing ring boundary

Push, Don't Get Pushed: Building the Sumo Robot Kit

The Sumo Robot Kit with Arduino Uno + IR Sensors (₹914) builds a compact 2WD robot with one job: find the opponent, push it out of the ring, and never cross the boundary line yourself. Four TCRT5000 infrared sensors do the sensing — front-facing units hunt the rival, rear-facing units watch for the white ring edge — while an Arduino Uno runs the search-and-push strategy through an L298N motor driver. Rated Beginner with a 3–4 hour build, it is the cheapest robot kit in our range, and the finished bot meets the standard 10 cm × 10 cm, 500 g footprint used in many mini sumo competitions. That combination — lowest price, real competition spec, and an opponent to beat — makes it the kit most likely to get built twice: once to work, once to win.

What's in the box

Arduino Uno R3, four TCRT5000 IR reflectance modules, L298N motor driver, two TT gear motors, 2WD chassis, two 18650 cells with holder, ten 10kΩ resistors, 100nF capacitors, and 25 male-male jumper wires. The extra resistors and capacitors are there deliberately — IR sensor calibration involves tweaking detection thresholds, and the kit gives you the components to do it properly. If your competition requires a full enclosure, note that a top cover is not included; a lightweight one can be added.

What you'll learn

  • IR reflectance sensing — how TCRT5000s distinguish a white ring floor from a black boundary line, and how the same sensor doubles as short-range opponent detection.
  • Sensor calibration — setting thresholds that survive different lighting, the unglamorous skill that separates robots that work at home from robots that work on stage.
  • Autonomous strategy code — writing a state machine: search, detect, charge, and the non-negotiable edge-escape reflex that overrides everything else.
  • Drive and power basics — L298N motor control and running a combat-duty robot on 18650 lithium cells.

The build, honestly

The mechanical build is quick and solder-free; the interesting hours are in calibration and strategy. The step that trips people up is IR thresholding: TCRT5000 readings shift with ambient light and surface glossiness, so values that worked on your desk will misfire on a different ring. Calibrate on the actual surface you'll compete on, and make the edge-detection reflex the highest-priority rule in your code — a sumo bot that detects the opponent brilliantly but drives over the line still loses. The strategy layer is where the kit keeps giving: a basic "spin, spot, charge" works in an afternoon, and you can iterate toward feints and wall-hugging searches for as long as your club has challengers.

Who it's for — and who should skip it

Perfect for ATL Tinkering Lab students and school robotics clubs entering inter-school mini sumo events, for young builders aged 10–15 getting genuine microcontroller experience, and for anyone who wants the cheapest real robot on this site. The competitive angle also makes it the best club kit — two boxes and a taped ring make a tournament.

Skip it if you want navigation rather than combat: our Obstacle Avoiding Robot Kit and Maze Solving Robot Kit teach richer movement logic on the same class of hardware. And if you already build competition bots, this base is a starting point you'll outgrow — the Gesture Controlled Robot Kit or Ball Balancer PID Kit offer more headroom.

FAQ

Can it enter official mini sumo competitions?

Yes — the assembled robot meets the common 10 cm × 10 cm footprint and 500 g weight limit, and the four IR sensors match competition-spec line and opponent detection. Add a lightweight top cover if your event requires full enclosure.

Does it detect the black line on a white ring?

Yes — the TCRT5000s are highly sensitive to that contrast, and the included resistors and capacitors let you tune detection thresholds during calibration.

Can I add more sensors later?

Yes. The Uno has spare digital and analog pins for ultrasonic sensors, a gyroscope or a Bluetooth module once you've mastered the base robot.

The kit arrives pre-loaded in Soldr, our AI build assistant, which generates wiring, firmware and calibration troubleshooting for this exact sumo bot.

Back to blog