SparkFun Forums 

Where electronics enthusiasts find answers.

Tips and questions relating to the GPS modules from SFE
By apineda
#153397
Hope someone else has some experience with the GPS GP-635 module.
https://www.sparkfun.com/products/11571

I have been successful in connecting the the GSP Module - GP635-T via serial connection. It produces output readings every 1 second as expected at 9600 baud 8-N-1. The datasheet mentions that the baud rate can be changed, but I have not been able to figure out the syntax. The datasheet hints that it can be done at the factory depending on Minimum Order Quantity, but I would like to change it myself.

Also, I tried to place the module in low power mode by grounding pin 6 (PWR_CTRL), but the module keeps sending in messages. Shouldn't it stop sending if this pin is LOW? I need to be able to stop it to conserve battery and this was one of the reasons I bought it, but no luck.

Any suggestions on how to change the baud rate on this module and/or place the modle in low power mode? I looked in the vendor site and Googled around, but no luck.
By apineda
#153398
OK, I found out that you are supposed to use the NMEA commands found here:
http://www.sparkfun.com/datasheets/GPS/ ... anual1.pdf

So I tried sending: $PSRF100,1,19200,8,1,0*36<CR,<LF> to set the baud rate to 19200. I receive one garbage message (which actually seems correct as I had the baud rate at 9600, but then the very next message and all others after that were received correctly. This means it is still sending the output at 9600 baud. Hmm...