Can any one pls Tell how to code for Arduino gps module | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any one pls Tell how to code for Arduino gps module

22nd Apr 2018, 6:30 AM
Bheemashankar Jakkani
Bheemashankar Jakkani - avatar
3 Answers
+ 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).
23rd Aug 2018, 3:06 PM
seamiki
seamiki - avatar
+ 5
Did you try to google your problem to find a tutorial ?
22nd Apr 2018, 6:43 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
0
yeah
22nd Apr 2018, 6:44 AM
Bheemashankar Jakkani
Bheemashankar Jakkani - avatar