Answered step by step
Verified Expert Solution
Question
1 Approved Answer
oleasplease design this Each team will be given 5 seconds in order to try scoring points. A countdown will appear on display segment 4 starting
oleasplease design this Each team will be given seconds in order to try scoring points. A countdown will appear on display segment starting from reaching to
The economical smart fan system, is a fan which automatically adjusts its RPM speed depending on the number of objects in this project, people in a room. The fan's speed is initially zero, and it increases linearly as a function of the number of objects in the room. The maximum speed is reached when the number of objects in the room is a equal to a maximum value of objects max
Figure : general setup.
An infra red IR sensor should be installed on the room's door and connected to the PIC microcontroller see Figure Once a person traverses the entrance ie enters the room through its door the IR sensor detects this event and signals it to the PIC microcontroller. The basic idea of IR object detection is illustrated in Figure Once the PIC microcontroller detects an object, an object counter is incremented ie NlarrN The speed of the motor which is already connected to the PIC microcontroller is then increased by an amount linearly proportional to the the count value.
Figure : basic idea of IR object detection.
Specifically, the speed of fan's DC motor is controlled via Pulse Width Modulation PWM according to the following equation:
where,
D: is the duty cycle of the PWM signal
: number of objects in the room.
Nmax: maximum number of objects in the room.
The average PWM voltage Vavg applied to the DC motor is in the range of and is specified according to equation :
The circuit has a toggle switch. When the toggle switch is logic the count value is displayed on two sevensegment displays and two pushbutton switches are used to modify the current speed of the motor UP and DOWN if needed. When the toggle switch is logic the maximum number of objects in
Page
the room Nmax is displayed on the two sevensegment displays and the two pushbutton switches are used to modify the sensitivity of the fan ie increasedecrease the value of Nmax
In this project, you are required to implement the functionality when the toggle switch is logic This is a mandatory part of this project. Implementing the functionality when the toggle switch is logic is optional and is considered as bonus.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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