-
Booting the GL-AR750, I can see that the gpio-based I2C controller is set up with the expected pins 16 and 17:
```
[ 0.147948] gpio-17 (sda): enforced open drain please flag it properly in DT/ACP…
-
Steps:
1. Connect Jade Pebble and VL53L0X using Stemma cable
2. Initialize VL53L0X using 0x52 address using CircuitPython
`ValueError: No I2C device at address: 0x52`
There are 6 sensors on th…
-
Hi all,
I am trying to access a TPM connected to the i2c bus 0 from U-boot without any success. I have a custom board with a CM4 and I am using Scarthgap release. The i2c bus used is 0 connected t…
-
Using MicroPython 1.24. Copied the pcf8574.py file into my ESP32 module, happen to be using thonny IDE. Run the following code...
```
import pcf8574
from machine import I2C
#
theI2C = I2C(0)
…
-
The menu setting to force use of the legacy i2c driver is ignored by driver/i2c_bus
![Screenshot from 2024-09-16 16-24-46](https://github.com/user-attachments/assets/fa97b486-f61b-4554-9176-6cdf8d3…
-
Hi Simon,
I'm trying to control an MCP4441 chip using a Raspberry Pi, and I'm having some issues. I've been using your [repository/library] as a reference, but I'm not getting the expected results.
…
-
Hello,
came across your lovely project here and wanted to use instead of my cp2112 as a generic i2c interface.
First thing for me usually is to see if any devices get detected on the connected Bu…
-
I don't think this is a case of bad corsair naming (at least I hope not) driver in lsusb is usbhid.
```
$ sudo liquidctl list --debug
[DEBUG] (cli) (main): version: liquidctl v1.8.1
[DEBUG] (cli…
-
Hi,
I have noticed on my Giga R1 Wifi with Display Shield that my system hard faults when left running. Sometimes it's just after boot and other times it takes many hours.
In tracking this dow…
-
Since this crate has features for std, by default it does not use std. Unfortunately all the (few, yet sufficient) examples use std:
```
let pca = Pca9548a::::new(i2c_bus, BASE_ADDRESS);
```
T…