Most recent activity
-
Hi,
I am surprised no one has posted this before, I feel like I have missed it. But for a while now I can not use the Messages app at all. It shows a white screen (the widgets are drawn, rest is white) whenever it is trigger by the Bangle JS app or when I open it with the menu when a notification is unread. The no messages screen is drawn correctly.
-
-
Yes, from my understanding it will be very much possible. You get an event every time the acceleration sensor reads data (if I understand correctly you can change that timing with setPollInterval), and thus you can "just" check the data with the last reading, if its a big enough acceleration, store the read data (+first time stamp if you want to avoid math) until the acceleration slows down, then do the sum math and display the result.
-
-
-
- You don't need to modify the firmware to use the button, there are several functions for that (setWatch or setUI)
- No extra module, button see above, HRM http://www.espruino.com/Reference#l_BangĀle_HRM
- The bangles only way to communicate to other devices is with Bluetooth, so yes, use that.
- You don't need to modify the firmware to use the button, there are several functions for that (setWatch or setUI)
-
-
- 14 comments
- 1,204 views
https://poolitzer.eu