Reference
This article provides a detailed understanding of AND gates, the basic element of circuit boards, discussing their operation with binary signals and offering practical guidance on using logic modules for controlling outputs.
Principle
AND gate is the basic element of the circuit board, usually composed of transistor. It is controlled by the High or Low level that can respectively represent the logic "true" and "false", "1" and "0" in binary, or "OFF" and "ON".
Other Supplementary Information
The logic module-NOT cannot be directly used as an input or output module. Users have to connect input module to the input interface of the module, output module to output interface. Change the signal of the input interfaces to control the output port.

Truth Table
| Input | Output |
|---|---|
| off | on |
| on | off |
Description: Logic AND can determine the status of the two input modules and then calculate the final values. Try using two push buttons to control an LED module.

Turn to the Boson Kit Page
Was this article helpful?
