Wireless GPS Project

Thread Starter

tornado151

Joined Apr 15, 2010
34
Hi,
I am trying send gps data from a gps module to a serial port on my computer.

So far I have the following items:

  • 10khz (115200 baud) GPS Module Link
  • TM50-1 RF Transmitter Link
  • RM1SGS RF Receiver Link
  • TTL RS232 to USB Link
I have connected them as shown below:



But it does not work, I just get a load of junk on the screen:



If I connect the GPS module straight to the TTL RS232 to USB converter it works.

I think I have set up the wireless circuit wrong somehow? Someone suggested I buy 2 MAX232 chips a place it between the transmitter and the GPS module and one between the receiver and TTL RS232 to usb converter, is this correct?

Any help would be really appreciated,
Thanks,
Alex
 

bertus

Joined Apr 5, 2008
22,278
Hello,

There is a missmatch in the datarates of the rs232.
The GPS module is 115200 Baud
The transmitter is 9600 Baud max.
The reciever is 2400 Baud

Bertus
 

Thread Starter

tornado151

Joined Apr 15, 2010
34
Hi,
Thanks for your help.

Should this circuit work if I buy the correct transmitter & receiver?

Thanks
 
Last edited:

retched

Joined Dec 5, 2009
5,207
You should see if you can adjust the baud rates to match.. You may not have to buy new components.. But if you had components with matching data rates, it should work fine.

[ed]
OK, just checked the GPS device... That requires a 115200 uC or Tx device. so you will need a faster Tx and Rx device.
[/ed]
 
Last edited:

Thread Starter

tornado151

Joined Apr 15, 2010
34
Hi,
Thanks for your help.

Do you know where I can get a 10khz (115200 baud) transmitter & receiver from?

Or is there circuit which can slow down the data rate?

Thanks
 

retched

Joined Dec 5, 2009
5,207
not exactly.. You COULD use a uC to take the data and save it in memory then transmit it at a slower rate... like a buffer.. But the amount of memory you would need would cost you more than a new kit. And it would not be real-time.

lemme see if I can find something with that fast of a data rate.
 

Thread Starter

tornado151

Joined Apr 15, 2010
34
Thanks for your help.

I found an RF chip that I think supports the rate (Link) but it only transmits up to 100 meters, ideally I want at least 1km or more. There dont seem to be many others around, well at least on ebay.

Any ideas?
 

retched

Joined Dec 5, 2009
5,207
Yeah.. I cant find any that fast that have a more than 100m.. Maybe someone will come along that has some info..

Why would you need to transmit the gps info so far?
 

Thread Starter

tornado151

Joined Apr 15, 2010
34
I found this site: http://www.lprs.co.uk/, looks interesting.

I found this module (Link) which can transmit up to 1km at 15k bps. As it is a higher rate than the gps device would this work? or does it have to be the same rate?
 
Last edited:

retched

Joined Dec 5, 2009
5,207
The fastest data rates I can find on their equipment is 76,800bps and that is for short range 250m.

Long range stuff has 4800bps limits. @ 800m line of sight.

nothing for 1km or more
 

retched

Joined Dec 5, 2009
5,207
Ok. You may be able to shut off a few options so less data needs to be sent. Then you may be able to reduce the baud rate.
 

Thread Starter

tornado151

Joined Apr 15, 2010
34
Hi,
I found I can change the data rate of the gps module by sending the following commands to it:
Rich (BB code):
$PMTK251,4800*14<CR><LF> to setup output baudrate as 4800 bps
$PMTK251,9600*17<CR><LF> to setup output baudrate as 9600 bps
$PMTK251,19200*22<CR><LF> to setup output baudrate as 19200 bps
$PMTK251,38400*27<CR><LF> to setup output baudrate as 38400 bps
$PMTK251,57600*2C<CR><LF> to setup output baudrate as 57600 bps
$PMTK251,115200*1F<CR><LF> to setup output baudrate as 115200 bps
The transmitter and receiver will still mismatch though, so I am not sure what will happen.
 

Thread Starter

tornado151

Joined Apr 15, 2010
34
The gps module seems to ignore the command to change the baud rate, even though its connected up. It responds to other commands.

I need to get some sleep now, will look again tomorrow at this.

Thanks for all your help :)
 
Top