2019-05-14 11:31 PM
I want to read a X,Y,Z values from the LIS3DH Accelerometer(SLAVE) and nrf52832 SOC(Master) using Mbed OS platform.
Can anyone have a example program for this?
Please share with me...
Thanks & Regards,
Yuvaraj
2019-05-17 07:23 AM
Hi Yuvaraj, we have no complete code for LIS3DH interfacing with nrf52832 SOC, but you can check at this link if this code for NRF51822+LIS3DH can be a starting point your desiderata.
Otherwise, I suggest you to start from the github library for arduino nrf5 (SPI or I2C communication) at this other link and integrate in it the LIS3DH libraries for arduino. Regards
2019-05-19 09:17 PM
Thank You Eleon Borlini...