So, i just wasted an evening trying to make an LCD with i2c work with my picaxe.
I connected the SCL and SDA of the board to the other end on the LCD. (of course not crossing them :P) BTW on the picaxe the pins are: Digital input 3 = SCL; Digital input 4 = SDA, am i right ?
If so, other question is: do i need the two pullup resistors ? i've read somewhere that they're already there on the board. But if so, the pin should be high most of the time, shouldn't it ? testing with my voltmeter reads 0V.
There are always little things that I’ve missed with a new device. Have you checked jumper J1 for I2C use? How about the contrast adjustment, turning it a bit with the device powered? Think it said something about displaaying a time message when the 2 CLK contacts are shorted.
Sort of sounds like a contrast adjustment is needed.
did you ever get this project to work?, I am interested in the idea is the LCD controled by I2C or does it output I2c? I am using the pcf8574 to expand my bs2 project and would love to add LCD if possible…
almost there… Yes, yes, yes you need to add the pull-up resistors, they are not on the LCD modual. Second, as said above, you need the jumper. Third, you must also add/remove the jumper dealing with the voltage level going to the lcd -this one is very important. Also be sure to add some pauses between data sends pause 10 should do it.