Page 3 of 3

Re: Gyro/Mpu_Calibration "ESP8266"

Posted: Wed Apr 24, 2019 9:08 am
by pythoncoder
I don't believe the chip they are using is genuine. The purpose of line 105 is to check for a genuine MPU6050 device and it is failing. I'd comment it out and see if you get plausible results but there are no guarantees with Chinese clone chips.

Re: Gyro/Mpu_Calibration "ESP8266"

Posted: Wed Apr 24, 2019 9:29 am
by samerou
pythoncoder wrote:
Wed Apr 24, 2019 9:08 am
I don't believe the chip they are using is genuine. The purpose of line 105 is to check for a genuine MPU6050 device and it is failing. I'd comment it out and see if you get plausible results but there are no guarantees with Chinese clone chips.
@pythoncoder , I appreciated your help , I will wait your update

Re: Gyro/Mpu_Calibration "ESP8266"

Posted: Thu Apr 25, 2019 7:36 am
by pythoncoder
samerou wrote:
Wed Apr 24, 2019 9:29 am
...
@pythoncoder , I appreciated your help , I will wait your update
I think you misunderstand me. I don't intend to remove that line from the GitHub archive: its purpose is to detect fake chips. I'm suggesting that you comment it out in your local copy of imu.py to see if your hardware works in other respects.