Handheld Water Temperature Monitoring System Based on ICStation ATMEGA2560

by ICStation in Circuits > Arduino

2467 Views, 6 Favorites, 0 Comments

Handheld Water Temperature Monitoring System Based on ICStation ATMEGA2560

图片12.jpg

ICStation team has made this project about Handheld Water Temperature Monitoring System.It works under DC5V voltage. It can detect water temperature through DS18B20 temperature detection module. When the detection temperature is higher than the setting ceiling temperature, or lower than the minimum temperature, the system buzzer will give an alarm and LED light will flash. The system’s manufacture operation is simple and cost is cheap, which is suitable for temperature detection in factories and new agricultural greenhouses

Functions

1) When the starting-up hardware initializes, 1602 LCD display module will display the interface which has been setted
2) When the temperature detected by DS18B20 probe is between the minimum and the maximum temperature, buzzer will not give an alarm and LED light won’t flash.

3) When the temperature is higher than the maximum or lower than the minimum, buzzer will alarm and LED will flash.

4)Set the maximum and minimum temperature by three buttons.

Code for reference:

http://www.icstation.com/images/custom/code/Temperature_Monitoring_System.zip

Components List

The Schematic Diagram

图片2.jpg
图片3.jpg

Lead to the Power Supply Line and GND

图片4.jpg

Plug +5V power supply and GND from ICSTATION MEGA development board into the bread board. The red bread wire is used as power line, and black bread wire is used as ground wire.

The Connection of LCD1602

图片5.jpg
图片6.jpg

1.Place the 1602 LCD display module on the bread board.

2.According to the schematic diagram, connect the 1602 LCD display module to ICSTATION MEGA development board

The Connection of Buzzer Module

图片7.jpg
图片8.jpg

Connect the pin 1 of buzzer to the anode, pin 3 to the cathode, pin 2 of the buzzer to pin 10 of ICSTATION MEGA development board

Place the LED

图片9.jpg

The Connection of Switches and Limited-current Resistance

图片10.jpg
图片11.jpg

1. Place the switches and 1K current-limiting resistance

2.Connect Pin 1 of the three switches to +5V, Pin 3 to GND. And connect Pin2 of add switch to A0,Pin2 of points decrease switch to A1, Pin2 of selector switch to A2.

The Demo Diagram of Experiment Effect

图片12.jpg

Video

Tutorial for Arduino▶18  Handheld Water Temperature Monitoring System