[jcopro] took a look at a Glade automatic air freshener he had sitting around and couldn’t help but open it up to determine how the mechanism worked. After taking it apart, he found that the automated system was comprised of a 3v motor, a series of gears, and a mechanical arm. When actuated, this arm simply pressed the spray nozzle of the air freshener canister contained within the device. After some consideration, he decided that the components would make a great remote trigger for his Casio point and shoot camera. He fabricated a small plywood rig including both the camera and air freshener components, which was able to be mounted on a tripod. [jcporo] also mentions that the air freshener has the ability to be triggered by a built-in timer. Although the presets are locked at 9, 18, and 36 minutes, he suggests that a 555 timer could easily be used to add some custom timing intervals when wired to the manual trigger. Be sure to check out his video of the remote trigger in action.
remote131 Articles
Shutter Remote For RICOH Cameras
[Toby] wanted to have a remote shutter trigger for his RICOH GR III camera. This brand doesn’t have a dedicated port for remote operation but a bit of research allowed him to build his own trigger. The camera’s USB port is used for triggering but not using the USB protocol. Instead, a pulse pattern on the 5V line identifies the half-press, full-press, and release states of the shutter button. From there it was just a matter of wiring up a circuit centering around an Arduino that leaves room for a lot of expansion into realms like photo automation.
If You’re Photographing And You Know It Clap Your Hands
If you’ve ever tried to take pictures of yourself you’ll know that it can be a pain. It’s especially hard to get that perfect shot of your godly features when you’re out of breath from sprinting across the room. OK, yes, they have remote controls for that. But what if you lost your remote or you just don’t want to have to carry it? [LucidScience] put together a sweet, um, “hands free” alternative.
Essentially this hack emulates the IR signals sent by a Nikon remote, either to take a picture right away or to take time lapse photographs at regular intervals. We’ve seen a similar time lapse remote using an arduino before and a really thorough one using an AVR, but they don’t take the same approach as [LucidScience]’s design in terms of monitoring a microphone input for triggering. The project includes several status LEDs and adjustments for ambient noise and triggering, and it can be mounted to the camera body. We wonder how many of the Nikon’s features could be controlled using clap encoding, and how detailed your timing would need to be to have a kind of hand-made (get it?) pulsetrain syntax. You’d probably need to have world record clap skills.
Check out the demo vid after the break.
Continue reading “If You’re Photographing And You Know It Clap Your Hands”
Paging System For Your TV Remote
[Matt] brought together a TV remote and cordless phone to add a locator system to the remote control. One of the best features of a cordless phone is the pager button on the base. When you press it the handset beeps until found. Matt gutted one and got rid of the unnecessary parts. He then cracked open his TV remote housing and inserted the telephone handset’s circuit board, speaker, and battery. The base station is used just like normal to locate the phone/remote combo, and has been modified with a charging cable to top-off the telephone battery which powers everything in the newly hacked unit. [Matt’s] demonstration video is embedded after the break.
It’s too bad that he got rid of the microphone. It would be interesting to take calls on this thing.
R/C PPM Hacked
[Thomas Pfeifer] has taken the PPM signal produced by model aircraft wireless controllers, and with an ATMega8, converted the signal to act as a USB joystick. Which means you can now use a standard R/C remote control to fly model aircrafts on your computer. Of course now with PPM decoded you could also use the signal to control any electronic device. Like your mower, iPod, and we’ve even seen remote controlled pellet guns. Catch a video of [Thomas] flying a simulated quadrotor helicopter after the jump.
[Thanks Max]
Internet Controlled Remote
How often does this happen to you? You’re leaving on a long trip, and half way there you remember the TV was left on. Never? Alright then, how about wanting to control an Xbox 360 from within the other room and you don’t have the remote. Still a rare occurrence?
Perhaps you have a better situation where an internet controlled IR remote, that can be programmed to work with any TV or IR accepting device, would be useful. [Nicholas McClanahan] starts off with USB Propeller from Parallax, adds an Ethernet module making a mini server, and ends with an IR LED and receiver. The code is nearly as simple being a combination of SPIN, Html, and JavaScript. All coming together under a nice website GUI that prompts for what IR signals to send. To make the project even more straightforward, [Nicholas] has included an Instructable as well. In the end though, while the hack is great, we’re still trying to find a decent enough use. Video after the rift.
Bluetooth Multimedia Remote
[Mathieu] spent three months developing this multimedia remote control. It connects to a PC via USB or Bluetooth and communicates with Winamp to pull down track information for display on a Nokia LCD screen. It can also be used as a wireless headset via the two on-board jacks. [Mettieu] thinks it’s just a small hop away from working as a Skype client if you take the time to write a plugin for that API.