BlogCadre users see no ads!  Popular topics: humor, video, links, cool, wtf.  Go create an account!




Charging USB/Serial Cable For Nextel Phones

USB to Serial ModuleOk you all may or may not remember my Nextel phone cable hack posts, Here and Here, but I have one more up my sleeve, "The USB Serial Cable" now you all might say what the heck how can it be USB and Serial at the same time. Well Click on the more link to find out how. It uses this cool chip from FTDI Chip.

Ok First of all this all centers around the FT232R chip from FTDI, This chip is a transparent USB to Serial connection that requires minimal external components.

The Purpose of this cable is to allow a connection to the phone using the phone's serial port but plug it into a serial portless laptop, thus allowing GPS navigation on the laptop while keeping the phone charged as well.

This is an upgrade from the previous hack I showed and can be entirely made by the user.

The following schematic shows the SSOP-28 chip. It includes a data transfer LED. By the way R2 should be a 270 ohm resistor.
Nextel USB Serial Cable

Just in case you don't want to mess around with surface mount soldering like this asks for FTDI has a DIP style Module that you can use and just solder a few wires to the board or you can even breadboard it. The Schematic for the dip module will show up shortly.

For those of you who want something that can interface with a microcontroller or other device more easily, there is the FT245R chip which is really cool, it is nothing more than a USB Fifo, data comes in on the usb line and you clock it out just like a Register... Want to send some thing back in you just put the data out and hit a write strobe. Its that simple.

For all of the solutions there are 2 driver options that are available on the PC end. One is the VCP or Virtual Com Port, and the other one is the D2xx which are DLLs that you can use send and recieve commands from any programming software where you can use DLLs. Couldn't get any better than that.

Robogeek

Trackback URL for this post:

http://www.blogcadre.com/trackback/945

LED thing

Yo Tim, whatsup it's matt, from polk hall remember? Maficke on AOL IM. Hey I had a circuitry question, and figured you would probably be the best person to ask. Since I didnt see you online lately, I thought I would drop a note here. Aaaaanyways, is it possible to wire a LED to a headphone jack, so that it lights up when an audio signal is sent to the jack? Im trying to figure out some way to remotely place a LED for a radar dectector, to blink when the radar detector goes off. Ideally being able to use the existing audio output jack for ease of installation. What do you think?

What's the function of the USB-RS232 chip?

After reading your several articles about moding nextel cables, I'm still a little confused about USB and RS232.
Since both usb and serial cable use PIN 4&5 of the connector to receive and transmit, the only difference lies in those handshake signals and PIN 13. I once made a null modem that connects Rx,Tx,GND only and it works just all right, so I suppose those handshake signals are not that significant. And if I ground the PIN 13 (Serial Enable), the iden phone would think it connects to a serial cable, right? Then is it possible to treat the usb port as a virtual serial port to send and receive? Need a driver? Or do I have to use a chip you mentioned in the article? What does the chip do? Something has to be done via hardware instead of software?
Thank you.