Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Can I connect like this ?

Status
Not open for further replies.

pic.programmer

Advanced Member level 3
Joined
Aug 19, 2015
Messages
773
Helped
141
Reputation
284
Reaction score
140
Trophy points
43
Activity points
7,531
I want to use I2C LCD with Arduino Mini Pro 3.3V. Arduino runs at 3.3V and LCd is powered from 5V but I am using readily available I2C LCD modules which have pullups on I2C lines connected to 5V. So, Can I connect 5V pulled I2C lines to 3.3V I2C lines of Arduino ?
 

Hi,

Simple answer: read the arduino's microcontroller datasheet.
(If you ask me for a yes/no answer, I need to do the same)

Check what's the max signal input voltage for the I2C pins, when supply voltage is 3V3.

Often with microcontrollers the max inout voltage is VCC + 0.5V or so...

With dedicated I2C chips it is often 5.5V (independent of supply voltage).
I2C input threshold is similar to TTL levels (0.7V, 2.0V).
With this the I2C chips are compatible, they can be mixed woth 2.5V, 3.3V and 5V supplies and the pullups can also be connected to 2.5V, 3.3V and 5.0V.

Klaus
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top