Hace unas horas me llego mi LCD 16x2 con el modulo I2C, solde los pines, todo bien hasta el momento de probar que tal funcionaba, no logre hacer que me muestre la temperatura que captaba mi lm35.
El LCD prende el backlight, pero solo enciende la primera fila, la segunda fila no.
probe en variar el contraste y nada.
cual es el problema y como lo puedo solucionar?
Google translation:
A few hours ago I reached my 16x2 LCD module with I2C, solder pins, all good so far prove that such work, fails to show me that caught my LM35 temperature.
The LCD backlight turns, but only turns on the first row, the second row.
probe to vary the contrast and nothing.
what is the problem and how can I fix?
You must:
- establish the correct address for the I2C module
- on the I2C module you must determine the relationship between its IC pins and the pins going to the LCD.
- use a reliable I2C LCD library.
There are numerous threads in this section of the forum that deal with all three of these tasks.
Don
Hola para poderte ayudar podrias postear tu código para ver donde podria estar el fallo asi como un diagrama de conexiones de tu circuito para ver si todo esta en orden
floresta:
Google translation:
A few hours ago I reached my 16x2 LCD module with I2C, solder pins, all good so far prove that such work, fails to show me that caught my LM35 temperature.
The LCD backlight turns, but only turns on the first row, the second row.
probe to vary the contrast and nothing.
what is the problem and how can I fix?You must:
- establish the correct address for the I2C module
- on the I2C module you must determine the relationship between its IC pins and the pins going to the LCD.
- use a reliable I2C LCD library.
There are numerous threads in this section of the forum that deal with all three of these tasks.
Don
También considera lo que el colega de arriba te menciona, te ayudare a traducirlo:
- Que estes estableciendo la dirección I2C del modulo en tu sketch.
- Que te asegures de estar usando una librería para usar display por i2c "LiquidCrystal_i2c" Creo que se llama si no mal recuerdo.
- Que Estes conectando los pines SDA y SCL correctamente a los pines para usar i2c que contiene el arduino.
Código?
El codigo es el ejemplo que da la libreria LiquidCrystal_I2C.h
en concreto es el hello world.
mi conexion es SDA al pin anologo A4 y SCL al pin anologo A5.
cual podria ser mi error?
Entonces usa el scanner I2C y busca la dirección de tu LCD
Hola, estuve hablando con quien compre el LCD y parece un error de fabrica, me lo cambiaran.
Gracias igual por tu respuesta.
por favor me podrias ayudar en esto?
http://forum.arduino.cc/index.php?topic=345135.0
Gracias
Ayudanos leyendo las normas, luego de mi parte, lo consideraré.