|
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 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 ## Switches ## Switch Unit ## Sensors ## Sensing Units * 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 Sensors<^< Switch Unit | Course Index | Sensing Units >^>(:nl:) An electronic control system knows nothing about the outside world unless we give it sensors - its eyes, ears etc. The language it understands is that of electrical signals, voltages and currents. A sensor has to turn changes in the outside world, such as light level, temperature, sound level, humidity, pressure etc., into changing electrical signals. A different type of sensor is needed for each of these tasks. Here are some of them. Light sensor:The light dependent resistor (LDR) - Its resistance drops when a brighter light shines on it. It is relatively slow to react to changes in light level, though. ![]() The photodiode - A component that passes an electric current only when sufficient light shines on it. It reacts much faster than the LDR to changes in light level. ![]() Temperature sensor:The thermistor - There are two versions of thermistor. One type, called ntc (negative temperature coefficient) has a resistance that gets less when its temperature goes up. The other type, ptc, (positive temperature coefficient) has a resistance which gets bigger when the temperature rises. ![]() Sound sensor:The microphone - The common form of microphone generates a voltage when it picks up a sound. The louder the sound, the bigger the voltage! ![]() (: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 August 26, 2011, at 09:42 AM