GithubHelp home page GithubHelp logo

rez79kh / temperature-control-system Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 0.0 114 KB

Temperature control system using two ATMega32 microcontrollers

C 100.00%
atmega32 avr-programming microprocessors platformio proteus-8

temperature-control-system's Introduction

Temperature Control System (Microprocessors Course Project)

This Project is to design temperature control system using two ATMega32 microcontrollers with the help of platformio and proteus.

  • Uses SPI communication protocol
  • Uses LM35 Temperature Sensor for measurement of temperature
  • 16ร—2 LCD is used to display temperature set point
  • It controls temperature by turning on and off the heater or cooler
  • Show warning if the temperature is in the bad state
  • Analyze the waveform of motors signal using oscilloscope

Master Chip

  • Receives two temperature values A and B from LM35 sensors
  • Compares the two values using AC
  • As long as A is higher than B, converts the analog value of A to digital using ADC
  • Prints the digital value of A on a 16x2 alphanumeric LCD
  • Sends the digital value of A to the slave

Slave Chip

  • Receives the temperature value from the master
  • Turn on the cooler motor for temperatures between 25 and 55 degrees (starting with a duty cycle of 50% plus 10% for every additional 5 degrees)
  • Turn on the heater when the temperature is lower than 20 degrees
  • Red warning LED blink when the temperature is higher than 55 degrees
  • When one motor is on, the other motor should be off

Design

DesignImage

temperature-control-system's People

Contributors

rez79kh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.