Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

..in case you're trying to do real time plotting using Bluetooth data #1

Open
theanupamkumar opened this issue Sep 10, 2019 · 0 comments

Comments

@theanupamkumar
Copy link

Hello guys! So sorry this is not an issue, but didn't know where to put it!

Thanks Ruslan0990 for the wonderful tutorial :) A key issue I ran into while trying to assemble my Xamarin.Android application was that using this method for streaming Bluetooth data was difficult.

Luckily, I only needed to refresh the graph at 10 Hz, so I put Bluetooth Classic data streaming on a separate thread, and then refreshed the graph using a Timer class object refreshing every 100ms.

Quick fix that took a while to find! It's not the neatest solution, but it works. Will share any other updates I have! Not sure whether I'm permitted to share my work on GitHub just yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant