Improved Jumping Bean

2025 One Hertz Challenge: Building A Better Jumping Bean

Do you feel nostalgia for a childhood novelty toy that had potential but ultimately fell short of its promise? Do you now have the skills to go make a better version of that toy to satisfy your long-held craving? [ExpensivePlasticCrap] does and has set off on a mission to make a better jumping bean.

Jumping beans, the phenomenon on which the novelty of [ExpensivePlasticCrap]’s childhood is based, are technically not beans, and their movement is arguably not a jump — a small hop at best. The trick is that the each not-a-bean has become the home to moth larvae that twitches and rolls on the ground as the larvae thrash about, trying to move their protective shells out of the hot sun.

The novelty bean was a small plastic pill-like capsule with a ball bearing inside what would cause the “bean” to move in unexpected ways as it rolled around. [ExpensivePlasticCrap]’s goal is to make a jumping bean that lives up to its name.

Various solenoids and motors were considered for the motion component of this new and improved bean. Ultimately, it was a small sealed vibrating motor that would be selected to move the bean without getting tangled in what was to become a compact bundle of components.

An ATtiny microcontroller won out over discrete components for the job of switching the motor on and off (once per second), for ease of implementation. Add this along with a MOSFET, battery and charging board for power into a plastic capsule, and the 1  Hz jumping bean was complete.

[ExpensivePlasticCrap] offers some thoughts on how to get more jump out of the design by reducing the weight of the build and giving it a more powerful source of motion.

If insect-inspired motion gets you jumping, check out this jumping robot roach and these tiny RoboBees.

Vibrating Braille Display Is Portable

Smartphones are an integral part of life, but what if you can’t see the screen? There is text-to-speech available, but that’s not always handy and can be slow. It also doesn’t help users who can’t hear or see. Refreshable braille devices are also available, but they are expensive and not very convenient to use. [Bmajorspin] proposed a different method and built a prototype braille device that worked directly with a cell phone. The post admits that as the device stands today, it isn’t a practical alternative, but it does work and is ripe for future development to make it more practical.

The device saves costs and increases reliability by using six vibration motors to represent the six dots of a braille cell. However, this leads to an important issue. The motor can’t directly mount to the case because you have to feel each one vibrating individually. A spring mounting system ensures that each motor only vibrates the tactile actuator it is supposed to. However, the system isn’t perfect, and fast output is difficult to read due to the spread of vibrations.

Continue reading “Vibrating Braille Display Is Portable”

Metronome Flashes And Vibrates To The Beat

Annoying though they can be, if you play any kind of instrument, you will definitely benefit from using a metronome. While many of them thock or otherwise tock, the VRRVRR metronome from [Turi] works a little differently.

In addition to flashing LEDs, the VRRVRR contains a small vibrating motor. If you’re wondering about the name, it comes from the fact that it vibrates and makes a sort of vrr vrr sound. Need to be quiet? A small switch on the side shuts off the vibrations.

The 4×4 keypad really allowed [Turi] to cram in a bunch of features using both short and long press to do different things. On short press, the digits set the tempo. When not typing in a tempo, zero can be used to enter a tempo by tapping. The letters load preset tempos, and the +/- keys increase and decrease it.

Inside the basswood enclosure is a Raspberry Pi Pico, the vibration motor, and various other bits and bobs that make it go. There’s even an LED to indicate that it’s time to charge the lithium battery. If you want to build your own, head on over to GitHub, but be sure to take the brief VRRVRR tour after the break.

We don’t see too many metronomes around here, but we do have this nice teardown to offer you.

Continue reading “Metronome Flashes And Vibrates To The Beat”

Arduband Gives Your Eyes A Hand

Let’s face it, we probably all sit at our computers for way too long without getting up. Yes, there’s work to be done, games to be played, and the internet abounds with people who are wrong and must be down-voted and/or corrected. We totally get and respect all that. However, if you want to maintain your middle- and long-range vision, you should really get up regularly and gaze out the window for a bit.

In fact, the Arduband does you one better. Its Arduino Nano and accelerometer check your position every ten minutes. If you haven’t changed your Z by the third check, then it’s time for a break. The combination of an RGB LED, buzzer, and vibrating disc motor working together should be enough to pull you out of any computerized stupor, and they won’t give up and go back to sleep until you have stood up and remained upright for one minute.

We like that [ardutronics123] spun up a board and made it small enough to be wrist-mounted using a watch strap. It would work just as well worn around your neck, and would probably even fit in your pocket. Blink a few times before you check out the build video after the break.

Arduband would be great on the go, but who does that anymore? If you spend every day at the same desk, you could point a time-of-flight sensor at your chair and start a timer.

Continue reading “Arduband Gives Your Eyes A Hand”

This Vibrating Continuity Tester Is Quietly Useful

Continuity testing is one of the most valuable functions on the modern multimeter. It will help you investigate wiring problems in your car, tell you if you’re holding a nullmodem serial cable or the regular kind, and even reveal when you’ve accidentally shorted the data lines right to the power supply. However, all that beeping can get annoying, so [bitelxux] built a vibrating version instead.

The build was borne out of necessity; [bitelxux]’s meter lacked a buzzer, and it grew frustrating to always look at the display. In order to allow late night hacking sessions to go on undisturbed, an unobtrusive vibrating tester was desired, as opposed to the usual audible type. Two whiteboard markers donated their shells to the hack, fitted with small nails to act as probes. Inside, a pager vibration motor is connected, vibrating when continuity is found. The circuit runs from a 1.5V AA battery which neatly fits inside the marker shell.

It’s a basic build, but gets the job done with a minimum of fuss using parts that most makers probably have lying around. Of course, you can always go a slightly more complicated route and throw an Attiny at the problem.