Office game show buzzer keeps things fair and square

office-game-show-buzzer

The sales team in [Chuck’s] office is a pretty competitive bunch as you might expect, and they decided that they wanted a system which would allow them to challenge one another during their weekly meetings. The competition involves answering questions posed by their manager, but hand raising only works for so long – they needed a definitive way to tell who “buzzed in” to answer a question first.

Since [Chuck] only had a short bit of time and a tiny budget to work on, he opted to find the easiest solution to the problem, which was an Arduino-based game show buzzer system. The game display is built from an Arduino, some LEDs and an Altoids tin, while the buzzer pushbuttons were salvaged from an old radio broadcast console.

Now, when a question is posed, the salesman can buzz in to answer, knowing that only the quickest person’s button click will be registered. When it’s time for another question, the host simply clicks his buzzer to reset the console.

While it’s not quite as fancy as this game buzzer system we featured a while back, [Chuck] says it does the job perfectly and was cheap to boot.

Continue reading to see a short video of the office game buzzer system in action.

[Read more…]

Rapid fire, remote controlled ping pong ball turret

remote-ping-pong-ball-turret

[Andrew] and his brother had some time (and a lot of ping pong balls) on their hands, so they decided to have some fun and built a remote-controlled ping pong ball turret.

Arduino aside, the turret is cheap and easy to build as [Andrew’s] writeup explains. The firing mechanism was constructed using a pair of foam wheels and motors, which is used to launch the ping pong balls much like a baseball pitching machine. The balls are stored above the wheels in a cardboard tube and released by a mechanical flap when triggered.

When [Andrew] is ready to release the turret’s payload, he sends a command to his computer over VNC, which relays the command to the Arduino over a serial connection, triggering the flap. While the control scheme could certainly benefit from direct, wireless phone-to-Arduino communications, it seems to work well enough for [Andrew’s] needs.

Check out the video dramatization below to see [Andrew] “surprise” his brother with a hail of ping pong balls after the jump.

[Read more…]

Reading diodes to create a thermal imaging system

[Udo Klein] was working with some 1N4148 transistors and was interested in the specs relating to their performance at different temperatures. The forward voltage actually changes quite a bit depending on temperature and wondered if this could be reliably measured. He hacked his own LED shield for the Arduino to use as a 1×20 thermal imaging system.

The screenshot above is mapping the voltage measurements from a row of diodes (see the video after the break to get the full picture). He’s holding an ice pack over the row of diodes and observing the change. The on-screen display is facilitated by a Python script which is pulling data from the Arduino. Since there aren’t enough analog inputs to read all twenty diodes separately they have been multiplexed. Four I/O pins each enable five of the diodes, readings are taken with five analog inputs before moving on to the next set.

What can this be used for? That is precisely the wrong question… sometimes you’ve just got to go where your curiosity takes you. [Read more…]