Remote Phone Control Using Bluetooth And A Video Stream

remote_bluetooth_phone_control

Hack-a-Day reader [Bobbie] sent us a hack that is an adaptation of the automatic cell phone button pushing machine we featured earlier this week. Inspired by that project, he challenged himself to construct a more efficient way to tackle the problem.

He started out in much the same fashion, pointing a camera at the phone in order to view the display remotely. The main thing he focused on to make his project unique was they way in which the buttons on the phone were activated. He was impressed by the mechanical button pressing rig, but thought it to be overly complicated. Instead, he decided to send button presses over Bluetooth to his phone which happened to be AT+CKPD compatible (PDF).

Not only that, his interface is quite impressive too. Originally planning to use the keyboard to send input to the phone, he changed course and programmed his video stream GUI to register mouse clicks instead. Now, when he clicks one of the phone’s buttons in the video display, the appropriate button press is sent to the phone – Awesome!

Keep reading to see a video of his remote phone interface, you’ll be glad you did.

Continue reading “Remote Phone Control Using Bluetooth And A Video Stream”

AM/FM SOS Beacon Saves Your Bacon

bacon_beacon_breadboard

[BadWolf] sent us a device called the “Bacon Beacon“, which is his 555 Design Contest entry. In short, it’s a life-saving device that emits an S.O.S. signal in Morse code over both the AM and FM bands. The device uses five 555 timers to get the job done, each of them dedicated to a specific task. Three of the timers are used for clocking and Morse generation, while the remaining two are used to produce and transmit an audible signal over the air waves. Currently, the signal can be received about a mile away from the source, which would theoretically allow for a search and rescue team to locate you with a simple radio and directional antenna.

The current design is still a bit rough around the edges, but the final plans would have the circuit built into a flashlight-like device equipped with red and green signaling LEDs. It’s a clever project and would make for a great tool if you got lost while hiking, or in the event of a zombie apocalypse.

Stick around for a quick video of the Bacon Beacon in action, and swing by [BadWolf’s] site if you want to know why his project has such a strange moniker (hint: it’s not because it can “save your bacon”).

Continue reading “AM/FM SOS Beacon Saves Your Bacon”

Google Two-factor Authentication In A Wristwatch

chronos_two_factor_authentication

The Chronos watch from Texas Instruments is a handy little piece of hardware if placed in the right hands. If you are not familiar with the platform, it is marketed as a “wearable wireless development system that comes in a sports watch”. In plain English, it’s a wearable wireless MCU mated with a 96 segment LCD, that boasts an integrated pressure sensor and 3-axis accelerometer. It is capable of running custom firmware, which allows it to do just about anything you would like.

[Huan Trong] wanted to take advantage of Google’s new two-factor authentication, and decided his Chronos would make a great fob, since he would likely be wearing the watch most of the time anyhow. He put together some custom firmware that allows the watch to function as an authentication fob, providing the user with a valid Google passcode on command.

He does warn that the software is alpha code at best, stating that it doesn’t even allow the watch to keep time at the moment. We are definitely looking forward to seeing more code in the near future, keep up the great work!

Be sure to stick around to see a video of his watch in action.

Continue reading “Google Two-factor Authentication In A Wristwatch”

Layering Pinball Audio Using Parallel WAV Shields

[Ed Zarick] is preparing his pinball project and wants to have authentic sound to go with the game play. The game is modeled after NBA Hangtime and in addition to music he also needs a wide range of sound effects to beef up the experience. To make this all happen at once he developed a set of Arduino WAV shields controlled by an Arduino Mega.

As you can see above, there are three ATmega328 chips which run the Arduino boot loader and each interface with one of the three green WAV shields. That set of chips listens for commands over and i2c protocol, and once they receive instructions they play can play the chosen file without affecting the other shields.

But to have the authentic sounds you first need to acquire the audio samples. [Ed] grabbed a ROM of the original video game and dumped all of the audio samples. From there it was a chore to listen to and catalog the sounds for SD card playback with the pinball version of the game. But it’s well worth the effort as the sound will end up tying the whole experience together.

Continue reading “Layering Pinball Audio Using Parallel WAV Shields”

All-band Receiver Hides In Plain Sight

This handheld radio has a little secret. You’re not going to be able to listen to Limbaugh since the original FM tuning circuit has been removed and replaced by a diode detector. Now [Miguel A. Vallejo] a discreet way to look for interesting radio signals in public.

The first step that he took was to remove the circuit board from the case and depopulate the tuning circuit while leaving the audio amplifier hardware. Next he referenced a proven design and built the diode detector circuit on a piece of protoboard. Finally he patched the new circuit into the original audio amplifier (seen in the image above) and put everything back in the case. Now he can listen in on data burst from a keypress on a computer keyboard, RF data communications, and slew of other noise sources.

This would be really handy for tracking down the electrical noise that’s screwing up your project.

[Thanks Superlopez]

Hackaday Links: February 27, 2011

Odd project materials

[Juliansr] wrote in to tell us about a site that sells bendable, moldable, stretchable, and other ‘able’ materials you might want to use in your next project.

(2 * 9V) = Flashlight

[Lasse] built a flashlight with two 9V batteries. One is a normal battery, the other has been gutted and is used as a connector and enclosure for an LED and resistor.

Ghetto flat screen mount

Don’t despair if you can’t afford a mounting bracket for that new flat screen. All you really need is a few screws and some garbage ties.

Tennis ball stand

This crafty solution to charging a phone makes sure that you’re also able to read the display. Since tennis balls lose their pressurization over time it’s a good use for the flat orbs.

Message visor

Get your message across while blocking your view of… everything with this message displaying visor. It’s like a Daft Punk helmet without the helmet.

Analog Robotic Concepts

Everyone’s getting on board with the 555 timer projects. But [Tom] didn’t just come up with one project, he shared a slew of ideas related to analog robotics. They’re center around servo motor control. You can see in the video after the break he has a pleasing way of sharing a lot of details while also making an easy to view demonstration video. He’ll put up a schematic for about one second and then move on, saving those that don’t care about the details by not droning on.

The first schematic that flashes by is the main circuit for controlling the servo motor. The rest of the concepts build from this circuit, using light, sound, flex, and other sensors as inputs. For instance, the setup above is using a light sensor. When the ball blocks the light the servo moves that vertical rod hitting it out of the way. When it swings back the process repeats. It’s striking how lifelike the reactions are, reminding us of insect movements. But this is really just the tip of the iceberg as he’s got a lot of future video ideas that we can’t wait to see.

Continue reading “Analog Robotic Concepts”