electronic table top catapult

[Unusualtravis] came up with this fairly slick electronic catapult. This easy to construct and moderately cheap rig has an arduino as the brains and controls for 3 servos. One is the release, another controls tension, and the third controls the angle. Both the circuit and the construction are very simple making this a perfect weekend project. He would have preferred it to be a bit smaller, so shoot him your design if you manage to shrink it.

We’ve always been rather fond of catapults of whatever complexity, so feel free to send in any variations you’ve worked on.

[Read more…]

Quick and easy wildlife camera

This wildlife camera is really easy to put together. You should keep it in mind if you’re ever tying to figure out what’s eating the heads off of all of your tulips. [Revoltlab] put it together, and although there’s one fatal flaw in this particular system, the concept is quite sound.

The build uses a camera, paired with an ultrasonic range finder. When something passes within the pre-set distance for the sensor, a servo motor clicks the shutter button on the camera. It’s all driven by an Arduino and powered from a 9V battery.

If you watch the video after the break you’ll discover the flaw we mentioned. This is a disposable film camera and requires winding between pictures. That hasn’t been implemented yet. But we’ve got an old digital camera with a broken LCD screen which would be perfect for the job. We’d have to do a bit more work to turn the camera on before taking the picture though.

There are a couple of possible upgrades to the idea. [Revoltlab] mentions removing the IR filter from the camera and adding an infrared flash for night-vision shots. But we would also recommend ditching the servo motor for a simple remote shutter solution as a way to avoid scaring the wildlife with the motor noise.

[Read more…]

LED clock lights up a dead Mac Mini

[Professor Shadoko’s] Mac Mini died. But since the case designs on Apple products are half the reason to buy them, he decided to reuse the enclosure by turning it into this clock (translated).

As with the binary clock we saw yesterday, this one uses a bunch of LEDs to display the time, but it does it in a way that’s a bit more readable if you know what you’re looking for. The face has been divided up into two columns. On the left is hours, then minutes and seconds in increments of five. To the right is AM/PM, with minutes and seconds in increments of one. If we’re doing this right, the time seen above is 10:23:42 PM on April 28th, 2012. The white LEDs below the date act as a digital pendulum, scrolling left and right as the seconds tick by.

The display uses two MAX7219 LED drivers to control the grid which is build on a big hunk of protoboard. An Arduino ties the whole system together with a Chonodot for accurate time keeping. There’s even an ambient light sensor which adjusts the LED intensity to make this readable in direct sun, or the dark of night. See a demo clip embedded after the break.

[Read more…]

Hackaday Links: April 29, 2012

More old computers on FPGAs!

[Andy] loves his Memotech MTX computer. It’s an oldie with a Z80 running at 4MHz; the perfect target for an FPGA port. The ReMemotech has everything the old one has – cassette interface and all – and can run up to six times faster than the original.

Also found in 10-forward

If you’re going to build a jukebox, why not go all out? Here’s a touch screen jukeboxwith an LCARS skin. Yep, the same interface found on Star Trek: The Next Generation.

New desktop wallpaper for you

[McMonster] found a great pair of blog posts (1, 2) showing what ancient ICs look like without their casing. Since these were CERDIP packages (two ceramic plates glued together) they were exceptionally easy to take apart leaving the entire chip intact. Pages are in Polish, but there’s a Google Translate button on the sidebar

Cheap and easy Arduino wi-fi

Quick quiz: what’s the easiest way to get data onto an Arduino wirelessly? XBees? GSM modules? Nope, just get a wireless router and an Ethernet shield. The Ethernet module only cost [Doss] $20, and we’re sure Hackaday readers have a spare wireless router around somewhere.

Chiptunes! Chiptunes I say!

[mdmoose29] has been working on making a custom SNES cartridge for a dubstep artist (tell us more, [moose]…). In his search for programming tools, he found theSNES Game Maker. We tried it out for a bit and it’s still a very unrefined beta. Still, making SNES programming easier is awesome.

You people are awesome. Here’s six things for a links post.

[Valentin] made a night vision monocular from an old VHS camcorder, a small spy camera, and a handful of infrared LEDs. Here’s a video of [Valentin]‘s build in action.

Land ROV is Internet connected and packed full of stuff

[Blair Kelly] has always been interesting in the concept of Remote Operated Vehicles. As soon as he got his hands on an Arduino he began his endeavor to turn an RC vehicle into a land-based ROV. What he’s done so far is incredible.

Here he’s showing off features of the build using a PS3 controller. But it can also take commands from an Xbox 360 controller or an arcade-style steering wheel. We like the latter the best, which is shown off at about six and a half minutes into the video (embedded after the break). Since there’s a webcam on board, this ends up being a virtual cockpit for the pint-sized car. But it gets better. That webcam is mounted on a servo motor, and [Blair] included controls that pan the camera. This lets the driver ‘look’ left and right. On the front of the vehicle there’s an accelerometer. Data is collected by the Arduino and sent via the WiFly module. This adds rumble to the controller if you’re using one that has that ability.

It’s a big project already, but it sounds like [Blair] has not end of ideas for future versions. Right now he’s planning to increase the overall size which will let him explore places that aren’t as flat as his livingroom.

[Read more…]

[David] hand soldered a Blinky ball… and you can too!

This is a blinky ball that [David] designed, built, and programmed himself. Does it look familiar? It should, he took his inspiration from the original prototype, and the Hackerspace-produced derivative. [David’s] version is not as small, or as blinky, but in our minds the development process is the real reason for building something like this. He took a great idea and figured out how he could pull it off while pushing his skill set, staying within his time and budget constraints.

The project is powered by an Arduino nano which resides in the core of the ball. [David] used protoboard sourced locally for each of the slices, soldering green LEDs along the curved edges, and added shift registers to drive them. The ball is driven by a LiPo battery which can power it for about 45 minutes. You can see the animation designs he coded in the clip after the break.

[Read more…]