Metawear c# gyro stream stops after a while on windows UWP
I have a simple windows application based from https://github.com/mbientlab-projects/MetaWearTutorial-UWP
The gyro stream works fine if the only thing you do is writeline.
The gryo stops streaming if I try to do anything useful such as...
- write a file
- write to a queue
- write to a collection
- write to blockingcollections
- send over a socket
- start a thread to do some work
Any ideas here? We need to save the data to a file or send it over a socket, graph it etc.
This discussion has been closed.
Comments