Bacaksiz_1907
About
- Username
- Bacaksiz_1907
- Joined
- Visits
- 63
- Last Active
- Roles
- Member
Comments
-
@Laura said: I recommend getting familiar with the Python language by doing some tutorials: https://www.programiz.com/python-programming/methods/built-in/print Please note you should be a confident developers when using our APIs. t…
-
?
-
I cannot see any value output of the code. I want to see button state press or not . I didnt find any code in this topic on the internet.
-
-
I used Sensor Fusion, but I have a problem. When I first ran the code, this code calculated the value correctly. Now, the code is running but cannot calculate the values. Is there any suggestion in this problem?
-
*expected behavior:When I rotate the sensor 90 degrees in any axis, I want to see see this angle on the data I received from the sensor. *actual behavior:When I rotate the sensor any axis, I cannot see proper value on the data. *I think this code…
-
M_data=parse_value(data,n_elem = 2) in here, I cannot understand n_elem=1 or 2.
-
gyro_stream code states = [] d = MetaWear('XXXXXX') d.connect() print("Connected to " + d.address) states.append(State(d)) for s in states: print("Configuring device") libmetawear.mbl_mw_settings_set_connection_parameters(s.devic…
-
*
-
Laura ? Eric?
-
def data_handler(self, csv, data): datax=parse_value(data).x datay=parse_value(data).y dataz=parse_value(data).z I have noticed that the data I have received does not include x, y, and z angle information. Is there any suggestion i?
-
modify of acc_stream code[examples] def __init__(self, device): self.device = device self.samples = 0 self.callback = FnVoid_VoidP_DataP(self.data_handler) def data_handler(self, csv, data): datax=parse_value(data).x datay=p…