Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using an Arduino Uno, LCD, temperature sensor and a buzzer, show the circuit and program to do the following tasks: Case 1: If the
Using an Arduino Uno, LCD, temperature sensor and a buzzer, show the circuit and program to do the following tasks: Case 1: If the temperature is between 25 to 30 degree Celsius, the buzzer does not sound and the LCD will display: (ID- TEMP. 29 deg.C NORMAL TEMP. Case 2: If the temperature is lower than 25 deg. Celsius, the buzzer will every 5 seconds and the LCD will display: (ID- TEMP. 18 deg.C LOW TEMP. (29 deg.C is the detected temp., for example only) TEMP. 35 deg.C HIGH TEMP. sound (18 deg.C is the detected temp., for example only) Case 3: If the temperature is higher than 31 deg. Celsius but lower than 40 deg. Celsius, the buzzer will sound every 1 second and the LCD will display: (ID- (35 deg.C is the detected temp., for example only) CASE 4: If the temperature becomes 40 deg. Celcius or higher, the buzzer will sound continuously and the LCD will display: (ID- TEMP.=45 deg.C (45 deg. C is the detected temp., for example only) VERY HIGH TEMP.
Step by Step Solution
★★★★★
3.43 Rating (143 Votes )
There are 3 Steps involved in it
Step: 1
Step 11 circuit diagram of arduino Uno interfacing with temperature sensor and buzzer is in the imag...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started