0
Can any one pls Tell how to code for Arduino gps module
3 Respuestas
+ 1
GPS modules, simply spit out NMEA protocol usually at 48000 baud rate.
google for NMEA.
connect the serial output of your GPS to your Arduino RX pin and simply print out every bit you receive to understand which data you need (usually coordinates, time, spped and course.)
or use a library that does all the nittygritty for you (but also takes a lot of memory).
+ 5
Did you try to google your problem to find a tutorial ?
0
yeah