Using machine.i2c read and write always returns success, even without i2c device connected.
https://python.quectel.com/doc/API_reference/en/peripherals/machine.I2C.html
Using machine.i2c read and write always returns success, even without i2c device connected.
https://python.quectel.com/doc/API_reference/en/peripherals/machine.I2C.html
hi,kit_G
May i ask which peripheral you’re using.
Have you ever tried to measure waveforms with an oscilloscope? Is the waveform normal?
Hello Felix,
I’m using I2C.I2C1, and yes waveforms are correct on both SCL and SDA pins.
It is just the return value, always returns success, like there is no ACK implemented at all.