electronicayciencia / EasyMCP2221

The most complete Python library to interface with MCP2221(A).
https://easymcp2221.readthedocs.io/
MIT License
15 stars 3 forks source link

EasyMCP2221.exceptions.NotAckError: Device did not ACK. #16

Closed KelvinSan closed 2 months ago

KelvinSan commented 2 months ago

Question is this library compatible with the BME680 or BME688, everytime I run the example i get this error

raise NotAckError("Device did not ACK.")

EasyMCP2221.exceptions.NotAckError: Device did not ACK.

Thanks for your time in advance

electronicayciencia commented 2 months ago

I don't have that chip, so I don't know. But I don't see any reason why it wouldn't be supported. Check Basic weather station for an example with a BME280.