This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:practical:hardware:taltech:arduino:scenarios:lcd [2025/07/18 11:02] – ingmar05 | en:iot-open:practical:hardware:taltech:arduino:scenarios:lcd [2025/09/02 11:42] (current) – raivo.sell | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| ====== Using LCD Display ====== | ====== Using LCD Display ====== | ||
| + | {{: | ||
| - | An alphanumerical | + | An alphanumeric |
| This scenario guides you through displaying text on the LCD using Arduino. | This scenario guides you through displaying text on the LCD using Arduino. | ||
| ===== Prerequisites ===== | ===== Prerequisites ===== | ||
| - | * Familiarize yourself with Arduino hardware reference. | + | * Familiarize yourself with the Arduino hardware reference. |
| * Install the LiquidCrystal library (built-in Arduino library). | * Install the LiquidCrystal library (built-in Arduino library). | ||
| ===== Hardware Connections ===== | ===== Hardware Connections ===== | ||
| - | | LCD Pin | Arduino Pin | | + | ^ LCD Pin |
| - | |---------------|-------------| | + | | RS |
| - | | RS | 8 | + | | EN |
| - | | EN | 9 | + | | D4 |
| - | | D4 | 4 | + | | D5 |
| - | | D5 | 5 | + | | D6 |
| - | | D6 | 6 | + | | D7 |
| - | | D7 | 7 | + | | Buttons Input | A0 |
| - | | Buttons Input | A0 | | + | |
| - | ===== Suggested Knowledge Resources ===== | ||
| - | * Arduino basic programming fundamentals. | ||
| - | * [[taltech: | ||
| ===== Task ===== | ===== Task ===== | ||