Xamarin Forms - DiscoverModules timeout issue
Hello
I'm implementing an application with Xamarin.Forms using the MetaWear C# SDK.
After connecting to the MetaWear device through a bluetooth adapter and creating the MetaWearBoard object, I tried to Initialize the board using - IMetaWearBoard.InitializeAsync method, at some point this calls the DiscoverModulesAsync which throws a timeout exception when it tries to write into a characteristic.
I tried to increase the time but the same issue happened. Also the module that gives me the exception is different every time.
Here is the code from the MetaWear C# SDK:
DiscoverModules:
Execute:
sendCommand:
Did you have any issues like this, or a working solution for Xamarin.Forms?
Thanks
This discussion has been closed.
Comments