Does any one knows how to read from a 10-bit slave address using the I2C protocol on ESP8266 i need some help
Never heard of a ten bit address for I2C.
Are you sure about this?
See Wikipedia. High 2 address bits or 0x74 in beginTransmission(), followed by low 8 bits. Check that 10 bit addresses are implemented by the Wire library.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.