More 555 Projects To Enjoy

We love all of the projects that are coming out for the 555 design contest, so we thought we would share a couple more that have caught our collective eye.  Have a 555 project of your own? Be sure to share it with us, and keep an eye out for the contest submission dates. Read on for a few of our project picks.

Continue reading “More 555 Projects To Enjoy”

Disco Death Ray

Wielding the power to melt glass or instantly ignite most day to day materials can be intoxicating pretty fun. With a little math, a lot of patience, and 5,800  1cm pieces of mirror, this build requires welding glasses just to look at the 1-2cm focal point. With an idea rumored to date back to Archimedes, this more portable parabolic project is perfect for your home burning needs. Unfortunately, this setup seems to have burnt itself to death at some point, though that makes room for version two, which will reportedly bump the mirror count to 32,000 or so.

There are plenty of other ways to make a death ray out there as well, including using lasers or lenses. Think you have a better tool of destruction? Be sure to tell us about it.

What Development Board To Use?

Here at Hackaday, we see microcontroller based projects in all states of completion. Sometimes it makes the most sense to design systems from the ground up, and other times when simplicity or a quick project completion is desired, pre-built system boards are a better choice. We have compiled a list of boards that we commonly see in your submitted projects, split up by price range and with a little detail for reference.

After reading our list, sound off in the comments or on this forum post, and we may include your board in a follow-up guide at a later date. We will also be giving away 10 Hackaday stickers to the most insightful, the most original, and most useful advice given on the forum, so if you haven’t registered yet, now would be a perfect time. Winners of the sticker giveaway will be selected from the forum thread, and the final decision for prizes will be judged by the wit and whim of the Hackaday writing team. More prize details to follow in the thread. Read on for our guide based on past project submissions.

Continue reading “What Development Board To Use?”

Out Engineering A Sneaky Cat

Cats do what they want, which rarely coincides with what their owner wants them to do. In [Dumitru]’s case, his girlfriend’s cat [Pufu] tended to make it outside into the cold more often than desired. Rather than settle with the normal bell which gets obnoxious even when the cat isn’t misbehaving, he decided to put together a custom Cat Finding collar. He used a PIC microcontroller as the brains, and temperature and light sensors to decide whether the cat had snuck into the cold, dark night. Once the cat has been marked as being outside, a buzzer and LED are set to go off at regular intervals until returned into the safety of the indoors.

[Dumitru]’s website along with his YouTube videos are in Romanian, though the schematics and source code provided speak for themselves. He does a wonderful job walking through the entire design process, including time spend in the IDE as well as EAGLE designing the board. YouTube has managed to subtitle the majority of the details, but we imagine this post will be a real treat to any Romanian speaking hobbyists out there. Be sure to catch both videos after the break.

Continue reading “Out Engineering A Sneaky Cat”

Security Audit Kit In A Mouse

Sometimes it helps to have an entire set of tools with you to tackle a problem, and sometimes it helps to take the discreet route. [StenoPlasma] took the latter of these approaches, and stuffed a USB hub, a 16 GB flash drive, and an Atheros based USB wireless adapter into a regular looking USB mouse to make a Linux bootable system in a mouse. Because he chose the Atheros adapter, he is also capable of doing packet injection with tools like Aircrack-ng, which can invaluable in a security audit or (white hat) hacking situation.

This is the only photo we have, so it could be possible that the mouse is no more than a mouse, however we know all of what [StenoPlasma] claims is 100% possible, so we’ll give him the benefit of the doubt, and hope this inspires others to hack up your own mouse kits. Be sure to check out the full parts list after the break.

Continue reading “Security Audit Kit In A Mouse”

The OpenServo Project

When it comes to using servos in projects, there is a definite distinction between the cheap ones and the expensive high power and precision models. The OpenServo project gives you a couple options for enhancing your servo experience. By replacing the control board with a new one based on a familiar microcontroller, a whole new set of features can be attained. For those of you out there with a need for servos like these, you can buy the pre-built replacement board (unfortunately sold out right now), or build your own from the provided schematic, BOM, and source code.

Stepper Directed HDTV Antenna

Credit: http://www.instructables.com/id/Computer-controlled-OTA-TV-antenna/

Broadcast TV has come a long way from adjusting the rabbit ears on top of the set just to get a fuzzy black and white picture. While nowadays there are often HD signals broadcast in most areas, it can often still be critical to redirect an antenna to get the best possible signal. By harvesting a stepper motor from an old 5 1/2″ floppy drive, and using a PC’s parallel port to control it, this adjustment can be handled automatically. Broadcast tower locations are easily found online, and once you have calibrated your stepper to face North, you are on your way to free HDTV reception.

What we would like to see is this antenna attached to a HTPC, and some kind of script to automatically direct the antenna for the best possible signal for the current channel. If anyone out there makes this happen, be sure to let us know.