Question
Enable I2C between MKI245KA and AT-Mega
I recently bought the STEVAL-MKI245KA, consisting of an ad hoc PCB mounting the ISM330BX 6-axis IMU, which is connected through flat cable to a generic adapter board (STEVAL-MKIGI06A). I am trying to enable I2C commincation between the adapter board and an Arduino Mega, however, even after I connect the pins according to the datasheet of the components, when I run an I2C scanner on the Arduino, there are no devices detected. Here are my pin connections:
Adapter Board | Arduino | |
| 1 | VDD | 3.3V |
2 | GND | GND |
3 | SCL | SCL |
4 | SDA | SDA |
5 | CS - VDDIO | |
6 | SDO | 3.3V |
The adapter board is mounted on a DIL 24 pin socket, which is then placed on a breadboard.
What am I doing wrong? I want to read and use the IMU readings, any suggestions on how I can do this any other way?
