Introduction
The logic module-NOT can be used in simple logical calculation, or combined with other logic module to realize complicated functions, for instance, store data, math calculation.
The logic module-NOT can process one input signal and output an oppsite signal:
When the input signal is "OFF" or "0", the module outputs "ON" or "1".
when the input signal is "ON" or "1", the module outputs "OFF" or "0".
Application: programmable, micro:bit, Arduino.
Specification
- Power Supply: 3.0-5.5V
- Signal Output Current: (Max)32mA @ 5V
- Interface: PH2.0
- Dimension: 26×22mm/1.02×0.87"
Pinout
Name | Description |
---|---|
VCC | Power Input |
GND | GND |
INA | Digital Input A |
INB | Digital Input B |
OUT | Output |
Usage Description
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 |
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".
Application
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.
FAQ
For any questions, advice or cool ideas to share, please visit the DFRobot Forum
Turn to the Boson Kit Page