Difference between revisions of "Arduino 1602 LCD Shield"
(Created page with "==Overview== ==Features== ==Specifications== ==Electrical Characteristics== ==Pins description== ==Download== ==Useful Links==") |
(→Overview) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
− | + | [[File:1602 LCD SHIELD.jpg|thumb|400px|right]] | |
+ | This Arduino 1602 LCD Keypad [[shield]] is developed for Arduino compatible boards, to provide a | ||
+ | user-friendly interface that allows users to go through the menu, make selections etc. It consists | ||
+ | of a LCD1602 white character blue backlight LCD. The keypad consists of 5 keys — select, up, right, | ||
+ | down and left. To save the digital IO pins, the keypad interface uses only one ADC channel. The | ||
+ | key value is read through a 5 stage voltage divider. | ||
+ | |||
+ | Go shopping [http://imall.iteadstudio.com/im120417018.html Arduino 1602 LCD Shield (IM120417018)] | ||
==Specifications== | ==Specifications== | ||
+ | {| border="1" | ||
+ | |||
+ | | PCB size||82.8mm X 56.6mm X 1.6mm | ||
+ | |- | ||
+ | | Power supply||5V DC | ||
+ | |- | ||
+ | | RoSH||Yes | ||
+ | |} | ||
==Electrical Characteristics== | ==Electrical Characteristics== | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | align="center" style="background:#f0f0f0;"|'''Parameter''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Min.''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Typical''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Max.''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Unit''' | ||
+ | |- | ||
+ | | Power voltage||4.5||5||5.5||VDC | ||
+ | |- | ||
+ | | Input voltage VH (Target Voltage = 3.3V)||3||3.3||3.6||V | ||
+ | |- | ||
+ | | Input voltage VH (Target Voltage = 5V)||4.5||5||5.5|| | ||
+ | |- | ||
+ | | Input voltage VL||-0.3||0||0.5||V | ||
+ | |- | ||
+ | | Current Consumption||||20||40||mA | ||
+ | |} | ||
==Pins description== | ==Pins description== | ||
+ | http://imall.iteadstudio.com/media/wysiwyg/Products/IM120417018_Arduino_1602_LCD_Shield/IM120417018_Arduino1602_LCD_Shield.jpg | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | align="center" style="background:#f0f0f0;"|'''Pin''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Function''' | ||
+ | |- | ||
+ | | A0||Button(select, up, right, down and left) | ||
+ | |- | ||
+ | | D4||DB4 | ||
+ | |- | ||
+ | | D5||DB5 | ||
+ | |- | ||
+ | | D6||DB6 | ||
+ | |- | ||
+ | | D7||DB7 | ||
+ | |- | ||
+ | | D8||RS(Data or signal display selection) | ||
+ | |- | ||
+ | | D9||LCD1602 Enable | ||
+ | |- | ||
+ | | D10||Backlight control | ||
+ | |} | ||
==Download== | ==Download== | ||
+ | [ftp://imall.iteadstudio.com/IM120417018_Arduino_1602_LCD_Shield/DS_IM120417018_Arduino1602LCDShield.pdf Datasheet for Arduino 1602 LCD Shield] | ||
+ | |||
+ | [ftp://imall.iteadstudio.com/IM120417018_Arduino_1602_LCD_Shield/SCH_IM120417018_Arduino1602LCDShield.pdf Schematic for Arduino 1602 LCD Shield] | ||
+ | |||
+ | [ftp://imall.iteadstudio.com/IM120417018_Arduino_1602_LCD_Shield/DC_Arduino1602shield_democode.zip Demo Code for Arduino 1602 LCD Shield] | ||
==Useful Links== | ==Useful Links== |
Latest revision as of 06:12, 11 June 2014
Contents
Overview
This Arduino 1602 LCD Keypad shield is developed for Arduino compatible boards, to provide a user-friendly interface that allows users to go through the menu, make selections etc. It consists of a LCD1602 white character blue backlight LCD. The keypad consists of 5 keys — select, up, right, down and left. To save the digital IO pins, the keypad interface uses only one ADC channel. The key value is read through a 5 stage voltage divider.
Go shopping Arduino 1602 LCD Shield (IM120417018)
Specifications
PCB size | 82.8mm X 56.6mm X 1.6mm |
Power supply | 5V DC |
RoSH | Yes |
Electrical Characteristics
Parameter | Min. | Typical | Max. | Unit |
Power voltage | 4.5 | 5 | 5.5 | VDC |
Input voltage VH (Target Voltage = 3.3V) | 3 | 3.3 | 3.6 | V |
Input voltage VH (Target Voltage = 5V) | 4.5 | 5 | 5.5 | |
Input voltage VL | -0.3 | 0 | 0.5 | V |
Current Consumption | 20 | 40 | mA |
Pins description
Pin | Function |
A0 | Button(select, up, right, down and left) |
D4 | DB4 |
D5 | DB5 |
D6 | DB6 |
D7 | DB7 |
D8 | RS(Data or signal display selection) |
D9 | LCD1602 Enable |
D10 | Backlight control |
Download
Datasheet for Arduino 1602 LCD Shield
Schematic for Arduino 1602 LCD Shield
Demo Code for Arduino 1602 LCD Shield