Can I run two same devices separately on Arduino on I2C? -


My problem is: I have Arduino mega and two 16x2 LCD display with I2C converter on each and I want to show two different texts. On them. Is this possible and if so, how to do it?

An I2C module uses several devices on the same line to separate the hardware address .

Usually your module will have a way to change or a random coded address. If it is the former, then the documentation is your friend. If this is the latter then use the I2C address scanner: find out more.

If you need further information then what should I do, what kind of modules are you using, so that we have a data sheet simultaneously?


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -