You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A system designed to control the doors, windows, fire alarm and the temperature. Each process being automated is associated with a sensor:
When the sensor is LOW (0) then no action is needed, and the next
device can be checked.
When the sensor is HIGH (1) then an action is needed.
⚙ System Specifications
Front and Rear doors:
There are 2 doors: a front door and a rear door each has a separate
sensor. These sensors are always LOW indicating that the doors are
closed. If any of these sensors turns HIGH (indicating the door is open),
the door associated with the sensor is closed automatically and an
output signal goes HIGH indicating this action.
Fire Alarm:
A smoke detector is used, if there is any smoke then the sensor is HIGH
and, the fire alarm starts.
Window:
There is a sensor indicating the status of the window. The sensor is
always LOW indicating that the window is closed. If the window is
open, then the sensor is HIGH, and a system buzzer starts.
Temperature:
The range from 50 to 70 degrees F is the normal comfortable
temperature range. The change in the room’s temperature is measured
through a sensor. If the temperature is below 50 degrees F, then the
heater is automatically turned on. If the temperature is above 70 degrees
F, then the air conditioner is automatically turned on.
🔄 FSM Design
🔍 Simulation Results
🔩 Floor Planning & Routing
Team
This project is done by this amazing gang of CMP girls 👩💻