Product images are for informational purposes only and may vary slightly depending on the batch and supplier. Product specifications and prices may be subject to change without notice. We do our best to provide accurate and complete product specifications, but they may not be completely accurate. If you encounter any such situation, please let us know.
The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the site.
The specified technical parameters (current, power, etc.) represent maximum allowable values under ideal operating conditions. For safe use and optimal lifespan, it is recommended to operate the product continuously at no more than 50% of the specified maximum values.
LCD1602 module, shield, with buttons, blue
Shield LCD1602 directly compatible with Arduino UNO and MEGA, ideal for menus and quick interfaces thanks to the 6 integrated buttons. It displays 16x2 white characters, has adjustable blue backlight and adjustable contrast from the potentiometer. It operates at 5V powered from the board and uses the HD44780 parallel interface with the LiquidCrystal library.
Shipping by Thursday 27 August
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
We ship from our stock within 24H
You earn points with every order, worth 5%.
Shield expansion board directly compatible with UNO and MEGA development boards that offers, in addition to a standard LCD1602, 6 buttons. This makes the module ideal for menus.
It uses the HD44780 parallel interface and is based on a 1602 LCD display with 16 white characters on 2 lines and adjustable blue backlight.
Specifications:
Power supply: 5VDC, directly from the development board when used as a shield
Library: Arduino LCD 4 bits
Color: Blue
Characters: 16 on 2 lines (1602), alphanumeric
Character color: White
Buttons: 6
Dimensions mm: 80 x 59
Use:
Insert the shield over the UNO R3 board.
Connect the UNO board to the PC and upload the code.
The multi-turn potentiometer is used to adjust the contrast.
Example:
To compile the code, it must be taken into account that the LCD is connected in parallel, which is why the LiquidCystal.h library will be used, with the following pins assigned:
| Parameter | Meaning | Arduino pin |
|---|---|---|
| r | Register Select | 8 |
| It is | Enable | 9 |
| D4 | Date 4 | 4 |
| D5 | Date 5 | 5 |
| 6 | Date 6 | 6 |
| D7 | Date 7 | 7 |
Example code:
#include
// Pins used by the LCD shield (RS, E, D4, D5, D6, D7) LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
void setup() { lcd.begin(16, 2); // Initialize the LCD with 16 columns and 2 rows lcd.setCursor (0, 0); // Cursor on the first line lcd.print("Hello, World!"); // Display the text lcd.setCursor (0, 1); // Cursor on the second line lcd.print("Arduino Shield :)"); // Display another message }
void loop() { // Nothing to do here } |
Produs destinat utilizarii in proiecte electronice, automatizari, prototipare, educatie si cercetare.
Produsul trebuie utilizat numai conform specificatiilor tehnice mentionate in descriere si/sau in documentatia produsului.
Avertismente generale de siguranta:
Nu utilizati produsul la tensiuni, curenti sau temperaturi peste valorile specificate.
Montajul si conectarea trebuie realizate de persoane cu cunostinte tehnice minime in domeniul electric/electronic.
Evitati scurtcircuitele, inversarea polaritatii si conectarea gresita a alimentarii.
Nu lasati produsul alimentat nesupravegheat in timpul testelor.
Produsul nu este jucarie si nu este destinat copiilor.
Pentru modulele electronice, se recomanda utilizarea in carcase, panouri sau montaje protejate, dupa caz.
Identificare produs:
Denumirea produsului, codul/SKU-ul si caracteristicile tehnice sunt mentionate in pagina produsului si/sau pe eticheta ambalajului.
Producator / Importator / Distribuitor:
Sigmanortec S.R.L.
Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania
E-mail: [email protected]
Website: www.sigmanortec.ro
Persoana responsabila in UE:
Sigmanortec S.R.L.
Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania
E-mail: [email protected]
Documentatie si siguranta:
Pentru informatii suplimentare, fise tehnice, declaratii de conformitate sau instructiuni, ne puteti contacta la [email protected].