-
Notifications
You must be signed in to change notification settings - Fork 1.2k
GPS Issues
hughbarney edited this page Dec 1, 2021
·
10 revisions
My GPS does not seem to be working
The GPS can take several minutes to get a first fix. Place the watch outside in the open and dont move around. You can use one of the Apps to switch the GPS on like GPSinfo or GPStouch (Bangle 2).
How can I tell if my GPS is working
The simplest way to do this is to connect to the watch through the IDE and then type the following commands in the left hand window.
``
Bangle.on('GPS', (f)=>{console.log(f);} ); =undefined
Bangle.setGPSPower(1); ``