You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the correct I2C transaction to read the ID code (on avr chipset)
we write 0x11 register command to i2c device 0xB, don't stop, then read 3 bytes of data
if we run the same code on ESP32-S2 I get:
(there's a delay due to serial printf)
with wrong data 0xFF
if we go back to avr and turn ON stop (which is incorrect), we get the same resulting trace:
same wrong data