Skip to content

Conversation

@caternuson
Copy link
Contributor

Related thread:
https://forums.adafruit.com/viewtopic.php?t=221242

This is most likely related to the automatic sleep behavior of the AM2320 mentioned in the datasheet.

It can show up eventually if you spam scan:

Adafruit CircuitPython 10.0.3 on 2025-10-17; Adafruit Feather M0 Express with samd21g18
>>> import board
>>> import busio
>>> i2c = busio.I2C(board.SCL, board.SDA)
>>> i2c.try_lock()
True
>>> i2c.scan()
[]
>>> i2c.scan()
[]
>>> i2c.scan()
[92]
>>> i2c.scan()
[]
>>> 

But behavior is still Troublesome©®

Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 83e3a57 into adafruit:main Nov 24, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants