Temperature indicator
In this project, we will monitor the ambient temperature using a
temperature sensor and indicate the value using LEDs of different colors.
Each LED will represent a temperature interval.
States
LEDs only ON for:
- Blue : Temperature below 0C
- Green : Temperature between 0C and 15C
- Yellow : Temperature between 15C and 30C
- Red : Temperature above 30C
Initial project state
Wiring
Click on the link below and complete the wiring of the circuit.
Link: Part 1: Wiring
Calibration
Now, you can move on to start writing your program and testing your sensor. Click on the link below and complete the calibration and configuration of the circuit.
Link: Part 2: Calibration
Logic
Lastly, and most importantly, you have to create the logic to make your circuit behave as needed for the project. Click on the link below and complete the logic of the circuit.
Link: Part 3: Logic