Skip to content

I2C bus detect not giving correct result #7

@bugobliterator

Description

@bugobliterator

i2cdetect -r 1 command gives
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- UU UU UU UU -- -- -- -- 5c -- -- --
60: -- -- -- -- 64 -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

This is clearly a wrong response the expected pings were to be from addresses 0x55(Toshiba LED) and 0x77 (Barometer) instead we are getting responses from 0x5C and 0x64. Until this post the result is proved to be this way on two boards on Siddharth's and Victor's board.
i2cset and i2cget also fails to work for all the mentioned addresses.

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