Arduino Uno I2c master slave scenario - Help understand
hello all,
i preperaring use i2c between uno, ds1302 , 16x2 lcd display , wonder how slave address determined
thanks
i preperaring use i2c between uno, ds1302 , 16x2 lcd display , wonder how slave address determined
thanks
ds1302 ? sure ? not i2c.
the i2c slave address set inside chip manufacturer. fixed.
to more flexible, chips have pins able select other i2c slave address.
the i2c_scanner sketch sniffs i2c bus devices.
http://playground.arduino.cc/main/i2cscanner
the i2c slave address set inside chip manufacturer. fixed.
to more flexible, chips have pins able select other i2c slave address.
the i2c_scanner sketch sniffs i2c bus devices.
http://playground.arduino.cc/main/i2cscanner
Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Arduino Uno I2c master slave scenario - Help understand
arduino
Comments
Post a Comment