Product Description
MOSFET is an electronic device with excellent switching characteristics, widely used in circuits that require electronic switches, such as switching power supplies and motor drives, as well as lighting dimming. Relays are another type of module with switch characteristics that everyone is very familiar with. However, due to the fact that the working principle of relays generally relies on mechanical contacts to achieve the purpose of opening and closing, this inevitably leads to the situation where relays cannot work when the switching time is very short. In addition, the honking sound emitted during contact switching is also a troublesome thing in some situations.
The 4-channel MOSFET switch we designed can provide up to 4 sets of electronic switches, each used to control different circuit modules. Due to the working principle of MOSFET, this electronic building block can only be used to control DC circuits, such as DC LED screens, and is not suitable for controlling AC circuits. In extreme cases, this MOSFET switch can be used to control a 100V/33A DC circuit, but the recommended minimum DC voltage for control is not less than 9V.
In terms of circuit connection, the wiring at the controlled end is slightly more complicated. Taking the control of a 12V LED strip as an example, first connect the power supply between the positive (+) and negative (-) poles;
Next, connect the positive pole of the LED strip to the positive pole (+) of the module, and connect the negative pole of the LED strip to switch 1 (S1);
If there are other LED light strips that need to be controlled, simply connect the positive pole of the LED light strip to the positive pole (+) of the module, and then connect the negative pole of the LED light strip to switch 2 (S2), switch 3 (S3), and switch 4 (S4) in sequence;
The wiring of the control end is much simpler. We only need to connect the corresponding control port to the Arduino sensor expansion board through the sensor connection wire, and then we can control these 12V LED light strips through Arduino. In the experiment, we connected two LED light strips.
The test code is as follows:
int s1Pin = 6;
int s2Pin = 7;
void setup() {
pinMode(s1Pin, OUTPUT);
pinMode(s2Pin, OUTPUT);
}
void loop() {
int i;
digitalWrite(s1Pin, HIGH);
digitalWrite(s2Pin, HIGH);
delay(500);
digitalWrite(s1Pin, LOW);
digitalWrite(s2Pin, LOW);
delay(500);
for (i = 0; i < 10; i ++) {
digitalWrite(s1Pin, HIGH);
delay(500);
digitalWrite(s1Pin, LOW);
delay(500);
}
for (i = 0; i < 100; i ++) {
digitalWrite(s2Pin, HIGH);
delay(50);
digitalWrite(s2Pin, LOW);
delay(50);
}
}
Product Parameters
1. Working voltage: DC9-100V
2. High level triggering
3. Maximum output current: 33A
4. There is optocoupler isolation between the input end and the signal end
5. Support PWM control
Product Functions
Product Size
Product Show
Payment&Transportation
Official Certificate&Certificate
Multiple product supply
Company office environment
Warehouse Real Shot
Standard packaging
We also provide :
Part No | Manufacturer | Date Code | Quantity | Description |
LM22676ADJ | NS | 19+ | 250 | SOP8 |
TPS562201DDCR | TI | 22+ | 795500 | SOT23-6 |
NJG1806K75 | JRC | 22+ | 500000 | DFN6 |
TLV74318PDQNR | TI | 22+ | 402000 | X2SON-4 |
NJG1801K75 | JRC | 22+ | 300000 | SMD |
NJG1804K64 | JRC | 22+ | 300000 | DFN8 |
LM27761DSGR | TI | 22+ | 151000 | WSON8 |
TLV62565DBVR | TI | 22+ | 138000 | SOT23-5 |
TPS613222ADBVR | TI | 22+ | 108000 | SOT23-5 |
LNK625DG-TL | POWER | 22+ | 100000 | SOP-8 |
OPA4322AIPWR | TI | 22+ | 100000 | TSSOP14 |
TLV75528PDRVR | TI | 22+ | 99000 | WSON-6 |
TPS7A2025PDQNR | TI | 22+ | 78500 | X2SON-4 |
TLV62568DBVR | TI | 22+ | 72000 | SOT23-5 |
STM32L051K8U6TR | ST | 22+ | 60000 | QFN32 |
SKY66421-11 | SKYWORKS | 22+ | 56500 | QFN16 |
TPS7A1111PDRVR | TI | 22+ | 54000 | WSON6 |
TLV62569PDDCR | TI | 22+ | 52000 | SOT23-6 |
TLV62569DBVR | TI | 22+ | 48000 | SOT23-5 |
TPS23753APWR | TI | 22+ | 40000 | TSSOP14 |
NB691GG-Z | MPS | 22+ | 30000 | QFN |
SN74AHC1G02DBVR | TI | 22+ | 27939 | SOT-23 |
TPS63000DRCR | TI | 22+ | 23238 | VSON10 |
TLV75533PDRVR | TI | 22+ | 21500 | WSON6 |
NB687BGQ-Z | MPS |