qudor
About
- Username
- qudor
- Joined
- Visits
- 73
- Last Active
- Roles
- Member
Comments
-
@Laura said: If you set this to libmetawear.mbl_mw_acc_set_odr(s.device.board, 100.0) It should work just fine. Do you have data to show it does not work? It looks like you didn't check the output in the attached file. there are two…
-
The output when set the odr to 25 and 100 in the attached file
-
@Laura said: Can you share the code you are running? Can you share the data you are receiving that shows 25Hz? this is the code" import sys from mbientlab.metawear.cbindings import * from mbientlab.metawear import MetaWear, libmetawear…
-
works but suddenly stop with error: ( Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) ) when the sampling is 100 and when reducing the sampling for 25 as an example it will work for a longer time than 100 sampling.
-
@Laura said: Looks correct. you might need to post your entire code, I don't think the 100.0 is the issue. there's no more code I used the example in the documentation only
-
@Laura said: You need to make it a boot macro: libmetawear.mbl_mw_macro_record(d.board, 0) <-- must be 0 void mbl_mw_macro_record(MblMwMetaWearBoard *board, uint8_t exec_on_boot) { auto state = GET_MACRO_STATE(board); …
-
@Laura hello!
-
Hi @Laura Unfortunately, I'm not a SWIFT developer and I didn't deal with it before, but I tried my best and updated my code according to the SWIFT example for beacons but it still the same issue. I hope you can help us to solve this problem. …
-
@Laura said: Yes, the macro will get this done. If you aren't successful it is because you programmed the macro wrong. I can already tell this is the issue as your code is missing the end_macro command. Hi @Laura, I end the macro but I s…
-
Thank you @Laura I will try to add "end macro" function and check