Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#include LiquidCrystal _ I 2 C . h command and LCD display will not be used Items for the circuit diagram to be created using

#include LiquidCrystal_I2C.h command and LCD display will not be used
Items for the circuit diagram to be created using Arduino Uno and the Wokwi website are as follows:
1- Temperature adjustment will be made using a potentiometer.
2- A standard 16x2 LCD will be used, and I2C will not be employed.
3- A Blue LED will be used for the fan, and a Red LED for the heater.
4- User-set values for the fan and heater will be entered using a 4x4 keypad, and these values will be displayed on the LCD.
4-(2)- Pressing button (A) on the keypad will prompt the user to enter and modify the heater set value, which will also be displayed on the LCD.
4-(3)- Pressing button (B) on the keypad will prompt the user to enter and modify the fan set value, which will also be displayed on the LCD.
4-(4)- After pressing buttons A or B, pressing (*) will save and lock the values to prevent deletion.
4-(5)- The temperature value adjusted by the potentiometer will be displayed on the LCD.
5- Two outputs will be used for the fan and heater. (Represented by a Blue LED for the fan and a Red LED for the heater).
6- Hysteresis control will be implemented for the fan and heater, with a bandwidth of 10%.
7- The heater temperature must be greater than the fan temperature. Additionally, to prevent simultaneous or consecutive operation of both outputs, there must be at least a 3-degree difference between their operating ranges.
8- User-set values will not be erased when power is cut. EEPROM will be used for this purpose.
9- Once heater and fan set values are entered, if the temperature adjusted by the potentiometer is below 50 degrees, the heater (Red LED) will operate, and if it's above 55 degrees, the fan (Blue LED) will operate. (For example purposes).
10- Briefly explain the purpose of each line of code.
11- Share the contents of the sketch.ino, diagram.json, and libraries.txt files for the application.

Step by Step Solution

3.48 Rating (151 Votes )

There are 3 Steps involved in it

Step: 1

To create the circuit diagram using Arduino Uno and the Wokwi website based on the given requirement... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting Information Systems

Authors: Marshall B. Romney, Paul J. Steinbart

13th edition

133428532, 978-0133428537

More Books

Students also viewed these Programming questions

Question

How do stakeholders impact the uncertainty in a project?

Answered: 1 week ago

Question

Explain the process of Human Resource Planning.

Answered: 1 week ago

Question

Why is it so important to have good data?

Answered: 1 week ago