Skip to content

vitorbetmann/sumobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Codes for my tournament-winning sumobots.

Context

A sumobot (or robot-sumo) torunament is a competition in which two autonomous robots attempt to push each other out of a circular arena (like human sumo). I competed in the mini category, which restricts robots' dimensions to a 10x10 cm2 and its maximum weight to 500 g.

Robots' Components

Both EspressoBot and MatchaBot contained:

  • 1x Arduino Nano microcontroller, the "brain" of the bot
  • 1x HC-SR04 Ultrasonic Sensor, which was used for "seeing" the opponent
  • 2x QTR1A contrast sensor for edge detection
  • 2x Core Dc Motor (6V 400 RPM) attached to a JS2114 Micro Silicone Wheel, both from JSumo
  • 1x L298N Motor Driver for interfacing between the Arduino and the motors
  • 1x 3d printed, cube-shaped carcass

Approach and Outcomes

More info on each bot's README

About

Codes for my tournament-winning sumobots

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages