sipeed / Maixduino

Arduino port on Maix board ( k210 )
https://maixduino.sipeed.com
Other
215 stars 95 forks source link

Something wrong with I2C #97

Open Kabron287 opened 3 years ago

Kabron287 commented 3 years ago

I'm trying to get working MLX90640 camera with MAIX GO board. I2C pins are 30 - SCL, 31 - SDA. Attached example reads MLX serial number. As could be seen from the attached diagrams, transmit is OK, but received data wrong. So, image and all other datas are corrupted. As ethalon exchange with M5Stack attached. Correct SN is 0608 A233 0185 Normal Bug Test_MLX.zip

Kabron287 commented 3 years ago

When I change to SlowSoftI2C driver, normal communication RESTORED. It is a definite BUG in I2C driver!

LFerOrtiz commented 2 years ago

I have the same problem. The program read the EEPROM data from the sensor, but the data is corrupted.