
Abdun Nafay
Pakistan
Asked
— Edited

I recently bought this IMU (inertial measurement unit): http://www.amazon.com/Kootek%C2%AE-Arduino-MPU-6050-gyroscope-accelerometer/dp/B008BOPN40#productDetails
Now I want to read the values from the i2c port in C#.
Please advice.
Thanks!
@Rich i am stuck with the register descriptions, if you can help me out with it.
Sorry but I don't have the time to read the datasheet at the moment. The datasheet should tell you everything you need to know, if it doesn't you could try contacting the manufacturer and asking for their assistance - all manufacturers I've been in contact with have been very helpful to be honest.
and @DJ Sures this is what this guy has done in C:
www.botched.co.uk/pic-tutorials/mpu6050-setup-data-aquisition/
I translated the MPU6050_Test_I2C() method in the following way:
byte[] ret = ezB_Connect1.EZB.I2C.Read(EZ_B.I2C.ReadArgsEnum.Auto, 0x75, 1);
Since 0x75 is the read only register which returns 0x68. But I am getting 0xff! any help?
@Rich have a look at the link I have posted above. Maybe that would be time saving. and thanks for the help!
and @DJ in the latest SDK, the I2C.Start() and I2C.Stop() methods aren't available, so is that the reason that I am not being able to retrieve values?
thanks everyone, now I did it finally!
thanks everyone, now I did it finally! Smile