Skip to content

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

@DannyGinz

Description

@DannyGinz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions