All About VLF Radio

If you’re interested in learning about Very Low Frequency communications take a look at what Larry has to offer on his site. He’s put together a guide to VLF receivers that is short enough to read and clear enough to understand with rudimentary knowledge of circuits. He builds a simple receiver as a working example and a high-powered transmitter that can put out over 2600 watts. Let’s face it, radio operators were the original electronic hackers. Get back to our roots and learn the ways of the transistor.

[Thanks Buddy]

Building A Window Mounted Antenna For Your Car

If you’re into ham radio and want it when you’re on the go give this antenna mount a try. [Cirictech] started with a design from the November 2009 issue of QST and added his own fabrication touches. Everything except the antenna itself is available from the hardware store for just a few bucks, and you should be able to complete this project in a flash. This makes us wonder what the antenna for the 47 GHz band radio setup would look like.

IM-ME Spectrum Analyzer

[Michael Ossmann] rolled out some firmware that makes his IM-ME into a Spectrum Analyzer. He met up with [Travis Goodspeed], who authored the IM-ME flashing guide, at SchmooCon and spent some time hacking wireless doo-dads in the hotel bar. Once he arrived home the new firmware was just a few coding sessions away from completion. It scans one frequency at a time, displaying the results in a 132 column graph on the screen. He also added a ribbon cable and header to the debug contacts so that future hacking would be as simple as plugging in the GoodFET.

[Thanks Jared and Travis]

Follow-up: Hacking OnStar

Reader [regulatre] has provided us with his furthering of hacking the OnStar system in GM cars. Previously, we wrote about some initial attempts to gain access to the system that OnStar uses to monitor and control cars called GMLAN. [regulatre] has managed to create an adapter between the GMLAN connector and a standard OBD2 plug, which should allow a number of standard readers to be able to retrieve data.

This method details using a bluetooth OBD2 reader, and passing the data onto a linux machine. It looks as though the writer of this method is looking to integrate OnStar reading and writing into an Android App which currently is an OBD monitor.

We love seeing follow-ups like this, because it puts everyone one step closer to full control of closed devices. As always, let us know if you take any of this in a new direction.

Spectrum Analyzer Wedged Into A Cellphone

[Miguel A. Vallejo] wanted a portable spectrum analyzer for the 2.4GHz ISM band. No problem, there’s modules for that are easy to interface with a microcontroller and LCD screen. But carrying around a black project box doesn’t exactly scream ‘cool’ so he fit his spectrum analyzer inside of a cell phone. This made a lot of things easier for him; he already had a few old phones, he was able to use both the original battery and the original LCD screen, and a lot of the mounting work is already done for you. The only challenge was to fit his custom circuitry inside. By hacking off part of the CYWM6935 module and cutting some protoboard in the same shape as the original PCB he managed to get everything into this tiny portable package. Now he’s looking for a way to incorporate a charger, and an on/off switch.

If you don’t have an old cell phone sitting around you can try building a spectrum analyzer that uses a character display. But we’d suggest hitting up your friends for their old cellphones.  The screens are used in all kinds of fun projects.

Wireless Painting

[Tom Shannon] uses science as part of his art. One of his methods when painting is to use this radio controlled paint pendulum. He gave an interview at his studio, which we’ve embedded after the break, and goes into detail about this device. It has six different reservoirs that hold the paint colors. Each gravity-fed canister connects to a central nozzle with flexible tubing. The hand held control box has a slider for each color that moves a servo pinching each supply tube. This ingenuity keeps him creating even though Parkinson’s Disease has started to manifest itself with tremors in his hands.

It’s hard to make out the paintings seen above, but the ones on display in the video are pretty amazing. He mentions that anything can be loaded into the hoppers, including tomato sauce. Is anyone else thinking about large scale pizza constuction? This also reminds us of the mechanical bartenders we’ve seen in the past. Continue reading “Wireless Painting”

IM-ME Screen Reverse Engineered

[Dave] figured out the command set for the IM-ME terminal. It took a bit of sleuthing to get this pink plastic peripheral to give up these secrets. He used an oscilloscope to sniff out the SPI connections, then used a hacked IM-ME to capture the traffic from a factory-fresh unit. He managed to extrapolate how write data was being sent but he still couldn’t figure out how commands were differentiated from that data. With the info at hand he searched around the interwebs to find that the screen uses an ST7565S controller. Now he’s got custom firmware to make the LCD display do his bidding and we’re wondering what’s next?