Question

Bonus Question (5pts). Suppose I have an electrically operated garage door and I want to design a system that will automatica

0 0
Add a comment Improve this question Transcribed image text
Answer #1
  • -- Let sensor_in represents pressure sensor inside the garage

    -- where as sensor_out represents pressure sensor outside the garage.

    library ieee;

    use ieee.std_logic_1164.all

    entity garage is

                   port (sensor_in, sensor_out        : in std_logic;

                             gate_open                              : out std_logic

                            );

    end garage;

    architecture arch of garage is

    begin

    gate_open <= sensor_out and (not sensor_in);

    end arch;

    Improvement: Instead of using dual pressure sensor comprising of strain guage, bridge network, signal conditioning we can use IR/Ultra sonic sensor at the proximity of garage entrance. IR/Ultra sonic sensor can flag the presence of vehicle inside or reset the flag to allow a vehicle inside the garage.

Add a comment
Know the answer?
Add Answer to:
Bonus Question (5pts). Suppose I have an electrically operated garage door and I want to design...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT