An Odd Little Box

Here’s an odd little box that might get those creative juices flowing for the upcoming Halloween season. [Jeremy’s] creepy glowing box has a pair of ping-pong ball eyes which diffuse the red light from a pair of LEDs. Both the lid and they eyes move, and the whole thing is set up for wireless control.

The majority of the parts came from a toy RC helicopter that [Jeremy] had sitting in his junk bin. After close inspection he found that the electronics included to motor drivers for the two rotors, as well as two servo motors which worked to steer the aircraft. One of those servos has been repurposed to aim the gaze of they eyes left and right, the other servo is used to lift and close the lid of the box. This leaves the two motor controllers, one of which switches the LEDs on and off. The other doesn’t really have a purpose yet. He tried adding one wheel to the box, but turning that on just makes the whole thing crash to the floor. Check out what he’s done so far in the clip after the fold.

Continue reading “An Odd Little Box”

BAMF2011: Bloxes, A Building Kit With A Nifty Pedigree

Not every cool hack needs to involve microcontrollers, LEDs or other bling. We were initially drawn to the Bloxes display simply because we love a good multipurpose construction set, whether it be Lego, 80/20 aluminum, or in this case, a system of interlocking cubes formed from six identical pieces of corrugated cardboard, cut and scored in such a manner as to form a surprisingly sturdy little building block. They can become simple furniture, groovy Logan’s Run-style room decor, or the all-important kids’ forts…then later dismantled and made into something else.

Continue reading “BAMF2011: Bloxes, A Building Kit With A Nifty Pedigree”

Destroying An Arduino’s EEPROM

We’ve seen projects test the lifespan of an EEPROM before, but these projects have only tested discrete EEPROM chips. [John] at tronixstuff had a different idea and set out to test the internal EEPROM of an ATmega328.

[John]’s build is just an Arduino and LCD shield that writes the number 170 to memory on one pass, and the number 85 on the next pass. Because these numbers are 10101010 and 01010101 in binary, each bit is flipped flipped once each run. We think this might be better than writing 0xFF for every run – hackaday readers are welcomed to comment on this implementation. The Arduino was plugged into a wall wart and sat, “behind a couch for a couple of months.” The EEPROM saw it’s first write error after 47 days and 1,230,163 cycles. This is an order of magnitude better than the spec on the atmel datasheet, but similar to the results of similar experiments.

We covered a similar project, the Flash Destroyer, last year, but that tested an external EEPROM, and not the internal memory of a microcontroller.

Check out the hugely abridged video of the EEPROM Killer after the break.

Continue reading “Destroying An Arduino’s EEPROM”

USB Geiger Counter Hack

usb_geiger

[Vic] bought a Kvarts DRSB-01 Geiger counter a few years ago, and recently dug it out of his electronics stash. The counter is a run of the mil no-frills unit. It lacks any kind of LCD display and it cannot be calibrated, so Sievert exposure ratings are out of the question. The unit essentially monitors background radiation and alerts the user to the presence of gamma and high-energy beta rays via audible clicks.

[Vic] wanted to make it a bit more useful, so he decided to interface it with his computer in order to take long-term radiation measurements. He dug up a schematic online and deadbugged a small circuit using an ATtiny44. The circuit allows him to enumerate the electrical pulses generated by ionizing particles striking the Geiger tube, passing them along to his PC over USB.

The counter seems to interface with the PC just fine, but [Vic] does say that he’s getting some odd readings. He thinks that he might have damaged the tube while messing around, but he’s all ears if you have any insight on the matter.

Bringing The Game Of Tag Into The Digital Age

tagurit

How long has it been since you’ve played a game of tag?

[Sylvia Cheng, Kibum Kim, and Roel Vertegaal] from Queen’s University’s human media lab have concocted a fun twist on the classic game that just might compel you to start playing again.

Their game, called TagURIt, arms two players with Lumalive LED t-shirts which sport embedded touch sensors. A third player, known as the “chaser” attempts to touch either of the other players in order to capture the token displayed on the player’s chest-based LED matrix. The game is score-based, awarding points to the chaser for capturing tokens, while giving the other players points for avoiding capture.

If both players wearing the LED shirts are near to one another, the token will jump to the other player in an attempt to thwart the chaser. In this game, each player is a location-tagged URI, and proximity is determined by either tracking the users with cameras indoors, or via RF sensors if the game is played outside.

It is definitely an interesting way of playing tag, and we imagine it could be quite fun in large groups.

Continue reading to see a video demonstration of the TagURIt game being played.

[via Adafruit blog]

Continue reading “Bringing The Game Of Tag Into The Digital Age”

Cheap Open-source Pace Clock Keeps Your Practice On Schedule

pace_timer

Pace clocks are used in a variety of sports, from swimming to track. The systems are typically expensive however, often beyond the reach of smaller organizations and underfunded programs. For their electrical and computer engineering final project, Cornell students [Paul Swirhun and Shao-Yu Liang] set out to build a much cheaper alternative to commercial pace clocks, with a far simpler wireless user interface.

Their clock uses an ATmega32a to handle all of the processing which is paired with a RN-42 Bluetooth module for communicating with Android smartphones. Their seven-segment displays are built using custom PCBs that they designed and fabricated for the project which are controlled by TLC5940NT LED drivers. The Android software allows users to connect to the pace clock remotely, creating any sort of multi-layered swimming or running routines.

When the project was completed, the pair tallied their total hardware cost to be under $250 apiece at low production volumes. Even when taking assembly time into account, their solution is several magnitudes cheaper than similar commercial systems.

Stick around if you are interested in seeing a demo video of their final product in action.

Continue reading “Cheap Open-source Pace Clock Keeps Your Practice On Schedule”

DIY Sound Localization Sensor

sound_localization_sensor

Sound localization is very popular in law enforcement circles due to its accuracy and ability to quickly separate gunshots from other similar noises. These systems don’t come cheap, and after trying to build one himself, [Fileark] knows why.

He thought it would be neat to build a sound localization sensor based on how the human ear determines a sound’s source. Once he got started however, he realized just how hard it was to do localization just right.

He used an LM324N op-amp as a volume comparator, which he says works decently enough though he figures there are ICs out there that can do a better job. [Fileark] reports that the sound detector works well when the source is within about a foot of the sensors, but performance deteriorates at greater distances. He may consider using an ARM Cortex-M3 as his sound processor if he builds a second version, since the Arudino he used just doesn’t have enough power to sample and run calculations within the 10-50 microsecond window he requires.

Keep reading to see a video of his sound localization sensor in action.

Continue reading “DIY Sound Localization Sensor”