Skip to content

Commit 1cb9a86

Browse files
authored
BNO055 works with ESP-IDF 5.3.2 and later
1 parent 371256e commit 1cb9a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

troublesome_chips.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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.
77
- ATECCx08 - Use slow-speed I2C to get out of sleep mode.
8-
- BNO055, BNO085 - Uses clock stretching, violates I2C protocol timing in some caes, and sometimes needs to be reset. Does not work well on i.MX RT10xx chips, ESP32, ESP32-S3.
8+
- 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.
9+
- BNO055, 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.
910
- CCS811 - Uses clock stretching.
1011
- LC709203F - Repeated start, clock stretching, sleep mode
1112
- MCP9600 (date codes 1845 or before) - bug: duplicate data from register.

0 commit comments

Comments
 (0)