-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Regarding the i2c hardware bug.
I use a Raspberry Pi 3B in my setup and tried to solve the issue as described in the known issue section. Unfortunately, that didn't help.
I still had the problem that sometimes the ACK coming from the PI was not recognized by the Teensy.

I the end I solved it by using the i2c_gpio bitbang kernel module instead of the hardware implementation.
To do so, I replaced
dtparam=i2c_arm=on,i2c_arm_baudrate=100000
by
dtoverlay=i2c-gpio,i2c_gpio_sda=2,i2c_gpio_scl=3
in the config file '/boot/config.txt'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels