Skip to content

17251A0404/Stepin_Casestudy

Repository files navigation

Stepin_Casestudy

Embedded System Project-Heat Control System

BADGES

code inspector badge

C/C++ CI Valgrind

Theory

The heat control system is basically used to control the temperature inside a car. Whenever the user or driver gets seated inside the car, the button sensor gets activated. After that, the user gets access to turn on the heater. The temperature sensor monitors the temperature and sends the analog value to the microcontroller. The microcontroller processes the analog input of the temperature sensor and outputs a temperature value through serial communication. All the activities of the control system are performed on the microcontroller, Atmega328.

Functions

  • When the two switches are closed, the first LED glows indicating the actuation of the system and the heater.
  • Next the analog input from the temperature sensor is received and digitized using ADC.
  • The digitized temperature input is visualized using Pulse Width Modulation.
  • The corresponding temperature values based on the digitized temperature input is transmitted by the UART protocol. Here the data is displayed on the serial monitor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published