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 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();
Please let me know anything i am missing?
Regards,
Adrush.