I was trying to get the data of MPU9250 using Arduino Nano 33 BLE Sense Rev2 through the I2C communication module but its showing that the communication is not established correctly. But I have followed all the necessary steps and also connected the SDA and SCL pin according to the pinout diagram. The sensor is working fine because its showing all the data using the Arduino UNO. The Library I am using is MPU9250 by Asukiaa. Anyone knows what is the problem here?
Use the I2C scanner sketch to check if the module is detected or not.
Thank you for replying but its not able to detect the module Using the Arduino Nano 33 BLE sense Rev 2 but its detecting it using Arduino Nano.
That means your connection has some problem or you are using wrong pins.
All the connections I have made using the pinout diagram of Nano 33 BLE Sense Rev2 and all the connections are looking ok as per the diagram. The A4 and A5 are connected to SDA and SCL pin respectively and the 5V out connected to the Vin and the Gnd is connected to the Gnd of the board. I cannot find any error on the hardware as well as the software part.
Then try using some other i2c module with the i2c scanner sketch to make sure your nano BKE is working properly.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.