Most recent activity
-
-
It happened today with 18.90, just updated to 18.92. The freeze seems to happen when i ignore a message on the watch. After a while, the message is replaced by the clock face, but it no longer updates. The step widget still updates and the button works.
Edit: ContourClock with Lato Pedometer, Altimeter Widget and Themed Battery Widget. -
-
-
This works for me, assuming "maxZ" is defined somewhere:
try { function accelHandler(accel) { if (accel.z > maxZ) { maxZ = accel.z.toFixed(2); } drawHand(Math.round(maxZ)); //layout.render(); } Bangle.setPollInterval(80); Bangle.on('accel', accelHandler); } catch(e) { print(e.message); print("value exceeds limits"); drawHand(MIN); }
-
-
If you seriously want to save battery, you might look into BLE wheel and heart rate sensors. If you mount the watch to your bars, you could also power if with an external battery or a hub generator.
40min sounds very short, my watch easily lasts more than two hours with the tinyVario app, so there might be a problem with your code as well. (tinyVario used GPS and barometric sensor, no heart rate) -
If you have access to a 3D printer, you could try this.
-
- 5 comments
- 715 views
There is also this.