5V or 3.3V ProMini? 5V or 3.3V LCD display (link to product / datasheet can be useful).
No experience with I2C so can say if you're doing something wrong. How do you know that it does not start? Not seeing anything on the display does not necessarily mean that it does not start. Maybe add a simple blink-a-led in the beginning of setup.
as you can see I have put hte setup\loop a blink to the LCD - so I know it doesn't work .
when I turn on the power - the LCD goes blue (So it's working )
simple connection
A4 - SDA
A5 - SCL
VCC - 5V
GND - GND
this is he connection I have ,
now if I disconnect A4 \ A5 - the Pro-Mini is working (I can see on the serial that startup)
but when I put the cable between A4\A5 to the LCD and reset the Arduino - it won't start
david1234:
but up until now , I didn't use any pullup resistors - and everything was working
isn't the device was inside allready the pullup inside?
Yes, the backpack module you cited already has pull-up resistors.
What can cause problems, is connecting a number of modules which each have pull-up resistors, in common, in which case you would actually need to remove the pull-ups from most of them.