Thank you Krodal,
I did run the I2C scanner and it found the device
------------------ result ---------------
I2C Scanner
Scanning...
I2C device found at address 0x68 !
done
--------------------- result end ------------
and then I run the code from the playground:
http://arduino.cc/playground/Main/MPU-6050#boardsand here is the readout:
--------------------- serial port monitor start -------------
MPU-6050
Read accel, temp and gyro, error = 0
accel x,y,z: -200, -2188, 16080
temperature: 27.471 degrees Celsius
gyro x,y,z : 129, 42, -206,
MPU-6050
Read accel, temp and gyro, error = 0
accel x,y,z: -88, -2256, 16012
temperature: 27.329 degrees Celsius
gyro x,y,z : 119, 61, -198,
--------------------- serial port monitor end -------------
and every time it shows different values.
so what is wrong and and how can I correct it.
thank you