Wow, you guys havent been following the forum then, the idea have been around for a year
Its basically a PIC MCU that take in the NMEA sentences from the GPS module. This data is converted into an FSK (string of 2 tones representing the data).
Then feed this tone into the mobile phones mic input. The mobile phone is now transmitting FSK tones representing the data.
On the receiving end, the other phone is hearing this tones. This phone is then connected to another PIC that decode the tones back into the NMEA sentences to spit it out into the PC comport.
Why it was done like that? so a normal pay_as_you_go type of phone can be used. No need for it being data enabled, no need of it having a credit and it doesnt need to have a modem built in.
Just call the tracking phone and you hear the NMEA sentences represented as tones.
The receiving phone can be just a normal landline phone, as long as it can output the FSK tones into the PC. If you check out the principle of the old data cassette back in the 80s you know what I mean.
For it to be even cheaper, less than $10 to build. The FSK tone decoder can be done by software. The output of the receiving phone is connected to the PC audio input. A software based FSK decoder is run to decode the incomming tones and spit the results on a virtual comport.
The software based FSK decoder to exist, I have used them for testing.
One draw back is that the tracking update rate is reduce to once every 3-4 seconds. Ill call that hardly a problem as some tracking device only updates once every minutes. Reason for deliverate slowing down the rate is because the way mobile phone compresses the audio. I havent dealt with sirf mode but I get a feeling it should cope well with 1 per sec update.
I dont have time to carry on wih the project right now, but I will as soon as. If update rate is really is an issue then I will look into trasmitting the NMEA (NMEA is in ASCII form) in compressed binary. So it doeasnt clog up the mobile phones audio bandwith.
I sometimes get worried with those sneaky commercial seller seeng ideas and then call it "our new product blah blah" I have seen it too often