I want to use the LSMDS3 drie ut I didn't find it in zephyr, have you an idea about how to work with this driver
I want to use the LSMDS3 drie ut I didn't find it in zephyr, have you an idea about how to work with this driver
These are the sensors supported:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/sensor/sensor.html
So if it's not listed then I suggest to either modify one of the sensor samples that may resemble it, but the preferred may be just to use the i2c api directly to write your own api to read and write to the sensor you want to implement, you can in any case use the existing sensor samples on how to use the i2c api.
Kenneth
These are the sensors supported:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/sensor/sensor.html
So if it's not listed then I suggest to either modify one of the sensor samples that may resemble it, but the preferred may be just to use the i2c api directly to write your own api to read and write to the sensor you want to implement, you can in any case use the existing sensor samples on how to use the i2c api.
Kenneth