Recent Changes - Search:
<^< LED Board (EB004) | Course index | Multiprogrammer (EB006) >^>

Introduction to Microcontroller Programming * Course Index * Introduction * About the Author * About this Course * Feedback * Course Navigation * Quick Course Navigation * How to use this Course * Acronyms Used and Course Conventions

About PICmicro Chips * What is a PICmicro? * Microcontrollers * Digital versus Analogue * Inputs and Outputs * Memory * Programming * 16F1937 Architecture

Clocking Your PICmicro Devices * Introduction * The Clock Circuit * Clock Settings * Clock Confusion

E-Blocks * Introduction to E-blocks * Using E-blocks * E-blocks Boards ## E-blocks Documentation and Numbering ## Sensor Interface (EB003) ## LED Board (EB004) ##

LCD Board (EB005) ## Multiprogrammer (EB006) ## Switch Board (EB007) ## Quad 7-segment Display (EB008) ## Keyboard (EB014) ## Prototype Board (EB016) ## Patch Board (EB017)

Flowcode Step By Step * Introduction to Flowcode * Basic Flowcode Functions * Digital Outputs * Digital Inputs * Basic Loops * The LCD Display * Binary Numbers * Decisions * Goto (Connection Point) * 7-Segment Displays * Software Macro * Strings and Memory * A Simple Hi-Fi

PICmicro Projects * Introduction to PICmicro Projects * Construction Methods * Choosing a Power Source * Adding Inputs * Input Conditioning * Adding Outputs * Adding Drivers

Labs * Introduction and Lesson Plan * 1. Output * 2. Delay * 3. Connection Point * 4. Calculations * 5. Loop * 6. Input * 7. Decision * 8. LCD * 9. Keypad * 10. Analogue + EEPROM * 11. Software Macro * 12. External Interrupt * 13. Timer Interrupt

(:Summary:Contains the 'action' links (like Browse, Edit, History, etc.), placed at the top of the page, see site page actions:) (:comment This page can be somewhat complex to figure out the first time you see it. Its contents are documented at PmWiki.SitePageActions if you need help. :) * Print (:comment (:if group Site,SiteAdmin,Cookbook,Profiles,PmWiki*:) (:comment delete if and ifend to enable backlinks:) * %item rel=nofollow class=backlinks accesskey='$[ak_backlinks]'% [[{*$Name}?action=search&q=link={*$FullName} | $[Backlinks] ]] (:ifend:) :) * Login

LCD Board EB005

<^< LED Board (EB004) | Course Index | Multiprogrammer (EB006) >^>(:nl:)

EB005 LCD Board

More information can be found here.

EB005 LCD Board Block Diagram

* Click EB005-00-2 for the datasheet. * The male D-type connector fits into the Female connector of one of the ports of an upstream board. * An LCD actually has its own microcontroller on it that takes care of all of the LCD functions. * All we need to do is send data or instructions to the LCD * Data is sent over the 4 data pins * Instructions like 'shift left' are also sent over the same 4 data pins * The RS pin 'tells' the LCD whether you are sending Data or Instructions. * The enable pin is active low and allows you to select several LCD's that are on the same data and RS lines. * Flowcode takes care of all of the driving issues for you. * For normal usage, leave the jumpers in the default position. * If you put them in the patch position, you can apply your own wiring system. * BE AWARE of the fact that the timing of the data that sent to the LCD is quite critical. It is best to use an LCD in combination with a crystal in the PICmicro. (:nl:)(:table style="clear:both":)

(:Summary: Website page footer:)

Print - (:comment (:if group Site,SiteAdmin,Cookbook,Profiles,PmWiki*:) (:comment delete if and ifend to enable backlinks:) %item rel=nofollow class=backlinks accesskey='$[ak_backlinks]'% [[{*$Name}?action=search&q=link={*$FullName} | $[Backlinks] ]] (:ifend:) :) Search - Login

Page last modified on January 30, 2012, at 02:52 PM