Adding Wireless Charging To Any Phone

The wireless charging options available on flagship phones is a great feature, but most of us aren’t rocking the latest and greatest cellphone. [Daniel] came up with a great mod that adds wireless charging to just about every cellphone ever, at a very low price and a few bits and bobs ordered off eBay.

[Daniel] used a Palm Touchstone inductive charger – available for a few bucks on eBay – along with an inductive charging circuit from a Palm Pixi. This charging circuit was designed to complement the Touchstone charger, and is simple enough to wire up; all [Dan] needed to do was put the coil and charging circuit near the charge, and it output 5 Volts to charge any phone.

To get the power from the charging circuit into his phone’s battery, [Daniel] simply wired the output of the coil’s circuit to the USB in on the phone. The space inside his S2 was pretty tight but he was able to come up with two ways to install the charging circuit, for use with either the stock back cover or a third-party case.

For anyone with a soldering iron, it’s a quick bit of work to add wireless charging to any phone. We’re loving [Dan]’s solution, as the Palm gear he used is so readily available on eBay and junk drawers the world over.

Giving The Nexus 4 A Serial Port

Having a serial port on any Linux box is always useful, but with the tiny computers we’re carrying around in our pockets now, that isn’t always an option. Some of the more advanced phones out there break out a UART on their USB OTG port, but the designers of the Nexus 4 decided to do things differently. They chose to put the Nexus 4’s serial port on the mic and headphone input, and [Ryan] and [Josh] figured out how to access this port.

Basically, the Nexus 4 has a tiny bit of circuitry attached to the microphone input. If the Nexus detects more than 2.8 Volts on the mic, it switches over to a hardware UART, allowing everything from an Arduino to an old dumb terminal to access the port.

The guys used a USB to serial FTDI board wired up to a 3.5 mm jack with a few resistors to enable the hardware UART on their phone. With a small enclosure, they had a reasonably inexpensive way to enable a hardware serial port on a mobile device with GPS, cellular, a camera, and a whole bunch of other sensors that any portable project would love.

EDIT: An anonymous little bird told us this: “You should add a note to the Nexus 4 serial cable post that TX and RX need to be 1.8V.  If you use 3.3V USB cables, you will likely eventually fry something.  FTDI makes 1.8V IO cables that work – you just need to make the trigger voltage for the mic line.” Take that for what you will.

IR Based Augmented Reality

ARUCI

For a final design project, [Frank] and his group took on an augmented reality project. The goal was to make objects interactively controllable by pointing a smartphone at them. Their solution was Augmented Reality Universal Controller and Identifier (ARUCI).

The system locates controllable objects by sensing IR beacons that contain identifiers for each object. The IR is received by a Wiimote sensor, which has been integrated into a custom PCB. This board sits in a 3D printed enclosure, and mounts to the back of a smartphone. The electronics are powered by tapping off of the phone’s battery.

Commands are sent to devices using a custom 2.4 GHz protocol which was implemented using the ATmega128RFA1. Each device has another ATmega to receive the signal and control the real world object. In their demo, the group shows the system controlling devices including a TV, a radio, and an RC car.

The system provides an interesting way to interact with objects, and the hardware integration is quite impressive. After the break, watch [Frank] give a demo.

Continue reading “IR Based Augmented Reality”

A Clever Solution For Constantly Locking Workstations

ROBOT

[Vasilis] works at CERN, and like any large organization that invented the World Wide Web, they take computer security pretty seriously. One ‘feature’ the IT staff implemented is locking the desktop whenever the screen saver runs. When [Vasilis] is in his office but not at his battlestation, the screen saver invariably runs, locking the desktop, and greatly annoying [Vasilis].

The usual Hackaday solution to this problem would be a complex arrangement of RFID tags, webcams, and hundreds, if not thousands of lines of code. [Vasilis] came up with a much better solution: have the computer ping his phone over Bluetooth. If the phone is detected by the computer, kill the screen saver.

The code is up on Github. It’s not much – just 20 lines of a Bash script – but it’s just enough to prevent the aggravation of typing in a password dozens of times a day.

Human Powered Emergency Cell Phone Charger

Emergency-human-powered-cell-phone-charger

Power outage? For the average citizen it’s very easy to take electricity for granted. Go a few hours or more without it though, and you’ll suddenly be reminded just what a luxury it is. During an emergency situation, sometimes you have to come up with alternative methods to get the job done. This human powered cell phone charger is a great example.

Using just a few ordinary around the house items, [The King of Random] turned a cordless electric drill into a human powered electrical generator. If the drill is run in reverse and cranked by hand, the generated energy can be transferred through the battery terminals to a connected device.  So, he cut a USB charger cable in half and wired it up to the terminals to be able to charge his cell phone. Some yarn, a salad fork, a mixing beater, a scrap 2″x4″, some aluminum foil, and scotch tape were the only other materials he used. Using this technique, a totally dead phone battery was charged in around 3 hours.

Remember that this method is only intended to be used in an emergency, not as every day practice. Using these methods could potentially overheat or damage your gear, so be careful.

Check out the MacGyver worthy video tutorial after the break.

[via Neatorama]

Continue reading “Human Powered Emergency Cell Phone Charger”

Smartphone Controlled Labyrinth

smartphone-controlled-labyrinth

This entire project could have been done as an app, drawing the maze and ball virtually on the screen. But that wouldn’t have been nearly as fun as what [Matt] accomplished. He built a little Labyrinth which responds to the accelerometer in his phone.

Take a close look at that handset. It’s not an Android, an iPhone, or a Blackberry. That thing is a Windows phone…. no, really! The phone doubles as a timer, which we think is a nice touch. It communicates with a Netduino which is both driving and monitoring the Labyrinth.

You may have noticed that the maze is hand-built rather than a modified commercial version of the toy. He mounted some hardboard on a pair of servo motors, then built up the maze on that surface. There is also sensing hardware that detects when the metal ball bridges two contacts. This gives us fond memories of our Minotaur’s Revenge build.

We’ve embedded the demo video after the break.

Continue reading “Smartphone Controlled Labyrinth”

Video Phone Arduino Shield

video

We’ve seen Arduino-powered Twitter machines, and even some that can send text messages, but how about one that’s a video phone? That’s what the guys over at Cooking Hacks put together with their very impressive 3G Arduino shield.

On board the shield is an internal GPS receiver, microphone, speaker, 3G module, and a camera sensor with VGA resolution. The 3G module is able to act as a 3G modem via a USB connection, allowing any computer to take advantage of wireless Internet with a SIM card.

While in their tutorial the guys use a terminal running on their computer to send AT commands to place a call, it’s possible to simply put all that info in a sketch making for a small, battery-powered video link straight to your cell phone. Seems like the perfect piece of hardware for a wireless, 3G-enabled video feed for a robot. You can check out the video from their tutorial after the break.

Continue reading “Video Phone Arduino Shield”