Preview

digital integrated circuits

Good Essays
Open Document
Open Document
447 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
digital integrated circuits
Here is a Simple Temperature Display Circuit using LCD ( Liquid Crystal Display ). For Heat Sensor we have used IC LM35 (Precision Centigrade Temperature Sensors ) whose Output voltage is linearly proportional to the Celsius (Centigrade) temperature. Output of LM35 IC is 10mv/degree centigrade for eg if temperature is 35 degree then the output of sensor will be 350mv or 0.35V
For working with LCD it is necessary to have Microprocessor. We have used Arduino Controller Board which is AN OPEN-SOURCE ELECTRONICS PROTOTYPING PLATFORM.
Output of LM35 is feed to Arduino Analog input pin 0.
Further Data is Processed by the C Program. Output of Micro-controller is connected to the 16X2 LCD

Picture of Digital Thermometer
Below is the Simple Programme which is used here :-

#include
LiquidCrystal lcd(12, 11, 5, 4, 3, 2); const int inPin = 0; void setup()
{
lcd.begin(16, 2);
}
void loop()
{
int x = analogRead(inPin); lcd.setCursor(0, 1); float millivolts = (x / 1024.0) * 5000; float celsius = millivolts / 10; lcd.clear(); lcd.setCursor(0,0); lcd.print(celsius); lcd.print(” C”); lcd.setCursor(0,1); lcd.print((celsius * 9)/ 5 + 32); lcd.print(” F”); delay(1000); }

Circuit Diagram of Digital Thermometer
If you are new to Arduino then follow below Instruction while making this Project :
1. After Buying Arduino Controller Board. Make sure it is working correctly. You have to Install Drive and application Software. You may need to do Jumper Setting on some board to switch between USB and External Power Source. Download arduino 1.0.5 for windows
Download CP2102 USB to UART Bridge Controller Driver.
2. After above steps open Arduino Software and select correct board type and COM Port(Very Imp) from Menu Tools -> Board . You can identify Your Arduino Board by reading main IC number.
3. To make sure above step is completed and all are functioning well, upload a simple Basic programme from the Arduino Library Examples. You have to add one

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Lab6 7 8 9

    • 425 Words
    • 2 Pages

    To get to the “Add Hardware” on Windows 8 you must go to the home and go to the search button. There, you type in Add Hardware and Device Manager will pop up.…

    • 425 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    basdasd

    • 683 Words
    • 3 Pages

    Read all background information and instructions in the “Question” column. It will also be helpful to read here…

    • 683 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Science Fair Checkpoint #3 Materials: Disposable Gloves Timer Test tubes Thermometer Steel Wool Scissors Ruler Lemon Juice Orange Juice Vinegar Distilled Water Four Small Bowls Thin Towel Tall plastic cup Graph Paper Procedure: Before beginning your experiment, make sure that the distilled water has been opened and exposed to the air for at least a few hours. This will allow it to absorb some carbon dioxide from the atmosphere and lower its pH from a level of about 7 to about 5.8. The distilled water will act as a model for "normal" rainwater, which has a pH of about 5.6.…

    • 800 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    POS 420 Week 5 UNIX Paper

    • 541 Words
    • 4 Pages

    See the Assignment 1 post in the Main forum or Course Materials forum for detailed instructions.…

    • 541 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    Schedule a test to verify the peripheral are tested to ensure the correct peripheral devices is being plug in and ensure usb drive/cd rom are disable.…

    • 960 Words
    • 4 Pages
    Good Essays
  • Better Essays

    analysis of alum lab

    • 1065 Words
    • 5 Pages

    2. Tie the capillary tube to the thermometer using a rubber band with it's opening…

    • 1065 Words
    • 5 Pages
    Better Essays
  • Good Essays

    * Use thermometer to measure the temperature of the water in the beaker using Celsius unit. Record measurement in Data Below.…

    • 839 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    V-Chip Research Paper

    • 305 Words
    • 2 Pages

    The V-Chip had quite an impact on television since it has been introduced. The whole point of the V-Chip was to regulate what children watch on television by making a rating system so the parent has all the power to choose what their kids will watch on television. If for some reason there is a television show that is being questioned by a parent, that parent can contact the local station the show plays on to file a complaint in hopes they re-rate the rating that show has received. The V-chip can be very effective at protecting kids from certain type of television shows but it is hard to personalize a show to completely fall in to a parent’s acceptable manner. The V-chip does not replace the parent and it’s that…

    • 305 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Temperature and Neon

    • 610 Words
    • 3 Pages

    Go up to the tab that says “teacher” and change the temperature scale from Kelvin to Celsius. According to this 0 K = 273 C. Change the scale back to Kelvin.…

    • 610 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    2. Select the BAR CHART tab. On the graph, notice the Oxygen production bar. Move the Light intensity slider back and forth. How does light intensity affect oxygen production?…

    • 693 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    Microcontrollers

    • 806 Words
    • 4 Pages

    A microcontroller (sometimes abbreviated µC, MCU) is a small computer with similar components as a standard personal computer only integrated on to a single chip and usually dedicated to a single task. The fundamental components include a processor core (C.P.U), memory, system clock and programmable input/output peripherals. Microcontrollers are designed for embedded applications, in contrast to the microprocessors used in personal computers or other general purpose applications. MCUs have been used in almost every application that requires certain amount of intelligence.…

    • 806 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    3. To learn how to program Arduino and make it work on any system we need.…

    • 1068 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    developed here,the data from the serial port is collected deciphered and shown as the output or displayed by the GUI. If an error is detected, it was display the error and sometimes in few cases it saves the contents in other cases the resulsta are ignored or deleted…

    • 1121 Words
    • 5 Pages
    Good Essays
  • Powerful Essays

    Grading System

    • 689 Words
    • 3 Pages

    3. BIOS Update Procedure Important notes: - Make sure that an AC adapter and a charged battery pack is connected to your system. - You need to have administrator privileges to run the BIOS…

    • 689 Words
    • 3 Pages
    Powerful Essays
  • Good Essays

    LCD, LED & CRT

    • 1767 Words
    • 8 Pages

    LCDs are available to display arbitrary images (as in a general-purpose computer display) or fixed images which can be displayed or hidden, such as preset words, digits, and 7-segment displays as in a digital clock. They use the same basic technology, except that arbitrary images are made up of a large number of small pixels, while other displays have larger elements.…

    • 1767 Words
    • 8 Pages
    Good Essays

Related Topics