part 5 of 5 of: GPS Module, Extensions, and u-blox NEO-6M GPS receiver
PS: If you want to see the raw data in the console all the times, add a line handler and callback tuple with an alway false returning line handler as last to the handlers. This will get you all lines send by the GPS receiver printed in the console.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
part 5 of 5 of: GPS Module, Extensions, and u-blox NEO-6M GPS receiver
PS: If you want to see the raw data in the console all the times, add a line handler and callback tuple with an alway false returning line handler as last to the handlers. This will get you all lines send by the GPS receiver printed in the console.
Output in the console:
cbk2 > {```
"lat": 41.2242, "lon": -102.87471116666, "fix": 2, "satellites": 9, "altitude": 92.4 }```
raw > $GPGSV,3,1,10,02,31,052,15,05,53,089,37,10,15,042,21,12,42,164,33*79```
raw > $GPGSV,3,3,10,46,38,145,,51,44,156,38*7C```
raw > $GPRMC,131934.00,A,4113.45229,N,10252.48332,W,1.188,204.02,300914,,,D*7A```
"timc": "131934",```
"angl": "204.02",```
}
raw > $GPVTG,204.02,T,,M,1.188,N,2.199,K,D*3F
End of 5 parts series: GPS Module, Extensions, and u-blox NEO-6M GPS receiver