Menu

CrabWorks

We make simple robotics
platforms to demonstrate
complex movements
in a physical space.

What is a CrabBot?

Small robots that use colored light to interact with other Bots and the environment.

CrabBots are attracted or repelled by red and blue light. Leveraging these simple rules of motion, we can create more complicated interactions like vectorized movement towards beacons or games of tag between robots.

Bot

The CrabBots use 8 light-sensing photodiodes to "see" the world around them. When the Bot detects a difference from the ambient lighting conditions, it reacts in one of two ways: driving towards the source of the light, or running away. At first, the Bots reacted to stationary beacons that could be moved by outside users, lit up either red or blue. While these reactions may seem simple, when we give the Bots the ability to emit light we can use colored light in conjunction with a bump-sensing accelerometer to facilitiate Bot-to-Bot communication. This communication can be used to get the Bots to "play" with each other -- to show this we've simulated a game of freeze tag, where a blue "it" Bot tries to tag Bots that are illuminated red.


PCB

Mechanical Subsystem

|| Designing a compact, robust, repeatable chassis ||

Bot

Since our goal was to create several of our little CrabBots, it was important that the mechanical design was able to be manufactured repeatedly and assembled quickly. Our final chassis was 3D printed to allow for rapid manufacturing and made liberal use of snap joints to make putting all the pieces together easy. There are also captive nuts in the chassis for a ‘screw together’ construction of the shell and battery housing.


Bot

The two-wheeled, upright design aids in the bots ability to turn in a tight radius, but also tend to make the bot tippy -- the batteries sit in the bottom of the chassis for easy removal for charging and to lower the center of mass. Captive rubberbands on the wheels give CrabBot its traction and aids in rapid response to light. The internal chassis of the Bot is designed to hold the custom PCB snug so electrical connections stayed firm even when the bot is in motion. The photodiodes have dovetail joints connecting them to the head: allowing for simple assembly and disassembly. The CrabHat sits on the top of the Bot's head with a snap fit and provides light to communicate with other bots. The slope of the Bot's body also serves a functional purpose, keeping the photodiodes in the "head" far enough back that, even when directly in front of a beacon or other robot, they can still detect light.

Bot

The beacon was also 3D printed. It houses a strip of LEDs that change color, a small circuit board to control the LEDs, and a battery to power everything. The beacon is the user's way to interface with the CrabBot. By changing the light color with a toggle switch, the user can manipulate the bot's direction of motion.

Electrical Subsystem

|| Sensors, Motors, and Custom PCBs ||

PCB

A custom Arduino-based PCB is used to control the robots. The PCB is designed and assembled in-house. It is based off an Arduino Uno board but uses a multiplexer to extend the number of analog pins present, a dual H-bridge motor controller to control the movement of the robot, and a 3-axis accelerometer to detect bumps. Because it shares the same Atmega328-PB microcontroller as the Arduino Uno, the PCB can be programmed using the same Arduino IDE environment. Additional space has been provided for another multiplexer and op-amp circuitry, if needed. The schematic and block diagram for the circuit can be seen in the figures below.

Block Diagram

Each of the CrabBots house 4 pairs of light-sensing photodiodes facing four different directions to "see" the world around them. Each pair of photodiodes has a red and blue filter to allow the bot to detect differences in the amount of red and blue light in front of them. Additionally, a NeoPixel LED strip has been mounted on top of the robots to act as a beacon for other bots to read. The combination of these two features allows the robots to transmit and receive their relative location: giving them all the necessary information for a game of tag.

Schematic

The following image contains the final schematic for our PCB circuitry. THe final schematic contains a more simplified and elegant solution to our photodiode sensing circuit. This greatly reduced the amount of components needed and allowed us to leave parts of the assembled PCB unpopulated.

Schematic

Software Subsystem

|| Light-Reaction Algorithms and Fun Robot Games ||

The main algorithm used by the CrabBots to react to light is shown below. Initially, every photodiode is calibrated to the ambient conditions of the room. The difference between the current reading and the ambient reading is found for each photodiode -- this difference is used to calculate the motor speeds for that time step. This algorithm is used by the robots whether they're reacting to the stationary beacons or to each other.

Bot

There are two main programs that can be loaded onto the final CrabBots: the "chased" program, and the "chasing" program, which correspond to the Bot's role in freeze tag. All code for the robots was written in Arduino.

Bot

Chasing

The Chasing robot is the equivalent of "it" in our game of tag. It illuminates itself blue and seeks out red light. When it successfully tags a Chased robot, signified by a spike in the acceleration measured by the accelerometer, it flashes its lights to celebrate its victory. Then, it continues seeking out more red robots to chase. The flow diagram shows how the software handles all of these states.

Bot

Chased

The Chased robot is the equivalent of any "not it" player in our game of tag. These robots are illuminated red and are repelled by the blue light of the Chasing robots. When they're bumped by the Chasing robot, they stop in their tracks and shut off their lights, indicating that they've been frozen. A human can help a frozen robot rejoin the game by tapping it.

The beacons were also programmed in Arduino, and used a simple program that toggled the color of a strip of LEDs between red, blue, and off with the press of a button.

All of the code for our project can be found here.

Design Process

Check us out in our natural habitats.

Beacon Testing

Testing

Lauren and Ricky test the robot with the beacon for calibration data.

PCB assembly

Assembly

Utsav assembles the main PCB on the pick and place machine.

Refining goals.

Iteration

The CrabWorks team has an epiphany.

Bots & Beacons

Concept photo

Our CrabBots in their natural habitat

Will Soldering

manufacturing

Will does some last stage solder touch ups under the microscope.

Adrian cadding the robot

CAD

Adrian designs the bot in SolidWorks.

About the team

This group of amazing people brought you CrabBots

Author image
Lauren Anfenson Electrical Engineer

EE trying her best to figure out what a for loop is.

Author image
Will Fairman Electrical Engineer

Keeps the team caffeinated and the current flowing.

Author image
Ricky Rose Mechanical Engineer

Mechanical Engineer. Web Dev. Token Blonde.

Author image
Adrian Botran Mechanical Engineer

Mechanical designer with big ideas building small robots.

Author image
Utsav Gupta Electrical Engineer

Professional electron herder.

Contact Us

Reach out for any questions or just to say hi.

Send Us A Message

Sending...
Something went wrong. Please try again.
Your message was sent, thank you!

Contact Info

Where to Find Us

1000 Olin Way
Needham, MA
02492 US

Email Us At

ricky@students.olin.edu
lanfenson@olin.edu
utsav.gupta@students.olin.edu
adrian.botran@students.olin.edu
william.fairman@students.olin.edu