HowTo: nRF52840 Dongle + 6 Axis IMU connected via SPI -> sending raw data with BLE to MatLab

Hi,

I want to connect "nRF52840 Dongle" via SPI to an 6-Axis IMU (Adafruit ICM-20649 / InvenSense). The collected data (cycle = appx. 10ms) should be sent out with BLE to MatLab.

Is the an example or a comperable project on which I can build on?

For example I am not sure if I should use NRF-Connect or Arduino as platform in VS Code. I have tested both and got e.g. Blinky sketch worked.

Also reading data from IMU sensor and print out on serial terminal was ok with arduino.

Thank you in advance.

Related