MetaWear-SDK-Python
MetaWear-SDK-Python copied to clipboard
MetaWear Python SDK - Linux / Windows - Python3
In docs/source/metawearboard.rst you mention State, but this object was never defined: ``` Connection State Get the state of the SDK connection. d = MetaWear(address) d.connect() print((State(d))) ``` Where is State...
Not really a major issue, since it's in an error handler, but the variable `kwarg` should be `kwargs`. _Edit: Looks like it might be a bit more major, other people...
Has anyone experienced issues with packet loss when using the MetaMotionR and the MetaMotionR+ sensors? Furthermore, what is the best way to decrease packet loss when using these sensors? Thanks.
In __init__.py is in line 74 in create_voidp() is in if kwarg instead of kwargs. This leads to a NameError that always occurs and thus the function is no longer...
The `metawear` pip package targets `any` platform, yet within the package is `libmetawear.so`, which targets Linux x86 **32bit** platform. Thus on a 64-bit Linux distro I get the error: ```...
Fixed typo in __init__.py
I need to change name of device. I change it using a method in the api, but after the battery runs out, the device name returns to default. I tried...
Hi, While trying to use the python api to log data from a Metawear sensor I ran into the following issue : ` File "_ctypes/callbacks.c", line 232, in 'calling callback...
This library doesn't compile from pip install metawear, the solution is to upgrade the version of nlohman json library, the latest stable seems to work without issues. Please update the...