-
Anybody managed to use interrupts (double-tap or wrist-tilt) in the low-power mode of BMA423?
-
Hi. I would like to continuously sample the BMA423 accelerometer. And for the samples to be well synchronized in time. From my testing so far, doing polling based from MicroPython introduces occasiona…
-
Hi There,
I see the following error when I try to compile/upload the example "twatch rainbox".
`
/Users/USER/Documents/Arduino/libraries/TWatch_2021_Library/src/drive/bma423.cpp: In member func…
-
I just saw that you updated the code and included support for accessing the BMA423 accelerometer.
Seeing the `enableWakeupInterrupt` got me interested in using that to wakeup the device. I have succ…
-
The current pin allocation for the BMA423 has pin 10 left floating but it should be connected to +3.3 to avoid the potential of the device switching to SPI interface.
This is according to the datas…
-
The step count from the BMA423 is inaccurate. Just shaking my arm around increases the step count by a few 100s.
I removed the step count function altogether from the 7-seg watchface example.
-
# Goal
I’m working on a PineTime project and would like to add support for the BMA421 (I just realized my PineTime still has the older sensor) and maybe also BMA425 sensors (to be able to support new…
-
Once #41 is ready, it should be rather easy to implement project import:
- [x] Define a simple `package.json` structure. This can be inspired/adapted from mip, node.js, PlatformIO etc.
- [x] Impleme…
-
My Watchy is stuck to 45:85 2165/25/45, even after NTP sync, firmware reset/reflash or setting time manually: https://owncloud.rthoni.com/s/RiGMiG9iss7CrL7
Is there anything wrong with the RTC? Wha…
-
Hello,
I'm trying to improve the battery lifetime of my TWatch2020 by playing with **deepsleep**/**Hybernate** mode.
The problem is **ttgo->begin();** tooks about llllooonnnggggg 2s to run, and I'…