-
Notifications
You must be signed in to change notification settings - Fork 30
Description
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.