Entering:
Bangle.setGPSPower(1); Bangle.on('GPS-raw', function(gps) { if (Date().getSeconds() % 5 === 0){ print(gps); } });
also outputs:
$GNRMC,,V,,,,,,,,,,N*4D $GNVTG,,,,,,,,,N*2E $GNGGA,,,,,,0,00,99.99,,,,,,*56 $GNGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*2E $GPGSV,1,1,00*79 $GNGLL,,,,,,V,N*7A
every 5s
@Waffle 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.
Entering:
also outputs:
every 5s