Driving a 5V I2C touchsceen.
darkxceed
Posts: 34
Hello all,
I have a edip touch screen I used on a siemens C162 proc.(or something like that)·in the past.
Now I want to use it with my prop, using I2C to controll it.
The screen IO is 5V and my prop is 3.3V, will it work when connecting a IO pin from the prop to the SDA of the screen with a 5V/4k7 pull up or do I need something like a max232.
The SDA line has to be bidirectional also.
kind regards,
Bart
I have a edip touch screen I used on a siemens C162 proc.(or something like that)·in the past.
Now I want to use it with my prop, using I2C to controll it.
The screen IO is 5V and my prop is 3.3V, will it work when connecting a IO pin from the prop to the SDA of the screen with a 5V/4k7 pull up or do I need something like a max232.
The SDA line has to be bidirectional also.
kind regards,
Bart
Comments
From the web site "Also, by using an I2C "Level Shifter" you can use the I/O pins with other voltages, e.g., 5V. "
www.rayslogic.com/propeller/Programming/i2c/i2c.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob
I found the ADuM1251 also nice but they cost something like 7euros.
The mosfet solution sounds nice, I will order some of them and test it.