Search found 1 match

by uli96
2025-12-24 14:06
Forum: Luckfox Pico-RV1103/RV1106
Topic: i2c1 on luckfox pico max
Replies: 1
Views: 3277

i2c1 on luckfox pico max

Hi, first post here.

I'm trying to read a BME680 sensor, I connected to i2c1 (on i2c1_SDA_M1 pin 11 and i2c_SCL_M1 pin 17). I activated i2c1 and build and flashed the image, now I can see the device when doing a ls /dev/i2c1 but probing with "i2cdetect -y 1" gives me this:

[root@luckfox root ...