Can you help me in this how to do step by step please ? Build a temperature control system based on Lab VIEW and Arduino MCU, connect a temperature sensor to the Arduino unit, let the user define a three levels of control as following: - Level 1 if temperature is less than 22 °C, a green LED should be turned ON. - Level 2: if temperature is more than 22°C and less than 30°C, a fan should be turned on to 50% of its max speed. -Level 3: if temperature is more than 30°C and less than 38°C, the fan should work at 90% of its max speed. - Level 4: if the temperature exceeds 38°C then turn a Red LED ON and a 5V buzzer at a IkHz frequency. store the temperature values in a file with a rate of one reading each minute.
How can we design filters in LabVIEW? or FPGA?
Can you help me in this how to do step by step please ?
Build a temperature control system based on Lab VIEW and Arduino MCU, connect a temperature sensor to the Arduino unit, let the user define a three levels of control as following: - Level 1 if temperature is less than 22 °C, a green LED should be turned ON. - Level 2: if temperature is more than 22°C and less than 30°C, a fan should be turned on to
50% of its max speed.
-Level 3: if temperature is more than 30°C and less than 38°C, the fan should work at 90% of its max speed.
- Level 4: if the temperature exceeds 38°C then turn a Red LED ON and a 5V buzzer at a IkHz
frequency.
store the temperature values in a file with a rate of one reading each minute.