Control Anything With An Apple Remote

If you’re like us, you probably have more than one Apple Remote kicking around in a parts drawer, and if you’re even more like us, you’re probably really annoyed at Apple’s tendency to use proprietary hardware and software at every turn (lightning connector, anyone?). But there’s hope for the Apple Remote now: [Sourcery] has completed a project that allows an Apple Remote to control anything you wish.

The idea is fairly straightforward: A device interprets the IR signals from an Apple Remote, and then outputs another IR signal that can do something useful on a non-Apple product. [Sourcery] uses an Arduino to do the IR translation, along with a set of IR emitters and detectors, and now the Apple Remote can control anything, from stereos to TVs to anything you can imagine. It also doesn’t remove the Apple Remote’s capability to control Apple products, in case you need yours to do that as well.

[Sourcery] notes that sometimes working with RAW IR signals can be a little difficult, but the information on their project and in their 25-minute video discusses how to deal with that, so make sure to check that out after the break. Don’t have an Apple Remote? You can do a similar thing with a PS3 controller.

Continue reading “Control Anything With An Apple Remote”

TwitterPrinter Keeps Track Of 2015 Hack-A-Day Prize

[Mastro Gippo] is getting to be somewhat of a Hackaday legend. He didn’t win the 2014 Hackaday prize but was in attendance at the event in Munich, and to make sure he keeps up with this year’s Prize, he built this old-school printer that prints all of the updates from the Hackaday Prize Twitter account.

The device uses the now-famous ESP8266 module for connecting the printer to the Internet. It doesn’t scrape data straight from Twitter though, it looks at [Mastro Gippo]’s own server to avoid getting inundated with too many tweets at once. The program splits the tweets into a format that is suitable for the printer (plain text) and then the printer can parse the data onto the paper. The rest of the design incorporates a 3.3V regulator for power and some transistors to turn the printer on and off. Be sure to check out the video of the device in action after the break!

[Mastro Gippo] notes that this eliminates the need to have a smartphone in order to keep up with the 2015 Hackaday Prize, which is ironic because his entry into the Trinket Everyday Carry Contest was a smarter-than-average phone. We’ll be expecting something that doesn’t waste quite as much paper for his official contest entry, though!

Continue reading “TwitterPrinter Keeps Track Of 2015 Hack-A-Day Prize”

Combination Lock Made Out Of Paper

Most projects we feature are of the metal/wire/wood variety, but there is an entire community devoting to making very interesting and intricate things out of paper. Imgur user [Criand] has been hard at work on his own project made entirely out of paper, a combination lock that can hold a secret message (reddit post).

The motivation for the project was as a present for a significant other, wherein a message is hidden within a cryptex-like device and secured with a combination that is of significance to both of them. This is similar to how a combination bike lock works as well, where a series of tumblers lines up to allow a notched shaft to pass through. The only difference here is that the tiny parts that make up the lock are made out of paper instead of steel.

This project could also be used to gain a greater understanding of lock design and locksport, if you’ve ever been curious as to how this particular type of lock works, although this particular one could easily be defeated by a pair of scissors (but it could easily cover rock). If papercraft is more of your style though, we’ve also seen entire gyroscopes and strandbeests made of paper!

Fix A Broken DS By Removing A Screen

There are apparently a lot of broken Nintendo DS Lites out and about on eBay, and [Fede] has gotten his hands on one. His idea was to essentially turn one of these DS Lites into a SS (single screen?) (.es, Google translate) by modding the case, and he’s done it with pretty spectacular results.

If you’re going to do a case mod, you should go all out. To that end, [Fede] started by taking everything out of the DS and tossing the original 1000 mAh battery in favor of a 4000 mAh battery. From there he is able to shoehorn the two PCBs into the case with the speaker in between, which he notes doesn’t sound as nice as the original but works well enough.

After reshaping the plastic case in a few subtle ways and putting a few layers of paint on it, [Fede] now has a single-screen Nintendo DS for €2 plus parts and paint. While we’ve seen similar mods before, we’d be interested to see this one in action; some DS games don’t utilize the second screen as much as others, so perhaps this wouldn’t play every DS game perfectly, but for the price it can’t be beat.

Another Garage Door Opener, This Time With Security

We’ve been seeing a lot of garage door opener hacks, whether it’s because one person inspired everyone else to build their own Internet-connected GDO or because there’s something in the water that’s caused the simultaneous building of one specific type of project, we’re not sure. However, the latest one we’ve seen adds a little something extra: motion-based security.

[DeckerEgo] really went all out with this one, too. The core of the project is a Raspberry Pi hardwired to a universal garage door remote. The Pi also handles a small webcam and runs a program called motion, which is a Linux program that allows for all kinds of webcam fun including motion detection. While the other builds we see usually use a button or limit switch to tell whether the door is open or closed, this one just watches the door with the webcam so [DeckerEgo] can actually see what’s going on in the garage. As a bonus, the motion software can be configured to alert him if anything suspicious is going on in the garage.

The build is full-featured as well, with an interesting user interface overlaid on the live picture of the garage door. According to [DeckerEgo] the camera is a necessity because he wouldn’t trust a simple status indicator, but if you wanted to try one of those before breaking out the Raspberry Pi, we’ve featured one recently that you can check out.

Hippie-Redneck Solar-Heated Swimming Pool Slash Hot Tub

In need of a jacuzzi to complete your backyard but just don’t have the cash? Need a swimming pool for the little ones but tired of the cheap plastic ones popping and leaking all over the place? Look no further than [inexplorata]’s self-explanatory “Hippie-Redneck Solar-Heated Kiddo Swimmin’ Pool And Hot Tub“.

The pool uses a six-foot-diameter metal stock tank, provided by a neighbor. After some liberal use of JB Weld, the tank functions as a makeshift pool on the cheap, but the magic doesn’t end there. [inexplorata] found a solar thermal water heater that someone was getting rid of and snagged it to heat up the water, which is almost a necessity for most parts of the Northern Hemisphere right now.

A sump pump in a bucket handles water circulation, and [inexplorata] points out that the single water heater is more than enough to keep the water nice and warm (“hot enough to poach a rhino” is the scientific term used on the project page) so if you’ve got the means, this might be a welcome addition to the backyard! The build was posted on Reddit, the users of which had some helpful suggestions for improving the pool if you want to tackle this yourself. If you don’t have a solar thermal water heater, you could always make one of those too.

Automatic Garage Door Opener Works For Your Cat

Using an Arduino or Raspberry Pi to perform a task in the real world is certainly a project we’ve seen here before, and certainly most of these projects help to make up the nebulous “Internet of Things” that’s all the rage these days. Once in a while though, a project comes along that really catches our eye, as is the case with [Jamie’s] meticulously documented automatic garage door opener.

This garage door opener uses an ATMega328 to connect the internet to the garage door. A reed switch is installed which lets the device sense the position of the door, which is relayed back to the internet. [Jamie] wrote an Android app that can open and close the door and give the user the information on the door’s status. One really interesting feature is the ability to “crack” the garage door. This is done by triggering the garage door opener twice with a delay in between. From the video after the break we’d say this is how [Jamie’s] cat gets in and out.

We love seeing projects that are extremely well documented so that anyone who wants to make one can easily figure out how. Internet-connected garage door openers have been featured in other unique ways before too, but we’ve also seen ways to automatically open blinds or chicken coops!