Propeller + Gps + SD card
marcla
Posts: 19
Hello!
I want to make an GPS Logger whit an SD Memorycard.
My gps is an common gps·hwo talks RS232.
Does anybody have some code? Not for the whole project but·some code for the sd card or the Gps communication.
/Martin C
Sweden
·
I want to make an GPS Logger whit an SD Memorycard.
My gps is an common gps·hwo talks RS232.
Does anybody have some code? Not for the whole project but·some code for the sd card or the Gps communication.
/Martin C
Sweden
·
Comments
conversion routines to help parse a GPS string (obex.parallax.com/objects/31/).
http://www.rayslogic.com/propeller/Programming/SD_Card/SD_Card.htm
For the GPS, if it's "real" RS232 you probably should get a MAXIM RS232 interface chip (or you can make a circuit with transistors). If it's just a plain serial connection, they you just need to include the "FullDuplexSerial.SPIN" file that comes with the Propeller Tool
Adoy
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
One's true identity can only be learned through reflection.
I have made one spin file how send the gps data from the gps to a vga screen.