Hello,
trying this and that with a qwiic relay, first a test on i2ccl then VS using a 9160DK.
(i2ccl -> pip install i2cdriver)
returns a status of 0x00 that relay is not activated.
then in VS,
Status: 0
same as i2ccl
Then when trying to activate the relay with a write,
the relay clicks on ok
But in VS,
There is no click response.
The difference seems to be that i2ccl is sending stop 'p' at the end of the write which Zephyr might not be doing the same.
When trying write and read 0x05 status separately in VS, the result is ok and same as i2ccl without stop.
If it is the missing stop, how best then to get a stop into i2c_write_dt?
thank-you,