Replies: 2 comments 5 replies
-
Hi - are you sure this breaks the current tilt implementation? Because we do that using software (not the accelerometer registers) so as long as you're not messing with the accelerometer data rate or range I think it should be ok? |
Beta Was this translation helpful? Give feedback.
-
and one more thing, irrelevant, sorry for that. I have send an email to [email protected], I tried getting two more bangles from the shop, but I get a message saying that there are no shipping options.
I can see that the shop is closed till 16th, so maybe that is why I got no reply, but if you could just tell me if Greece is supported or not, I would appreciate it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @gfwilliams, it is me again 😬
I am finishing the eucWatch port for the BangleJS2, and I stumbled on the twist to wake and face up functions you provide.
None of them works nice for my UI, the twist I do not like, your implementation is fine, but in general I do not like twisting the watch, and it has false positives, It does not check if the hand is raised. I am also used to auto turn off the screen( lock in the bangle case) when the hand is down, I use the "screen off" timer only if the watch is up.
lucky for me , the accelerator is the same as on the DSD6 I have on the toilets, so I made myself a script that resembles the behavior I have on the P8/Magic3 with BMA421 and SC7A20.
It works nice, the screen is on, as long as I can actually see the watch, it doesn't matter if I am sitting or standing or laying upside down on the bed, it will work, and will turn off as soon as I cannot see the screen.
the problem is that I am playing with the accel registers, and I am breaking your twist to wake function. I have it so that I can run bangle apps from eucWatch, I do not change any Bangle settings, so that one can have both UI/environments at will, and this part break the experience.
Can you please test this, and if you like the way it works, maybe consider adding "tilt" to Bangle?
Beta Was this translation helpful? Give feedback.
All reactions