microsoft / Windows-IoT-Samples

This is the official repo for samples targeting Windows IoT
MIT License
57 stars 33 forks source link

The I2C error about "The transfer failed for an unknown reason". #83

Closed SledaGS closed 2 years ago

SledaGS commented 2 years ago

I’m suffering from a problem with the I2C. https://i.imgur.com/y5PR0Vc.jpg The device could list the I2C info, but W/R would cause the above error message.

We also used a digitizer to capture the output signal with the setting of address 0x53, data 0xff. https://i.imgur.com/9FWb69f.jpg There is only the address. I'm not sure is there something wrong?

SledaGS commented 2 years ago

That's all my mistake. The EEPROM address should be 0x50 in the HW connection. I2C connection is workable.