jakkra / ZSWatch

ZSWatch - the Open Source Zephyr™ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.26k stars 191 forks source link

Sensor fusion + Speedometer app #161

Closed ldab closed 3 months ago

ldab commented 8 months ago
  1. Implement sensor fusion based on https://github.com/xioTechnologies/Fusion
  2. A crude speedometer app (haven't really tested on motion) it is cold outside :cold_face:
  3. few todo's but I think we can keep going?

PS. I wanted to keep the screen on, but It does not work, do you know why?

image

Kampi commented 8 months ago

@ldab the screen is handled by zsw_power_manager. We don´t have an option to keep the display on yet.

https://github.com/jakkra/ZSWatch/blob/879fbebf9c3e1d4c1cb41e9e2a49df81db8737fc/app/src/managers/zsw_power_manager.c#L61

jakkra commented 8 months ago

@ldab the screen is handled by zsw_power_manager. We don´t have an option to keep the display on yet.

https://github.com/jakkra/ZSWatch/blob/879fbebf9c3e1d4c1cb41e9e2a49df81db8737fc/app/src/managers/zsw_power_manager.c#L61

We do, I have added an option in settings for it, but somehow it's broken now.

Edit: You need to restart for it to take effect.

PS. I think the new flick out need to check for this setting

Kampi commented 8 months ago

What unit is the speedometer using? 😄

ldab commented 8 months ago

What unit is the speedometer using? 😄

km/h

Kampi commented 8 months ago

What unit is the speedometer using? 😄

km/h

Can you add a label with the unit to the app?