wasp-os / wasp-os

A MicroPython based development environment for smart watches (including Pine64 PineTime)
https://wasp-os.readthedocs.io/
GNU General Public License v3.0
843 stars 228 forks source link

Is live streaming the data from PineTime watch to PC/laptop doable? #374

Open stevensu1838 opened 2 years ago

stevensu1838 commented 2 years ago

Hi team

I am a researcher from an university, and we've been working on a project aiming to stream live data (such as heart rate data) from Pine Time watch to the PC/laptop. I've learned that the wasp-os might be a good way to make our goal happen. May I please ask if streaming the data (real-time) from PineTime watch to PC/laptop is doable with wasp-os? If so, I will give it a try. Cheers

beardeddude commented 1 year ago

Yes. But you will need to write the software. But that is the beauty of WaspOS (and its fun). If you are comfortable with basic python uPy isnt that different. Just read through the application writers guide. Checkout the music app for examples on how to send data back to the phone/pc. Its just a serial connection over bluetooth and you can write a little python script to collect the data on the PC side. Build a custom image and install.