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

iOS SDK is dependent on using MetaWearScanner to connect to devices #14

Open
andreasmpet opened this issue Jun 15, 2022 · 0 comments
Open

Comments

@andreasmpet
Copy link

Hi!

I'm currently in the process of implementing a flutter-wrapper around your sensor fusion sensors that are available in the MetawearRL board.

While doing that I noticed to my dismay that the iOS sdk requires you to do the BLE scanning via MetaWearScanner because of the circular dependency between the MetaWear and the MetaWearScanner, whereas the Android-sdk leaves the Bluetooth scanning up to the user.

I understand that you want to make the library accessible for people who are not familiar with the CoreBluetooth, but I think the tight coupling between the MetaWearScanner and the MetaWear class is very limiting to how you can use your SDK.

I hope you'll consider to do something about this limitation in the future.

Cheers!

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