I purchased an ADM1602N SerLCD for my project, but I connect it not to the Arduino, but to the Nucleo-L152RE. Can I get documentation for this LCD screen (datasheet, reference manual and electrical scheme) ?
As far as I understand from this circuit diagram at this link, this LCD screen uses two controllers - one is an ATMega328, that receives data via RX, and the second one, that it controls, is the HD44780 controller. And, accordingly, I need to send data to the ATMega328 controller. I’m right ?
Please explain to me how Arduino works with this LCD screen. Does Arduino first load a certain bootloader via this RX leg into the ATMega328 processor? Because simply transmitting characters from my Nucleo board doesn’t work.
If I installed baudrate 9600 and 8N1 package, as well as Single Wire transmission mode on my Nucleo board for USART, then what else could prevent the ATMega328P processor from correctly processing the sent characters?
And further. When I connect the LCD to a voltage of 3.3V, I see the splash logo for half a second, does that mean everything is working properly?
Should work with any device that sends the correct data. How is the display connected to your device? Have you confirmed your device is actually sending serial data?