Git Product home page Git Product logo

mp-project-temperature-control-system's Introduction

Temperature Control System

The goal of this project is to design a temperature monitoring system that controls and regulates the temperature of a particular environment.

We need two ATMega32 microcontrollers, one to read the value of temperature and another to take action upon it. Therefore, the two chips must be connected using a communication protocol (SPI is advised in this case). The tasks of each chip are mentioned below:

The Master

  • Receives two temperature values A and B from LM35 sensors. (Temperatures range between 0 to 100 degrees.)
  • Constantly compares the two values, and as long as A is higher than B, converts the analog value of A to digital. The conversion should happen in real-time and as fast as possible therefore, no use of comparator interrupts is recommended.
  • Sends the digital value of A to the slave.
  • Prints the digital value of A on a 16x2 alphanumeric LCD.

The Slave

  • Receives the temperature value from the master.
  • For temperatures between 25 and 55 degrees, the cooler motor must be turned on, starting with a duty cycle of 50% plus 10% for every additional 5 degrees. (E.g., for a temperature of 37 degrees, the duty cycle is 70%)
  • Turns the heater on if the temperature is lower than 20 degrees.
  • Makes a red warning LED blink if the temperature is higher than 55 degrees (the cooler must stop working at this point).

mp-project-temperature-control-system's People

Contributors

sempfi 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.