xpress_embedo
Advanced Member level 4

Hello!! Few Days back i purchased the GPS Module from Local Market not having any part number and manufacturer id.
I asked the supplier he provide me the connection diagram.
After connecting it with the required connection, i am getting this response on Serial Port at 9600 Baud Rate, on powering on this module.
I am getting this data continuously on serial port.
Basically i need to obtain time, latitude and longitude information as required in my project.
Can anyone please help me how to do so.
I asked the supplier he provide me the connection diagram.
After connecting it with the required connection, i am getting this response on Serial Port at 9600 Baud Rate, on powering on this module.
Code:
$PMTK011,MTKGPS*08
$PMTK010,001*2E
$GPGGA,235944.037,,,,,0,0,,,M,,M,,*41
$GPGSA,A,1,,,,,,,,,,,,,,,*1E
$GPGSV,1,1,00*79
$GPRMC,235944.037,V,,,,,0.00,0.00,050180,,,N*48
I am getting this data continuously on serial port.
Basically i need to obtain time, latitude and longitude information as required in my project.
Can anyone please help me how to do so.