Jump to content
I2Cdevlib Forums

tanujdamani

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by tanujdamani

  1. I went through my connections again, uploading the sketch to the Arduino Uno. and the raw example code worked. It started outputting data. It worked for both my MPU6050 units. TBH im not sure what I did, but it is now working fine. Thanks luisrodenas I am not trying to run the DMP6 example code. Im stuck at the message on the serior monitor showing "DMP ready! Waiting for first interrupt..." Does anyone know what are the next steps?
  2. The Arduino Uno and the MPU that I am using ware opened just 3 days ago. So its can't be that those are not working. However I have another one, I will try it with that one. I also do not have access to any other Board, except Beagle Bone Black, which I will work on at a later time. Since I am not currently in a country that has access to dev boards easily, it will take me sometime to get my hands on anything else. I have another Arduino Uno which I can try with, just to be sure. I will try all the other suggestions as well. Cheers for the reply.
  3. I am using Arduino Uno, Im using the i2cdev libraries found here: https://github.com/jrowberg/i2cdevlib/tree/master/Arduino Im using the example program here: https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050/Examples/MPU6050_raw The connections I made were: MPU6050 - Arduino GND - GND SDA - A4 SCL - A5 VCC - 3.3V (I tried this with 5V as well) I Also tried - Based on information I found around the internet A0 - GND A0 -> 4.7K - GND A0 - Not Connected INT - D2 INT - Not connected Im getting the "Connection Failure" notification and only getting 0's for the Raw Data when i look at the output, when running the example code.
  4. Im stuck in the same place. Connections: GND - GND SDA - A4 SCL - A5 VCC - 3.3V (I tried this with 5V as well) I Also tried - Based on information I found around the internet A0 - GND A0 -> 4.7K - GND A0 - Not Connected INT - D2 INT - Not connected None of there work. Im stuck with the "Connection Failure" notification and only getting 0's for the Raw Data.
×
×
  • Create New...