Pass The Bomb Electronic Drinking Game

[Ragnar] and his friends were getting tired of the usual Friday night drinking games. They went through dice games, card game, and TV show based games before [Ragnar] retired to his workbench to whip up an electronic solution that would randomly pick a player and assign a certain number of drinks. That’s a novelty at first but not really a game. After letting the project sit for some time he revisited it and came up with a more advanced solution. The box seen above is his second attempt; a game called pass the bomb.

The case is a black aluminum project box. The user interface includes a 20×4 character LCD and three buttons. Check the video after the break for the menu system as well as english translations. Once turned on you can set the sensitivity for the accelerometer and choose the game. For now, pass the bomb is the only option – a game that counts down to a digital explosion. Carefully pass the device to the next player without upsetting the accelerometer or it’ll go BOOM and you’ll have to drink.

We’d prefer to enjoy a nice frothy beverage rather than searching for reasons to throw back some shots, but whatever floats your boat.

Continue reading “Pass The Bomb Electronic Drinking Game”

Using An Arduino To Measure Inductance

Measuring an inductor is not something that most multi-meters can do. You usually need a high precision resistor (1% or better) in series with the inductor, a function generator to put a signal through the circuit, and an oscilloscope to measure the result. But what can you do if you don’t have these tools on hand? [Andrew Moser] has a method that lets you pull it off with an Arduino and an LM339 quad comparator.

The circuit works by feeding a signal in from the Arduino. This waveform is affected by the LC circuit, filtered by the comparator chip, then read back out the other side by the Arduino. That resulting signal is a square wave, which is an easy target for the Arduino to measure. That timing measured from the square wave can then be used to calculate the inductor’s value.

This is quite handy if you’re winding your own inductors. Now you can precisely tune that Joule Thief you’ve been working on.

[via Dangerous Prototypes and Adafruit]

Beefy Rover Looks Like Tons Of Fun

mantis_six_wheeled_remote_control_robot

[Eric] and the crew over at The Tech Junkies, just put the finishing touches on a pretty powerful robot that they call “Mantis”.

The six wheel, chain-driven robot is pretty impressive at first glance. The robot is centered around a Netduino, which controls four 60 amp speed controllers. The speed controllers are tasked with driving four beefy CIM motors, which propel the robot along at a pretty decent tick.

For the project, the team designed their own controller application called IPGamepad, which allows the robot to be controlled by any Android device. The interface is pretty simple as you can see in the video below, making it quite easy to control the bot.

While the Mantis was not a cheap production by any means, it does look like a ton of fun to drive. The crew will be taking this robot along with 2 others out to Maker Faire Detroit, so be sure to swing by and say hello if you’re in the area.

Continue reading “Beefy Rover Looks Like Tons Of Fun”

Controlling An Infuriating Game With An Accelerometer

[Daniel] just made a motion controlled game controller to go with his infuriating game. Thankfully, [Daniel] posted the source for this game so first time players already know the level select codes.

The controller is based on an Arduino Uno with what looks to be a Sparkfun 2-axis accelerometer providing the tilt sensing. A similarly sourced half-inch force sensitive resistor and temperature sensor control the ‘jump pads’ in the game. A small vibrating pager motor strapped onto the controller as a rumble pack.

Continue reading “Controlling An Infuriating Game With An Accelerometer”

Roomba Used To Map Indoor Air Quality

roomba_based_air_quality_tester

The next time you set off for a long day in the coal mines, forget the canary – bring your Roomba along instead!

While we are pretty sure that canaries are no longer used in the mining industry, this Roomba hack could make a suitable replacement if they were. A team from the Public Laboratory for Open Technology and Science (PLOTS) recently showed off a Roomba which they modified to test an area’s air quality. Using an Arduino and a volatile organic chemical (VOC) detecting air quality sensor, the Roomba goes about its normal business, lighting an LED any time it encounters overly contaminated air. When captured via a long exposure image, the process creates a “bad air” map of sorts, with the polluted areas highlighted by the glow of the LED.

While the Roomba currently only detects VOCs, the team plans on adding additional sensors in the near future to expand its functionality. The Roomba is merely a proof of concept at the moment, but we imagine that similar technology will be adapted for use in unmanned explorations of chemically hostile environments, if that hasn’t happened already.

[via DVice] [Image via TechnologyReview]

Beat707 LE: A Button Pad-based Standalone MIDI Sequencer

sparkfun_button_pad_midi_controller

[Guilherme] picked up a SparkFun Button Pad and was taking a closer look at the device when he noticed that it was based off the ATMega328 microcontroller. Since he loves working with MIDI, he thought that the Button Pad would make a slick yet compact standalone MIDI controller.

Since his ultimate goal was to create a completely standalone controller aside from the power plug and MIDI interface, it forced him to work quite closely with the ATMega chip. He and his partners spent a good deal of time working through some serial communications issues so as not to block the LEDs or MIDI block timer during operation. Ensuring that the Arduino doesn’t block any other functions is obviously important when you are building a MIDI timer, and it seems [Guilherme] was successful in his quest.

The MIDI controller works quite nicely as you can see in the videos below, great job!

Continue reading “Beat707 LE: A Button Pad-based Standalone MIDI Sequencer”

Chilean Teen Builds Automatic Earthquake Alarm

chilean_teen_earthquake_alarm

When an earthquake is about to strike in Chile, who do you think is first to sound the alarm? You might be surprised that it’s not the government, but rather a 14 year old boy.

After living through an earthquake in 2010 and seeing the devastation this spring in Japan, Chilean teenager [Sebastian Alegria] decided that he wanted to construct something similar to Japan’s earthquake warning system. He purchased an off the shelf earthquake detector for less than $100, and connected it to his computer via an Arduino.

Now, whenever seismic activity is detected, his sensor tweets an alert letting his 29,000+ followers know that a perceptible earthquake is 5 to 30 seconds away. Apparently the Chilean government is working on a similar system that is still at least a year away, so in the meantime his fellow citizens rely on [Sebastian] instead.

While it might seem like a relatively easy hack to pull off compared to other earthquake detectors, we’re impressed by [Sebastian’s] creativity, and his will to help others. He’s been pounding away at computers since he was about 4 years old and has several other popular Twitter-based projects under his belt already, so we won’t be surprised if we hear from him again in the future.