This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LPSTK-CC1352R: Read Accelerometer data without using sensor controller

Part Number: LPSTK-CC1352R
Other Parts Discussed in Thread: CC1352R

Hi

I'm using a custom version of simple_peripheral code on CC1352R-LPSTK device, to collect sensor data and transmit over bluetooth. In my application the main CPU continues to be active while sensor controller collects accelerometer data, so I am thinking of reducing power consumption by bypassing the sensor controller.

Is it possible to directly take measurements from onboard ADXL363 accelerometer from main CPU without using sensor controller? All examples I have checked use sensor controller to collect accelerometer data. (multi_sensor for example)

A simple example code for connecting and querying the accelerometer would be really helpful.

Thanks,

  • Is it possible to directly take measurements from onboard ADXL363 accelerometer from main CPU without using sensor controller? All examples I have checked use sensor controller to collect accelerometer data. (multi_sensor for example)

    Yes. There are ADXL363 codes in the internet. You need to port it to work for CC1352R.

    -kel