Hi Everyone,
I'm using nrf52832(SOC) and LIS3DH accelerometer to get a motion detection.
I need simple code to get accelerometer data only using I2C communication.
Waiting for your valuable suggestions...
Thanks & Regards,
Yuvaraj
Hi Everyone,
I'm using nrf52832(SOC) and LIS3DH accelerometer to get a motion detection.
I need simple code to get accelerometer data only using I2C communication.
Waiting for your valuable suggestions...
Thanks & Regards,
Yuvaraj
Thank you Amanda... And sorry for delay...
I'm enabled the UARTbackend.
And I seen that question but, still i can't get to print a data to my console(Segger Embedded Studio).
I want to find if the LIS3DH is properly working or not, for that i need to print the axis values.
How to test my accelerometer?
Regards,
Yuvaraj
Hi,
If you want it to be printed in SES console, you need to enable logging over RTT.
NRF_LOG_BACKEND_RTT_ENABLED set to 1 in sdk_config.h
-Amanda