Another Automatic Air Freshener Use

air-freshener-leds-red-on

We’ve seen air fresheners used for many hacks here at hackaday. This one is a bit different as it uses the PIR sensor assembly to turn on LEDs in sequence, rather than reversing a motor. Generally, the motor would be reversed by the fact that this assembly is reversing the voltage on a motor (see [H Bridge] on Wikipedia), but instead it turns on one set of LEDs and then the other.

This works because a diode (the “D” in LED) only allows current to flow one way. The LEDs are reversed with respect to the voltage source, making them come on in sequence. An Arduino or other microprocessor could of course be used to accomplish the same thing (see this [HAD] post about harvesting the PIR sensor only). However, if you had $10 or less to start your hardware hacking career, this is yet another way an air freshener can be hacked up to do your bidding.

Be sure to see the video of this simple hack after the break, used to “LED-ify” a Star Wars AT-ST painting. If you’re interested in using the gears and motor of an air fresher as well, why not check out this post on remotely triggering a camera with the internals from a time-based model? Continue reading “Another Automatic Air Freshener Use”

Janus: The Gatekeeper

janus-001

[Piet] wrote in to tell us about his hack that allows for his front gate to be opened without a key. Unlike this hack that we featured in August, you don’t need a subway pass, just a good memory. As explained in his article (and the video after the break) if the proper sequence of doorbell rings is input, the gate unlocks itself.

For hardware a [mehduino] is used to take the doorbell input and decide whether or not the “secret knock” has been achieved. The door can be unlocked remotely via a button on the processor. Reprogramming the code is achieved by simply holding the program button while the code is entered on the “remote ringer” button.

Be sure to check out the video after the break to see this lock in action. The housing application may not be exactly what you expect. Also of interest, is that in true hacker fashion, the bare processor is hanging by a hook on his wall! Continue reading “Janus: The Gatekeeper”

Retroball Or Super Pong Table Grows Up

pong-table

Retroball is, as its Kickstarter campaign says, “Retro Fun for up to Four Players.” What you might not know, is that it’s ancestor was featured here earlier last year. With a year and a half of development underway, the build looks spectacular, and the people in their promo video look like they’re having lots of fun (obviously).

The whole concept of the game is that it has up to four players that each manipulate a paddle as in the classic Pong game. The obvious difference is that there are four players, and everything is played on a 32 x 32 LED array.

Although it looks like fun in it’s stock form, readers of Hack a Day will most likely start thinking about how they could modify it for their own uses. Everything is open source, and they promise to release the documentation for this project. On the other hand, if you can’t wait, or would rather build something very similar, check out [Brad]’s original Instructable article!

More LED Madness!

So last week [Caleb] posted an article about hacking a floating LED ball.  In response, here’s a couple simple LED hacks or repurposings that I’ve come up with recently.

glow-cube-LED

LED Solar Glow Cube: If you’ve ever seen path lights lighting up people’s gardens or walkways you may have wondered what components they had in them and how they could be repurposed.  As shown in this article, there’s not much too them other than a circuit board, rechargeable battery, and, of course, a solar panel. Combine this with some leftover foam with a hole in it, and you have the device pictured above.  Really simple, but the results are pretty cool as seen in the video after the break.

LED light-nunchucks

LED Nunchucks: If you thought that wheel lights were only for actual wheels, than you haven’t seen these nunchucks built with some PVC pipe and acceleration-sensitive wheel lights. This may not be much of a “hack” in that they are quite easy to build, but the results are pretty neat, being fun to sling around or even for use in long-exposure photography.  Check out the videos after the break of these nunchucks in action and of some LED light paintings that can be made with them. Continue reading “More LED Madness!”

Wireless Upgrade For A Heathkit HERO 1 Robot

F3DDY

For those of you that don’t know, the Heathkit HERO (Heathkit Educational Robot) was a ‘bot built in the early 1980s. [Rick] wasn’t satisfied with his model ETW-18’s programming interface, so decided to upgrade it to be able to run Python using a hacked wireless router. We’d agree that things have advanced since then, since this little guy was originally programmed in machine code using an onboard keypad.  As [Rick] points out, it’s “exactly as awful” as it sounds!

To begin restoring and upgrading his robot, a kit was obtained from [hero-1] to allow for a serial programming interface. Although an improvement, the desire was to be able to program this robot using Python, and to not have to have a cable running across the floor all the time. A router with a serial port was obtained from a thrift store, then hacked using [OpenWrt]. After fitting the components into the robot, [FR3DDY] was born, “A ~30 year old robot, accessible through wifi, capable of running Python.”

Be sure to check out his site, which has some videos we weren’t able to embed. He’s also included some Python code that he used to program it. If this has made you curious about the Python language, why not check out this recent post about learning it the hard way?

The Python Programming Language For Physical Hacking

We see projects here all the time that blend computing with the real world. Some people are naturally stronger on the mechanical end of things, whereas some are better with electronics or coding. All three specialities can be needed depending on your project. If your weakness lies in making a computer do your bidding, I might suggest that the Python language is a good one to learn.

I’ve been going through Learn Python the Hard Way, which is offered for free online, or you can pay for it if you so choose. I’ve published my thoughts on lessons 1-10 and 11-20 so far. As a mechanical engineer with limited (but not totally nonexistent) programming skills, it’s been an excellent experience so far.

If you’re wondering if Python is a good language to learn if you’d like to participate in [HAD] style projects, why not check out the following projects featured here:

Or just do a search of [HAD], and you’ll find many other projects for inspiration. If you’ve got a Python project to share, be sure to tell us about it in the comments!

atmos

Autonomous Plane? Quadrotor? Both? Meet The ATMOS!

If you’ve been trying to decide between building an autonomous quadcopter or a fixed wing UAV, you may not have to choose anymore.  [Team ATMOS] from Tu Delft University in the Netherlands, has developed a UAV that can autonomously transition from quadcopter flight to that of a fixed-wing aircraft. Although the world has seen several successful examples of transitioning-flight or VTOL aircraft, team [ATMOS] claims to have made the first autonomous transition of this type of craft.

This UAV was featured in their school newspaper, which provides a write-up about the work that went into creating this hybrid UAV. When you’re done with that, be sure to check out the two videos after the break. The first shows the [ATMOS] taking off vertically and flying off as a flying-wing fixed aircraft. The second video shows this and other UAVs in the [DARPA] competition that it was designed for. Fast forward to 2:24 to see this aircraft do a fly-by.

http://www.youtube.com/watch?v=81NvfLFzhqQ

Thanks for the tip [Dirk]!