I've found a GPS issue on Bangle.js 2, many "unusual" NMEA messages - not starting with $GP are sent by the GPS receiver. E.g.:
$BDGSV,1,1,00,0*74 $GNGGA,105700.296,,,,,0,00,25.5,,,,,,*74
See also "App crash on Bangle.js 2 with GPS NMEA telegram GNGGA instead of GPGGA (contains UTC time) " on github: https://github.com/espruino/BangleApps/issues/1155
From the datasheet @fanoush provided in another thread:
@HilmarSt started
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.
I've found a GPS issue on Bangle.js 2, many "unusual" NMEA messages - not starting with $GP are sent by the GPS receiver.
E.g.:
See also
"App crash on Bangle.js 2 with GPS NMEA telegram GNGGA instead of GPGGA (contains UTC time) "
on github:
https://github.com/espruino/BangleApps/issues/1155