Skip to content

Raspberry Pi 3B i2c hardware bug #5

@d0ntrash

Description

@d0ntrash

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.
grafik

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions