As described in heading
For Arduino MEGA both DS3231 and LCD data lines are having same pins
How to connect both at the same time if required for any kind of purpose
where TM1637 type display and LCD has a parallel usage ??
As described in heading
For Arduino MEGA both DS3231 and LCD data lines are having same pins
How to connect both at the same time if required for any kind of purpose
where TM1637 type display and LCD has a parallel usage ??
Why? Usually the interfacing library is given the pins used. Using different pins ought to be no issue.
In the same manner as everybody else does for devices on the I2C bus - q. v., and assuming display is actually an I2C device.
The library examples demonstrate this. The worst that can happen is that you will need an I2C sniffer to get the identification of the device..
The TM1637 a none I2C device to control a 7 segment LED display. It will not play well with I2C devices on the I2C bus.
Ya it deals just with both i2c device only which is about to connect at same terminals with their respective data pins
But in WOKWI its not selecting other pins
For both the device the system shows a white dot at same terminal to connect
i2c sniffer means ??
What is that actually ?
A hardware ?
Sniffer.... there is a library 4480.... that does the sniffing. I'll post it from the pc.
WOKWI? Some kind of Woodoo for me.
Online simulator for virtual Arduino etc systems !!!!!!!!!
Sorry but not my game. Too often there are differences between simulators and reality. I use the real world.
Try here
I have never used it, never having had the problem. It has always been 0x68 for the RTC and 0x27 for the LCD, and I'm surprised it's not the same in your code - which I don't recall seeing.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.