This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ICM20648 and nRF52832

Hi everyone,

I am currently working on a project that requires ICM-20648 and nRF52832. Is there an I2C driver available for these devices? The end goal would be to display accelerometer and gyroscope readings via a terminal emulator program like TeraTerm on my laptop.

I found some libraries for MPUxxxx series but none for ICM-20648. It would be great help if someone could point me to some good resources for such a library.

Thanks so much!

Parents Reply
  • So what's the point of using an nRF52 if you're not going to use the BLE?

    There are a lot simpler processors for a simple UART-to-TWI if you don't want BLE!

    Anyhow, as suggested earlier, start with the SDK examples.

    I would suggest that you start with the UART examples to get the comms working with your PC - this will be invaluable for diagnostics later as you get the TWI working ...

    (USB) from the nRF52832

    Note that the nRF52832 itself does not have USB - there is a USB-to-UART converter (in the J-Link-OB) on the PCA10040.

Children
Related