|
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 Quad 7-Segment Display EB008<^< Switch Board (EB007) | Course Index | Keyboard (EB014) >^>(:nl:) EB008 Quad 7-Segment Display BoardMore information can be found here. ![]() EB008 Quad 7-Segment Display Board Block Diagram![]() * Click EB008-30-1 for a datasheet. * The male D-type connectors fit into the Female connectors of 2 of the ports of an upstream board. * A 7-segment display is actually no more than: ** 7 LEDs with long shaped segments, placed in an '8' shape. ** 1 LED to indicate a decimal point. * 7-segment displays can be: ** Common Cathode: where the Cathode of all of the LED's is common and the LEDs are lit by applying a positive voltage to the anode of the specific segment. ** Common Anode: where the Anode of all of the LEDs is common and the LEDs are lit by applying a negative voltage to the cathode of the specific segment. ** The Displays used on the EB008 E-block are of the Common Anode type. * The tricky bit is that we do not have enough pins to drive all these LEDs (8 x 4 = 32 separate LEDs) by our controller. We will solve this by: ** Using the speed of the PICmicro. ** By driving pin 1-2-3 or 4 of J2 we determine which of the four 7-segment displays is active to receive data. ** Data is sent to the active display by the 8 data pins on J1. ** LEDs will emit light for a short time they have been turned off. ** So the trick is that you alternately activate each of the four 7 segment displays in turn, by making the appropriate anode via J2 high, and then send the data to each display by making the appropriate cathodes via J1 low * If you only need one 7-segment display, then this can be activated permanently by putting a jumper next to the screw terminal on the board. This way only J1 is used to drive the left display and no multiplexing is needed. (: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 December 22, 2011, at 09:42 AM