Liquid Crystal Display Arduino

Slides:



Advertisements
Similar presentations
Dual H-Bridge L298N Breakout Board By Marcelo Moraes BIGDOG1971.
Advertisements

Experiment #2: Introduction to Logic Functions and their Gate-Level Hardware Implementations CPE 169 Digital Design Laboratory.
Embedded Programming and Robotics
Embedded Programming and Robotics Lesson 9 Keypad and LCD Display 1.
16x2 LCD Module on DE2-115 數位電路實驗 TA: 吳柏辰 Author: Trumen.
Build A PIC Microcontroller EET 250. End Goal Keypad PIC16F917 LCD Display Keypad RS-232 Sensor.
Assembly of Conductivity Flow Loop EAS 199B living with the lab (in preparation for calibrating conductivity sensor)
Overview What kind of LCD Interfacing the LCD Displaying Text and Numbers Common Issues.
Image of Arduino. Arduino discussion Address issues with circuit walk-through – Electricity, Programming, Arduino Concepts Work on BeatTable (next week)
Digital Outputs LCD Display
Objectives How Microcontroller works
CprE 211 Break-out Board Layout
Basic Stamp Free Pins These pins can be used by the operator for digital Inputs and Outputs Used Pins 0.
1 of 20 Core Arduino Workshop Chris Koehler and Brian Sanders Colorado Space Grant Consortium.
Tweaking Your Simon Adding a photoresistor and changing code Instruction by Pete Lewis.
Presenter: Chia Siong Goh.  A music synthesizer that uses the 8x8 grid of 64 buttons as its user interface to produce sound and emit light.  3 music.
Basic Logic Functions Defined with Truth Tables AND OR Complement ABF ABF AF
Detection Circuit ENGR Lecture. Learning Objectives of Lab  Students will learn about –  Electronic circuit components  Building the binary.
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
David DuemlerMartin Pendergast Nick KwolekStephen Edwards.
Basic Stamp OEM module By Wilmer Arellano. 2  The BASIC Stamp 2 OEM is a discreet component version of the BS2 which may be purchased in kit form. 
Bdps 2 Lecture 2. Circuits and Ohm's Law For resistive circuits.
Praxis I 13 Oct Outline Component & Device Measurement and Instrument Datasheet How to build circuit using breadboard.
Istituto Tecnico Industriale A.Monaco EURLAB Control a Servo Motor If you want to swing an robot arm or … steer a robot you need a special motor (Servo).
Interactive Breadboard Spring 2013 Group 21 - Simon Huynh, Norman Lee, Harrison Hilgers TA Dennis Yuan, Professor Carney.
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
LCD AND LCD INTERFACING. INDEX:-  INTRODUCTION  PIN DISCRIPTION  INITIALIZATION OF LCD  LCD INTERFACING  LCD INTERFACING WITH ATMEGA 32  INTERFACING.
Using a SparkFun™ serial LCD with an Arduino
Arduino Uno – controlling LED strips
Motor board Rework Andre Pool Confidential
Introduction to Physical Computing
Potientiometer By: Engr.Irshad Rahim Memon
Scrolling LCD using Arduino.
Lab 2: Arduino Sensors Topics: Arduino Sensor Reading, Display
LCD Interfacing using Atmega 32
Display Devices 16 x 2 lcd display.
LCD and Keyboard Interfacing
UNIVERSAL COLLEGE OF ENGINEERING & TECHNOLOGY
LCD.
‘SONAR’ using Arduino & ultrasonic distance sensor
Arduino Basics Rajeev Dwivedi, PhD.
Roller Coaster Design Project
Electronic Education Kits
Praktikum Mikrokontroler
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
Visual Instructions.
Chapter 2 Push button and Potentiometer
LCD and Keyboard Interfacing
How a 555 Timer Works Objectives:
LCD and Keyboard Interfacing
Arduino Board.
LCD and Keyboard Interfacing
LCD and Keyboard Sepehr Naimi
Introduction to Digital System and Microprocessor Design
Arduino Switch Soldering 2
Dual H-Bridge L298N Breakout Board By Marcelo Moraes BIGDOG1971.
Teacher’s Note (do not include in student packet/slide show)
LCD and Keyboard Interfacing
CTY SAR FCPS Shawn Lupoli, Elliot Tan
LED and a Button.
Having fun with Arduino
Arduino 7 Segment Display Lab
testing and experimenting with electronic circuits
Intro to Arduino Part 2 The Breadboard
CTY SAR FCPS Vedant mathur, Juliana schalkwyk
LCD.
Presentation transcript:

Liquid Crystal Display Arduino D3 Teknik Telekomunikasi hendy@pens.ac.id

Liquid Crystal Display LCD karakter LCD Grafik hendy@pens.ac.id

Liquid Crystal Display hendy@pens.ac.id

hendy@pens.ac.id

hendy@pens.ac.id

Breadboard hendy@pens.ac.id

Schematic hendy@pens.ac.id

Bagian-bagian LCD register select (RS) pin Read/Write (R/W) pin Enable pin 8 data pins (D0 -D7) display constrast pin (Vo) power supply pins (+5V and Gnd) LED Backlight (Bklt+ and BKlt-) hendy@pens.ac.id

Komponen Arduino Uno Board LCD Screen pin headers to solder to the LCD display pins 10k ohm potentiometer 220 ohm resistor hook-up wires breadboard hendy@pens.ac.id

Detail Rangkaian The circuit:  * LCD RS pin to digital pin 12  * LCD Enable pin to digital pin 11  * LCD D4 pin to digital pin 5  * LCD D5 pin to digital pin 4  * LCD D6 pin to digital pin 3  * LCD D7 pin to digital pin 2  * LCD R/W pin to ground  * LCD VSS pin to ground  * LCD VCC pin to 5V  * 10K resistor:  * ends to +5V and ground  * wiper to LCD VO pin (pin 3) hendy@pens.ac.id

Program “Hello Word” hendy@pens.ac.id

Program Display LCD dan Serial hendy@pens.ac.id

Program Display on/off hendy@pens.ac.id