You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: