Skip to content

HEY-ALI/Temprature-Warning-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Temperature Warning System Project

This project is a simulation of a temperature warning system using an Arduino Uno and an NTC thermistor. The system uses three LEDs to indicate different temperature ranges: green for temperatures below 30°C, yellow for temperatures between 30°C and 80°C (inclusive), and red for temperatures above 80°C.

#Features

Monitors temperature using an NTC thermistor connected to the Arduino Uno. Three LEDs (red, yellow, green) provide visual temperature indicators. Simple C++ code in the .ino file controls LED behavior based on temperature readings.

#Getting Started

Prerequisites Arduino IDE (for uploading code to the Arduino Uno)

Installation

  1. Clone or download the project repository. git clone https://github.com/HEY-ALI/Temperature-Warning-System.git

  2. Open the .ino file in the Arduino IDE.

  3. Upload the code to your Arduino Uno board.

#Usage

  1. Set up the hardware components as described in the project documentation or simulation.

  2. Upload the code to your Arduino Uno.

  3. Power on the system and observe the LED colors changing based on the temperature reading.

#Contributing Contributions to this project are welcome. Feel free to create issues or pull requests for any improvements or bug fixes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages