Engineers Create Super-Hard Whack-a-Mole

Is your latest project driving you mad? Are you subject to occasional fits of rage? This project might help: for a class called elecanisms at Olin College, [Forrest] and a team of three other students made a whack-a-mole arcade game that lets you vent your rage on a helpless furry animal by whacking it with a large hammer. He built most of it from scratch, creating his own solenoid driver and LED sensor board. However, there is a twist in here that gives the moles a fighting chance: there is an accelerometer built into the hammer that lets them know that your heavy hammer of doom is approaching.

Will they escape before your righteous wrath descends upon them? That depends on how you decide to set it up, and how merciful you want to be. The build even includes a coin-operated pay-to-play slot. They kept the cost low at a penny, but this is just begging to be installed at the local pub to rake in those quarters.

This course has been the source of a few projects that we have featured before on Hackaday, including the Confectionary Canon, which tracks your face and fires marshmallows right into your gaping maw.

Continue reading “Engineers Create Super-Hard Whack-a-Mole”

Clocking (or Overclocking) An AVR

Some guys build hot rods in their garage. Some guys overclock their PCs to ridiculously high clock frequencies (ahem… we might occasionally be guilty of this). [Nerd Ralph] decided to push an ATTiny13a to over twice its rated frequency.

It didn’t seem very difficult. [Ralph] used a 44.2 MHz can oscillator and set the device to use an external clock. He tested with a bit-banged UART and it worked as long as he kept the supply voltage at 5V. He also talks about some other ways to hack out an external oscillator to get higher than stock frequencies.

We wouldn’t suggest depending on an overclock on an important or commercial project. There could be long term effects or subtle issues. Naturally, you can’t depend on every part working the same at an untested frequency, either. But we’d be really interested in hear how you would test this overclocked chip for adverse effects.

Now, if you are just doing this for sport, a little liquid nitrogen will push your Arduino to 65 MHz (see the video after the break). We’ve covered pushing a 20MHz AVR to 30MHz before, but that’s a little less ratio than [Ralph] achieved.

Continue reading “Clocking (or Overclocking) An AVR”