Hi,
We are using nRF9160 DK. On the Arduino connector, we connected STM X-Nucleo-IKS01A2 sensor shield. We wanted to fetch the sensor values using nRF9160.
What example to be modified to verify this?
Thanks
Sridhar
Hi,
We are using nRF9160 DK. On the Arduino connector, we connected STM X-Nucleo-IKS01A2 sensor shield. We wanted to fetch the sensor values using nRF9160.
What example to be modified to verify this?
Thanks
Sridhar
Hello Sridhar,
Have you seen the shields Zephyr page? It might be what you are looking for.
On the page you will also find links to the sample demonstrating the shield function.
It seems the shield is using the I2C interface to communicate the sensor data.
The TWI API Reference can be found here.
Best regards,
Karl
Hello Sridhar,
Have you seen the shields Zephyr page? It might be what you are looking for.
On the page you will also find links to the sample demonstrating the shield function.
It seems the shield is using the I2C interface to communicate the sensor data.
The TWI API Reference can be found here.
Best regards,
Karl