| The Following User Says Thank You to caco3 For This Useful Post: | ||


| The Following User Says Thank You to jalyst For This Useful Post: | ||


















| The Following User Says Thank You to marmistrz For This Useful Post: | ||
| The Following User Says Thank You to jalyst For This Useful Post: | ||
| The Following User Says Thank You to Creamy Goodness For This Useful Post: | ||



















| The Following User Says Thank You to pycage For This Useful Post: | ||
RM680-22-6_PR_RM680:~# i2cdetect -r 2
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-2 using read byte commands.
I will probe address range 0x03-0x77.
Continue? [Y/n]
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- UU --
10: UU -- -- -- -- -- -- -- -- UU -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: UU -- UU -- -- -- -- UU UU -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- UU -- -- -- --
50: -- -- -- -- -- 55 -- -- -- -- -- -- -- -- -- --
60: UU -- -- -- -- -- -- -- -- -- -- 6b -- -- -- --
70: -- -- -- -- -- -- -- --
RM680-22-6_PR_RM680:~# echo " · "UU". Probing was skipped, because this address is currently in use by a driver. This strongly suggests that
> there is a chip at this address.
> "
· UU. Probing was skipped, because this address is currently in use by a driver. This strongly suggests that
there is a chip at this address.
RM680-22-6_PR_RM680:~#
RM680-22-6_PR_RM680:~# i2cdump 2 0x6b
No size specified (using byte-data access)
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-2, address 0x6b, mode byte
Continue? [Y/n]
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: 40 30 0a 51 09 2c 40 ff ff ff ff ff ff ff ff ff @0?Q?,@.........

oopsRM680-22-6_PR_RM680:~# i2cdump 2 0x55
No size specified (using byte-data access)
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-2, address 0x55, mode byte
Continue? [Y/n]
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: 00 00 01 01 3f 31 e0 00 06 00 90 0b 0e 10 da ff ..???1?.?.?????.
10: ce ff 6b 00 e7 9f ff 7f 00 00 0a 00 0a 00 46 0a ?.k.??.?..?.?.F?
20: ca 0d 64 00 64 00 9c ff 0a 00 ff ff 18 fc 64 00 ??d.d.?.?...??d.
30: 00 00 50 fb 20 21 06 00 00 00 07 00 XX XX XX XX ..P? !?...?.XXXX
40: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
50: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
60: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
70: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
80: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
90: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
a0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
b0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
c0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
d0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
e0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
f0: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XXXXXXXXXXXXXXXX
RM680-22-6_PR_RM680:~#
RM680-22-6_PR_RM680:~# stop bme; sleep 3; i2cset -y -m 0x07 2 0x6b 0x01 0x05; while true; do sleep 5; i2cget -y 2 0x6b 0x00; i2cset -y -m 0x80 2 0x6b 0x00 0x80; done
RM680-22-6_PR_RM680:~# i2cdetect -r 2
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-2 using read byte commands.
I will probe address range 0x03-0x77.
Continue? [Y/n]
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- UU --
10: UU -- -- -- -- -- -- -- -- UU -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: UU -- UU -- -- -- -- UU UU -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- UU -- -- -- --
50: -- -- -- -- -- 55 -- -- -- -- -- -- -- -- -- --
60: UU -- -- -- -- -- -- -- -- -- -- 6b -- -- -- --
70: -- -- -- -- -- -- -- --
RM680-22-6_PR_RM680:~# echo " · "UU". Probing was skipped, because this address is currently in use by a driver. This strongly suggests that
> there is a chip at this address.
> "
· UU. Probing was skipped, because this address is currently in use by a driver. This strongly suggests that
there is a chip at this address.
RM680-22-6_PR_RM680:~#