Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

LCD nothing displays - RX boards.
#3

Hi,
I found LCD I2C address as 0x3F.
The LCD worked.
Step 1 was passed. Smile
Thanks.

(22-05-2015, 22:11)Werk_AG Wrote:  HI

Your user config options semms ok.
Almost all serial LCD modules by default use address 0x27.
The best way to find it is using the attached Arduino sketch. It will show the address of all I2C modules in your RX unit.

You should get something like this:

Quote:Scanning...
I2C device found at address 0x27 !
I2C device found at address 0x57 !
I2C device found at address 0x68 !
I2C device found at address 0x77 !
done

0x27 -> LCD module
0x57 -> Eeprom on RTC module
0x68 -> RTC
0x77 -> BMP180 or BMP085 module

Also check if you have not reversed SDA and SCL lines.
Reply


Messages In This Thread
LCD nothing displays - RX boards. - by hamix - 22-05-2015, 20:38
RE: LCD nothing displays - RX boards. - by werk_ag - 22-05-2015, 22:11
RE: LCD nothing displays - RX boards. - by hamix - 23-05-2015, 14:28
RE: LCD nothing displays - RX boards. - by werk_ag - 23-05-2015, 15:15
RE: LCD nothing displays - RX boards. - by hamix - 24-05-2015, 13:58
RE: LCD nothing displays - RX boards. - by werk_ag - 24-05-2015, 21:39
RE: LCD nothing displays - RX boards. - by hamix - 25-05-2015, 08:13
RE: LCD nothing displays - RX boards. - by zitoune - 26-06-2015, 17:47
RE: LCD nothing displays - RX boards. - by werk_ag - 26-06-2015, 19:52
RE: LCD nothing displays - RX boards. - by zitoune - 30-06-2015, 15:50
RE: LCD nothing displays - RX boards. - by werk_ag - 30-06-2015, 17:58
RE: LCD nothing displays - RX boards. - by zitoune - 03-07-2015, 12:15
RE: LCD nothing displays - RX boards. - by werk_ag - 04-07-2015, 03:27



Users browsing this thread: 1 Guest(s)