zoo
About
- Username
- zoo
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
Just checking in - any news / progress here?
-
Is there perhaps a previous version of libblepp that's known to work? I installed the latest master version, perhaps being overly optimistic. thanks, -zo
-
@Eric said: The underlying issue is with how the libblepp library is used. We are still looking into it. Cool - thanks for the update Eric -zo
-
@Laura any thoughts on what the issue might be? thanks, -zo
-
If it helps, I can also reproduce by running the stream_data.py example code. I can run python stream_data.py once, and it works just fine. If I try to run it a second time - immediately afterwards - it just hangs on connect. If I soft-reset, t…
-
If it helps, this is a program that consistently requires me to soft-reset: from mbientlab.metawear import MetaWear, libmetawear from mbientlab.metawear.cbindings import * device = MetaWear('F5:70:20:A2:EA:44') device.connect() board = device.b…
-
Hi Eric, thanks for the quick response! Metabase is running on iOS. The code is running on Raspbian, very Ubuntu-like. Soft-resetting it indeed makes the initializing the API error disappear, but since soft-reset now it just hangs indefinitely on co…
-
Hi there, I'm getting an error RuntimeError: Error initializing the API (64) when connecting to my MetaMotionR. From looking at the code, 64 is STATUS_ERROR_ENABLE_NOTIFY, but not sure what that really means. The code that I run to do this is pre…