|
Hi , I am currently running h3droid on my orange pi pc plus . I attached a i2c device to the board . when i run "i2cdetect -r -y 0" it gives correct output as
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- 1b -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- 57 -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
but when i send a write command i2cset -y 0 0x1b 0x0b 0x00 0x00 0x00 0x01 i , it executes but nothing happens
could someone please point my mistake , what do i need to do to get the write command to work . Thank you for the help |
|