benodisee
About
- Username
- benodisee
- Joined
- Visits
- 125
- Last Active
- Roles
- Member
Comments
-
Full reset of the board and extra delay in the code did the trick
-
Hi @Laura , did you have time to look at my question above?
-
Hi @Laura , Sad story, it wasn't the BLE library, it's working fine. Recap: Issue is that the returned dataprocessor is always a nullpointer, which is comming from the state->timeout-Thread. I see that after create_processor a BLE message -…
-
I took a closer look at the code and found when and how the callback function is called from dataprocessor.cpp. While doing this I've noticed something is wrong with my BLE library, in particular when writing with a response required, I suspect that…
-
Hi @Laura , I've been busy with another project since June but I'm picking this back up now. I still haven't resolved this issue, but I got another clue; the reason the program crashes is because the returned MblMwDataProcessor* is always a null …
-
@Laura Any ideas left? You don't have a minimal code sample with the latest sdk for the fuser dataprocessor?
-
@Laura The SDK version I'm using is the latest version 20.1. I've always used this version of the SDK, the #include was an error while making this thread, in the code I've always used the correct #include. I'm following the correct setup proced…
-
@Laura The code snippet came from the cpp-tutorial I've already adjusted it to the new SDK and confirmed that I can read out the accelerometer and gyroscope seperatly, just when I'm trying to use any dataprocessor the program crashes on calling …
-
@Laura Thanks for the response. The javascript version looks identical with the difference that the mbl_mw_datasignal_subscribe takes a MblMwDataProcessor* as argument (similar to the Python API, which I've successfully tested). In the cpp ve…
-
Thanks @Laura ! I managed to get it working, as expected, it was all just bad code. The initialization never got completed, mbl_mw_metawearboard_is_initialized always returned 0 and the initialization callback always return status 16 MBL_MW_STAT…
-
@Laura Not finding it so far... When I call 'mbl_mw_metawearboard_initialize' I see multiple BLE-reads from the board, but nothing containing the accelerometer type. What I get from the board are the following parameters: Line 77: Value read …
-
Okay Thanks Laura! I'll do some digging !
-
Hi @Laura, Thank you for the quick reply. I've added the diagnostics as attachment, looks all fine to me, the accelerometer module is there and has an implementation of 1, which corresponds to the BMI160 = Good. So the less good part is obvious…
-
Hi Laura, thanks for the quick response! Is it a superbad idea to connect both to the same pins in parallel? I might have to print my own case or butcher the standard case (I'm sorry), but that's okay for me.
-
Thanks, figured it out! If it might help somebody: I was running the commands as root but the needed libraries weren't installed globally.
-
Okay thanks!