Hello,
I am currently testing ADIS16448AMLZ IMU sensor with Analog device IMU evaluation program 1.13.0.
I am able to monitor the live data through the windows.
However, when I click on data capture and save the data with CSV file, the recorded data does not correspond with the live data.
Also, it is saving more data than the number that I input for the record length.
How can I solve this problem?
This is my register access hex value.
XGYRO_OUT | 0x08 |
YGYRO_OUT | 0xFFFE |
ZGYRO_OUT | 0x02 |
XACCL_OUT | 0x02 |
YACCL_OUT | 0x29 |
ZACCL_OUT | 0x4A9 |
XMAGN_OUT | 0x0E |
YMAGN_OUT | 0xE5 |
ZMAGN_OUT | 0xEF37 |
BARO_OUT | 0xAB5C |
TEMP_OUT | 0xFFBE |
XGYRO_OFF | 0x00 |
YGYRO_OFF | 0x00 |
ZGYRO_OFF | 0x00 |
XACCL_OFF | 0x00 |
YACCL_OFF | 0x00 |
ZACCL_OFF | 0x00 |
XMAGN_HIC | 0x00 |
YMAGN_HIC | 0x00 |
ZMAGN_HIC | 0x00 |
XMAGN_SIC | 0x00 |
YMAGN_SIC | 0x00 |
ZMAGN_SIC | 0x00 |
GPIO_CTRL | 0xF00 |
MSC_CTRL | 0x06 |
SMPL_PRD | 0x01 |
SENS_AVG | 0x402 |
SEQ_CNT | 0x02 |
DIAG_STAT | 0x00 |
ALM_MAG1 | 0x00 |
ALM_MAG2 | 0x00 |
ALM_SMPL1 | 0x00 |
ALM_SMPL2 | 0x00 |
ALM_CTRL | 0x00 |
LOT_ID1 | 0x1719 |
LOT_ID2 | 0x1409 |
PROD_ID | 0x4040 |
SERIAL_NUM | 0xE3 |
I have another problem with a different sensor with the same model ID.
This sensor gives me an error saying that "the selected device number, 16448, does not match the PROD_ID register value, 65535, read from the device. Please check your device selection."
Why is it giving me this error?
Thank you.