Edge sensors

This will keep our robot within the ring

Our robot is now equipped with sensors to see the enemy robot, but how will it know not to accidentally misstep outside of the dohyo's white border? To prevent our robot from meandering into no man's land, we should give it some edge sensors.

Using phototransistors for edge detection

Edge sensors commonly used in robot sumo make use of a phototransistor and IR diode pair. The IR diode acts as a sender, emitting IR light out to an object. Once the light eventually reflects, it is received by the phototransistor which then outputs a voltage between 0 and . This output voltage is dependent on the contrast in color of the surface being detected. Using these line sensors, we can see where the white edge of the ring begins and where the black area ends by comparing the contrast.

Recommendations

There are a few sensors I've seen and used that are recommended for sumo. I'll post them below:

Placement

Line sensors should be placed on the underside of the robot, so they have clear view of the dohyo's surface. It is best to place them at the corners of the bot for the maximum coverage.

For mini sumo, placing two sensors to cover the front edge are good enough.

Make sure to give your bot enough ground clearance, so the sensors have enough distance to detect light

Last updated