Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use MCP9600 on RPi Pico using micropython? #24

Open
DannyGinz opened this issue Mar 13, 2024 · 0 comments
Open

How to use MCP9600 on RPi Pico using micropython? #24

DannyGinz opened this issue Mar 13, 2024 · 0 comments

Comments

@DannyGinz
Copy link

I'm having trouble getting my Pico to find the MCP9600 amplifier via i2C, despite running the ported micropython code created by CurlyTaleGames. From the pimoroni website, the MCP9600 breakout isn't technically compatible with the Pico, but it's an I2C device, so I don't see why it shouldn't be.

I'm not getting a pull-up error, but rather an EIO error. None of the addresses (0x60, 0x66, 0x67) seem to work, nor does changing the frequency. Specifically specifying SCL and SDA pins also does not result in a working I2C connection.

I am using a Pico Breakout Garden for my MCP9600 breakout, and it is connected to a Pico.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant