Black Line Follower: A Modern Bristlebot

It’s been a while since we’ve seen much action on the bristlebot front, which is too bad. So we’re happy to see [Extreme Electronics]’s take on the classic introductory “robot”: the Black Line Follower. The beauty of these things is their simplicity, so we’ll just point you to his build instructions and leave the rest to you.

The original bristlebot is a fantastic introduction to electronics, because it’s simple enough that you can cobble one together in no time. A battery, a pager motor, and a toothbrush head are all you need. But it goes where it wants, rather than where you want it to go.

Adding steering is as simple as tying two bristlebots together and firing one motor at a time to execute a turn. The Black Line Follower is of this style.

Of course, any good idea can be taken to extremes, as in this giant weight-shifting bristlebot, or this super-tiny IR-controlled bristlebot.

But that was more than five years ago now. What happened to the mighty engines of bristlebot creativity? Has the b-bot seen its finest hour? Or are we just waiting for the next generation to wiggle up to the plate?

Continue reading “Black Line Follower: A Modern Bristlebot”

Build A Light Following Bristlebot As A Way To Teach Science

light-following-bristlebot

[Ben Finio] designed this project as a way to get kids interested in learning about science and engineering. Is it bad that we just want to build one of our own? It’s a light following bristlebot which in itself is quite simple to build and understand. We think the platform has a lot of potential for leading to other things, like learning about microcontrollers and wireless modules to give it wireless control.

Right now it’s basically two bristlebots combined into one package. The screen capture seen above makes it hard to pick out the two toothbrush heads on either side of a battery pack. The chassis of the build is a blue mini-breadboard. The circuit that makes it follow light is the definition of simple. [Ben] uses two MOSFETs to control two vibration motors mounted on the rear corners of the chassis. The gate of each MOSFET is driven by a voltage divider which includes a photoresistor. When light on one is brighter than the other it causes the bot to turn towards to the brighter sensor. When viewing the project log above make sure to click on the tabs to see all of the available info.

This directional control seems quite good. We’ve also seen other versions which shift the weight of the bot to change direction.

Continue reading “Build A Light Following Bristlebot As A Way To Teach Science”

Steerable Bristlebot Via IR Control

Looking at the size of this bristlebot the first thing we wondered is where’s the battery? All we know is that it’s a rechargeable NiMH and it must be hiding under that tiny circuit board. But [Naghi Sotoudeh] didn’t just build a mindless device that jiggles its way across a table. This vibrating robot is controllable with an infrared remote control. It uses an ATtiny45 microcontroller to monitor an IR receiver for user input. An RC5 compatible television remote control lets you send commands, driving the tiny form factor in more ways than we thought possible. Check out the video after the break to see how well the two vibrating motors work at propelling the device. They’re driven using a PWM signal with makes for better control, but it doesn’t look like there’s any protection circuitry which raises concern for the longevity of the uC.

This build was featured in a larger post over at Hizook which details the history of vibrating robots. It’s not technically a bristlebot since it doesn’t ride on top of a brush, but the concept is the same. You could give your miniature fabrication skills a try in order to replicate this, or you can build a much larger version that is also steerable.

Continue reading “Steerable Bristlebot Via IR Control”

Bristlebot Mod Never Rubs You The Wrong Way

controllable_bristlebot

[Underling] sent in his bristlebot project that aims to put a new spin on controlling bristlebot movement. We have seen several attempts at bristlebot directional control in the past, but none of these methods really fit what he wanted to do. His goal was to use a single brush rather than two, and be able to aim the bot in any direction at will.

He tried several different designs, but settled on what you see in the picture above. The large brush head is fitted with a vibrating motor on the front as well as a cell phone battery near the midsection.  These pieces are placed in the center plane of the brush as to not influence the direction of movement.  A separate servo-like motor is placed on the back of the brush, and each side of the motor’s arm is attached to a paddle that extends down the sides of the brush. When the motor is activated, one paddle is pressed in towards the bristles, while the other paddle is pulled away. This causes an immediate shift in direction, and should provide for a relatively tight turn radius. It should be noted that he also took the time to remove bristles from the center of the brush where the steering paddles are located in order to improve turning performance.

Unfortunately [Underling] does not currently have a video camera with which to show off his work, but we hope to see some action footage in the near future.

RC Bristlebot Shifts Weight For Steering

This large bristlebot has no prolem steering itself by shifting its weight. It’s easy enough to watch the video after the break and see how this works. But there’s still the same air of “I can’t believe that actually works” which we experienced with the original bristlebot.

This is not the first attempt to calm a bristlebots movements, but we don’t remember seeing one you could drive around like an RC car. [Glajten] up-sized the bot with what appears to be a small shop broom cut in half, creating a catamaran design. The vibrating motor, which might have come out of a gaming controller, rides on the back of the bot, centered between the two bristle platforms. On the front a servo motor holds the shaft of a long bolt which has extra weight at the end of it. Steering happens when the weight is offset by a turn of the servo.

Continue reading “RC Bristlebot Shifts Weight For Steering”

Controllable Bristlebot

[sprite_tm], whose projects we have covered in the past, took the popular bristlebot to an extreme and created a controllable version. A bristlebot consists of a small vibrating motor mounted with a battery on the head of a toothbrush. These micro-robots buzz around randomly, and he attempted to tame them. He used a platform of twin bristlebots and added an optical sensor from a laser mouse and an ATtiny13. The optical sensor is used to determine the relative motion of the robot, so that the motors can be adjusted accordingly. He also has a video of the bot using the sensor to find a mark on the floor and stay within bounds. Although it isn’t as accurate, it acts like a traditional line-following robot.

Continue reading “Controllable Bristlebot”

The Design Process For A Tiny Robot Brain

As things get smaller, we can fit more processing power into devices like robots to allow them to do more things or interact with their environment in new ways. If not, we can at least build them for less cost. But the design process can get exponentially more complicated when miniaturizing things. [Carl] wanted to build the smallest 9-axis robotic microcontroller with as many features as possible, and went through a number of design iterations to finally get to this extremely small robotics platform.

Although there are smaller wireless-enabled microcontrollers, [Carl] based this project around the popular ESP32 platform to allow it to be usable by a wider range of people. With that module taking up most of the top side of the PCB, he turned to the bottom to add the rest of the components for the platform. The first thing to add was a power management circuit, and after one iteration he settled on a circuit which can provide the board power from a battery or a USB cable, while also managing the battery’s charge. As for sensors, it has a light sensor and an optional 9-axis motion sensor, allowing for gesture sensing, proximity detection, and motion tracking.

Of course there were some compromises in this design to minimize the footprint, like placing the antenna near the USB-C charger and sacrificing some processing power compared to other development boards like the STM-32. But for the size and cost of components it’s hard to get so many features in such a small package. [Carl] is using it to build some pretty tiny robots so it suits his needs perfectly. In fact, it’s hard to find anything smaller that isn’t a bristlebot.

Continue reading “The Design Process For A Tiny Robot Brain”