atonino
About
- Username
- atonino
- Joined
- Visits
- 104
- Last Active
- Roles
- Member
Comments
-
Hi Matt, yes it does work in count mode. Do I understand correctly: there is no way of adding a timestamp to the quaternion signal to fix transfer hiccups? I'll try to use count mode to recreate the timestamps. thanks
-
Hi ryan, I am able to use the anon. download function with the most current cpp and py revision on github. Also, mbl_mw_logger_lookup_id does work. But only if I used anonymous download first. Otherwise it still errors with Process finished …
-
Hi ryan, thanks. I was able to use the most current state of the c++ library. At first glance it looks promising. I was able to use anonymous download. I need to do more testing. I will follow up next week. thanks Alex
-
Can anyone help me? Reconnecting to a already running processor/logger is quite a important step for our project. This enables us to not have any (major) data loss.
-
Hi Ryan, thank you for your input. I tried to switch this two commands. However, I cannot see any difference in behavior of the script. For Problem 1: The script fails at while waiting for self.anonymous_signal_event set in the self.anonymous_si…
-
Anyone who can help me? Do you need more information? Anything basic I've missed?
-
@Laura said: Hey @atonino, can you confirm your fix? yeah sure. sorry: create_voidp_int(lambda fn: libmetawear.mbl_mw_macro_end_record(board, None, fn)) needs to be changed to macro_end_callback = FnVoid_VoidP_VoidP_Int(lambda ctx,…
-
Here is the script
-
Okay I see. That makes a lot of sense. I was just confused by the documentation which mentions * Reset the default orientation of the board. * Works while sensor fusion is running or off. Works for NDOF and IMUPLUS only. than…
-
Thank you. It works now.
-
Isn't that done in this line? libmetawear.mbl_mw_macro_record(board, 1)
-
Are there any updates on this issue?
-
Hi Laura, Now I am able to connect to the sensors again. However, trying to update the sensor fails with the message: Is there a quick fix for that? Thanks!
-
hey @Laura, I've done some more testing with reduced datarate during transmission. I tested 3 MMS sensors and one old MMR sensor I had lying around. It seems that there is an error in the sensor fusion part. The reduction of sent packages didn't cha…
-
Hi, for anyone who is interested in the messages needed to make this happen: configuration = [bytearray(b'\x19\x02\x01\x12'), # sensor fusion bytearray(b'\x03\x03\xa8\x02'), # accelerometer range bytearra…
-
Quick Update: I am able to stream ACC and QUAT data using the python example scripts of the python API.