Not able to read auxiliary sensor data
Hello,
We are interfaced the nrf52811 with LSM6DSO32 through i2c and LSM6DSO32 is connected to Auxiliary(Temperature MAX30208) sensor through mode 2 connection.
here I am able to read the chip id but not able to read the actual temperature data.
and i refereed the following link to create the auxiliary sensor read and write function.
github.com/.../lsm6dso32_reg.c
lsm6dso32_sh_master_set();
lsm6dso32_sh_data_rate_set();
lsm6dso32_sh_cfg_write();
lsm6dso32_sh_read_data_raw_get();
https://github.com/lewisxhe/MAX30208_Library/blob/master/src/MAX30208.cpp
Please let me know anything i am missing?
Regards,
Adrush.
