hbldh / pymetawear

Community developed SDK around the Python bindings for the C++ SDK

Home Page:https://hbldh.github.io/pymetawear/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetooth connection fails

cb2411 opened this issue · comments

Established connection (pygatt or pybluez) fails after random periods of time - particularly short if connected to multiple metawears and using acc, mag, gyr.

I am aware of this, but it is nothing I can do from PyMetaWear. All connection handling is in the backend packages, and nothing I can improve by making changes in PyMetaWear.

If you need multiple MetaWears connected and handle multiple signals I would use iOS or Android libraries instead; Bluetooth LE on mobile is much more stable in my experience.