Skip to content

busdevice setup/init not working on 6.1.0 w/ CLUE nRF52840 #3891

@siddacious

Description

@siddacious

Using the following test code and a SGP40 attached to the CLUEs Stemma QT port,

import board
import busio
import adafruit_bus_device.i2c_device as i2c_device

i2c = busio.I2C(board.SCL, board.SDA)
i2c_device = i2c_device.I2CDevice(i2c, 0x59)
print("i2c_device 'found'")

with 6.0.1 I get:
image

with 6.1.0 Beta 2 I get:
image

The only change here is flashing the new version

Interestingly, an I2C scan works as expected with 6.1.0 Beta 2:
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions