Using Arduino:
A robotized system to retrieve sensitive material from a special
depot must be armed before being used. The complex system to arm
the robot consists on a series of conditions which must be
met:
-a first commanding button (B1) must be activated; and
-a second commanding button (B2) must not be pressed;
or
-button 2 (B2) must be activated; and
-a third button (B3) must be activated;
Also,
Develop the Boolean tables for this arming circuit, the complete
and simplified logic and the schematics for the logic (electronic)
circuit. a)To secure this process, a fifth button (B5) is added –
an override button – so that when this button is activated the
process is started, independently of all other buttons. How would
this button be included in the logic expression and circuit?
Present the new logic expression and draw the new logic
(electronic)circuit.
Using Arduino: A robotized system to retrieve sensitive material from a special depot must be armed...