Problem with MMS while streaming Accelerometer sensor data (Python)

edited July 2022 in Python

Hello,

I am facing issues with MMS IMU while collecting data from Accelerometer sensor. I used Python Tutorials and ran example codes but everyting when the command acc_get_acceleration_data_signal execute it gives an error: libmetawear.mbl_mw_datasignal_subscribe(signal, None, s.callback)
OSError: exception: access violation reading 0x0000000000000000

I tried other example codes and they worked for gyro(rotation) sensor signal and e.g. libmetawear.mbl_mw_gyro_bmi160_get_rotation_data_signal(device.board)

Kindly let me know why OSError generated when I run script for accelerometer data streaming?
Thanks

Sign In or Register to comment.