Skip to content

Commit 83e3a57

Browse files
authored
Merge pull request #31 from caternuson/add_am2320
Add AM2320 to troublesome chips
2 parents 6847fdc + 00f95ad commit 83e3a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

troublesome_chips.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Some sensors or chips have non-standard behavior that causes issues when
44
trying to use I2C. Here's a few of the ones to watch for
55

66
- AGS20MA - Use a bus speed of 20-30 kHz.
7+
- AM2320 - Automatic sleep behavior causes unreliable scanning.
78
- ATECCx08 - Use slow-speed I2C to get out of sleep mode.
89
- BNO055 - Uses clock stretching, violates I2C protocol timing in some cases, and sometimes needs to be reset. Does not work well on i.MX RT10xx chips. Does not work well with ESP32, ESP32-S3 before ESP-IDF 5.3.2. Use CircuitPython 9.2.2 or later.
910
- BNO085 - Uses clock stretching, violates I2C protocol timing in some cases, and sometimes needs to be reset. Does not work well on i.MX RT10xx chips, ESP32, ESP32-S3.

0 commit comments

Comments
 (0)