Hello ,
I’m having some problem whit theI2CD communication.
I have connected
3 ina219 (address 0x40,0x41,0x42)
1 oled (0x3d)
1 RTC( 0x68)
to my arduino (cables lest then 20 cm), didn’t use any external pullups
all devices are connected to 5V on the Arduino
when I run the scanner code in the Arduino - I can see al 4 of them without any problem
I wrote a simple code that read all ina and the rtc , then display in the oled . work just fine
now I wan to do the same thing in pythin code using Raspberry pi 4.
but when I connect the same circuit to the PI - it dosen’t work (I have enable the i2c in the setting)
when I connect only the OLED or the ina219 - it’s working for sometime , then stop
I have read and saw that the pi is work only wiht 3.3V
I guess this is the problem ?
Anyone can confirm that ?
also what do I need to do to make it work on the pi ?
the devcies are working on 5V , so SDA&SCL are 5V also , no ?
do I need to use one of this?
https://www.sparkfun.com/products/12009
will this fix my problem?
Thanks ,