hey I was looking into building a rover with a gps nav system and was wondering if any one has a working program if so id like to see it
Can’t really help at the moment, but I am adding GPS to my rover soon. What controller are you using ?
i think its a Atom Pro 28-pin
I’ve written c code for a micro (Atmel) to communicate with my GPS module. Basically, it just parsed the nmea “sentences” that the gps unit put out on it’s serial port, and fed the useful data to an lcd. It was really easy. I’m out of town and away from my code right now, but I can post it in a few days