12-17-2021, 04:38 AM
InfiniTime and Wasp-OS have an alarm app already, so waking with a wrist vibration should be viable.
https://wasp-os.readthedocs.io/en/latest...pplication
InfiniTime is written in C/C++ while Wasp-OS uses MicroPython, and has an emulated watch you can use for testing on your desktop.
https://wasp-os.readthedocs.io/en/latest/appguide.html
If you want to record how much you move the step counter code would be a good working example for capturing and using accelerometer data.
https://wasp-os.readthedocs.io/en/latest...pplication
InfiniTime is written in C/C++ while Wasp-OS uses MicroPython, and has an emulated watch you can use for testing on your desktop.
https://wasp-os.readthedocs.io/en/latest/appguide.html
If you want to record how much you move the step counter code would be a good working example for capturing and using accelerometer data.