555 Design Contest, Win $1500+ In Prizes!

Sure, microcontrollers are useful, easy to apply, and ubiquitous, but where is the fun in the easy route? Well, for those of you out there with a little imagination and a 555 timer sitting around, there could be rewards in store. Brought to you by such famous personalities as Jeri Ellsworth and Chris Gammell, the 555 contest has prizes and awards for a number of different categories, such as over the top designs as well as awards for most minimalistic. To top it all off, they are even selling T-shirts to benefit engineering education charities.

The craziest (and possibly coolest) part of the entire contest is that the it has all been put together by the hacking community, with no exclusive sponsorship deals or payment to the organizers being accepted. In the spirit of giving, we will be adding some Hack a Day merch to the swag pile, so keep an eye out for the skull and wrenches. Currently the prize list includes a pair of Beagle Boards, a custom hacked Commodore 64 Joystick from Jeri, as well as a number of other project parts and lots more. The sponsorship list is still growing, so all of our information is tentative (and exclusive!), but be sure to check out the complete list so far after the break.

Continue reading “555 Design Contest, Win $1500+ In Prizes!”

Yet Another Cat Door

Cat Flap Fever

RFID cat flaps are one of those projects we see all of the time. They are generally pretty simple to rig up, not too expensive, and have a good “wow” factor for any non-technical friends or family, not to mention tremendously useful. Why did we decide to share this one? Well, for one, it is simple. It doesn’t tweet, email, or text message, it just gets the job done. Two, it is excellently documented, including a detailed parts list and a step by step schematic just about anyone could use to build their own. [landmanr] does mention that he recommends some sort of project enclosure to protect the electronics from damage, which would be bad for the poor cat stuck outside.

Roll The D’Icey

Most of the dice related hacks we run into have to do with pseudo random number generation, but today we saw something different. This sleek looking jumbo die is actually a prize holding box opened by a secret sequence of rotations. Using an accelerometer and an ATmega 328 with a sub-micro servo to control the locking mechanism. Worried about the batteries going flat and losing your treasure indefinitely? Good news! The batteries are accessable without giving away the secret inside.

It also turns out that this is an update to an earlier project from the same laboratory, so be sure to check that out as well to see where this build came from. Code is available for anyone looking to make their own, as well as a useful parts list.

[via Hacked Gadgets]

Hackaday Links: January 24, 2011

New Project Hosting site

[Paul] wrote in to tell us about his brand new hack hosting service, HackHut. Based on WordPress with some modifications, it is definitely worth keeping an eye on as new features emerge.

Instructabliss

Speaking of project hosting, Instructables are a common source of projects as well as complaints. Instructabliss by [Daid] is an often mentioned solution in our comments, and we thought we would bring it up so commenters don’t have to. We understand why it was made and think it was a clever hack, but we don’t officially endorse it. We survive on Ad revenue, if someone were doing this to us, it would hurt. We’re also not sure about the legalities of such a service, so keep us updated.

Grass Burning Robot

[Sebastian] brings us his grass burning, flame throwing robot. This robot takes in SVG files to create its burn path, and burns away. Not too many details, but be sure to check out the photos on his site.

[via Make]

Reverse Engineering A PCB

Occasionally when a device breaks, the defect is obvious. Whether it is a blown fuse or a defective capacitor, generally the easy to see stuff is easy to fix. When a problem is more subtle, or when doing some more advanced tasks like adding functionality to a device, greater knowledge about a circuit board is required. While there might be details hidden in lower levels of PCB, often just knowing the mounted components and layout of the outside layers can be enough to create a rough schematic of a device. [Throbscottle] has put together an excellent guide for procedurally breaking down a photo of a board and turning it in to something useful. The guide utilizes some open source image processing software such as the GIMP, Inkscape, and Dia, all of which are widely available. Keep in mind this reverse engineering can be a time consuming process, but will almost definitely reward those patient enough to work through it.

[Thanks to everyone who sent this in!]

High Voltage Etch A Sketch

What do you get when you mix a simple X/Y plotter, a Flyback transformer, and an unhealthy disregard for safety? Possibly the worlds most dangerous jumbo Etch a Sketch! [Kalboon] started off by making an imprecise X/Y movement device, similar to a CNC machine setup, but with less emphasis on precision. This rig is powered by some commonly salvagable materials, including an old scanner, a remote control car, and some hobby servos. We like this approach because most of these materials could be scrounged from a parts bin, surplus sale, or craigslist for little to no actual cost. The flyback transformer comes from an old TV or monitor, though if you have common sense safety concerns, we would recommend just mounting a dry erase marker and a dry erase board to substitute out the high voltage bits. For people wanting a low cost introduction project to making a CNC or Makerbot style build, this isn’t a bad place to start.

Dance For A Dollar With The YayTM

The YayTM is a device that records a person dancing and judges whether or not the dancing is “Good”. If the YayTM likes the dance, it will dispense a dollar for the dancers troubles. However, unless the dancer takes the time to read the fine print, they won’t realize that their silly dance is being uploaded to YouTube for the whole world to see. Cobbled together with not much more than a PC and a webcam,  the box uses facial recognition to track and rate the dancer.

The YayTM was made by [Zach Schwartz], a student at NYU, as a display piece for the schools Interactive Telecommunication Program. Unfortunately there aren’t any schematics or source code, but to be honest, having one of these evil embarrassing boxes around is probably enough. What song does the YayTM provide for dancing, you ask? Well, be sure to check it out here.

EDIT: [Zack] has followed up with an expanded writeup of the YayTM. Be sure to check out his new page with source code and more info. Thanks [Zack]!