Here's an old post regarding the use of a 5v i2c LCD display with the Raduino:
toggle quoted message
Show quoted text
? ??/g/BITX20/message/39966 Summary: The two wire i2c bus is also used to talk to the 3.3v si5351, so we can't operate the i2c bus at 5v. Most i2c devices such as an i2c LCD display will include pullup resistors to 5v, they should be removed. The 3.3v pullup resistors R13 and R14 on the Raduino are sufficient. There should be only one set of pullups on the i2c bus. If you try to put 10 i2c devices (such as LCD displays) on an i2c bus and they all have their own pullups, it won't work.? The open-collector drivers will see too much current. ArduinoLand has been running on 5v for the last 20 years, most of the world has since moved on to 3.3v or less.? So hooking up a newer part like the si5351 to an Arduino Nano is a bit more complicated than it should be. Jerry On Fri, Sep 7, 2018 at 11:15 AM, ajparent1/KB1GMX wrote:
|