Marc
About
- Username
- Marc
- Joined
- Visits
- 57
- Last Active
- Roles
- Member
Comments
-
Hi Eric, Debug is now working with this last commit. Many thanks!
-
Hi Eric, Thanks for the quick answer. It was my fault. I had a dangling pointer and board was already invalid when I called tear down. However, I could not debug the library compiled with the debug flag "-g". It seems that library don't have debug…
-
Thanks Eric. I've read it, but it is still not clear for me. In the thread, you say that firmware can send 3 data samples per BLE packet, but that is not a rule, isn't it? I can see groups of 1 sample, 3 samples, 6 samples... It seems like BLE firm…
-
Hi Eric, Thanks. It seems that was my problem. I can now communicate with the board. Just to confirm how it works, documentation says: "Enable notifications on that characteristic and call mbl_mw_metawearboard_notify_char_changed whenever the Met…