Four Channel 4 Route MOSFET Button IRF540 V2.0 MOSFET Switch Mod


$13.67

  • Model: 351108887391
  • Units in Stock: 100

Always Free Shipping

Four Channel 4 Route MOSFET Button IRF540 V2.0 MOSFET Switch Module For Arduino

100% Brand New And High Quality
The MOSFET is a good switching characteristics of the electronic device, is widely applied in the needs of the electronic switching circuit such as a switching power supply and the motor driver, and the lighting dimming. The relay another switching characteristics of the module is very familiar, but due to the relay works generally rely on mechanical contacts to achieve the purpose of the on and off, which will inevitably lead to a very short switching time under the relay does not work, another Baba sound emitted when the contact switch in some cases is more annoying thing.
We designed this 4-channel MOSFET switch can provide up to four groups of electronic switches are used to control different circuit module. Affected by the MOSFET works, the electronic building blocks can only be used to control the DC circuit, such as the DC LED screen, is not suitable for the control of the AC circuit. The limiting case, the MOSFET switches can be used to control 100V/33A DC circuit, but control the minimum DC voltage recommends no less than 9V
TEST CODE:
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);
}
}
Package includes:
1 x Four Channel 4 Route MOSFET Button IRF540 V2.0 MOSFET Switch Module For Arduino
We can also wholesale if you need a large quantity of item please contact us