IRF540N Single Channel MOSFET Power Switch Module with Optical Isolation for Arduino 5V 3.3V High Current Control
SPECIFICATIONS
Application: other
Brand Name: SZYTF
Choice: yes
Condition: New
Dissipation Power: n/a
High-concerned chemical: none
Operating Temperature: n/a
Origin: Mainland China
Supply Voltage: n/a
Type: other
is_customized: Yes
semi_Choice: yes
Description
MOSFET is an electronic device having excellent switching characteristics, and is widely used in electronic switch circuits required, such as switching power supplies and motor drives, as well as lighting dimming. Relays are very familiar Another module has switching characteristics, but because the working principle of the relay is generally achieved by mechanical contact on and off purposes, which inevitably results in a very short time under the switch, the relay the situation does not work, another Baba sounds when the contact switch in some cases is more annoying thing.
Use this module electronic building blocks with Ard uino 4 IRF540 MOSFET switches use the same, but changes to the way the original four. Use reference Ard uino 4-way switch IRF540 MOSFET modules:
We designed this four MOSFET switch can provide up to 4 sets of electronic switches, were used to control the different circuit blocks. Affected MOSFET works, the electronic building blocks can be used to control the DC circuit, such as a DC LED screen, etc., are not suitable for controlling the AC circuit. The limit switch can be used to control the MOSFET 100V / 33A DC circuit, but control is not less than the minimum DC voltage proposal 9V.
On the circuit connected at one end of the connection is slightly more controlled some trouble. 12V to control the LED lights, for example, first to the positive (+) and negative (-) connected between the power supply;
Then take positive LED lights with the module connected to the positive (+) and negative LED lights with the connection to the switch 1 (S1);
If there are other LED lights with the need to control, the same LED lights with only the positive cathode module is connected to the (+) and negative LED light strip is in turn connected to the switch 2 (S2), switch 3 (S3), the switch 4 (S4) on;
Wire control terminal is much simpler, we only need a sensor cable, the corresponding control port and Ard uino sensor expansion board connected, you can control these by Ard uino 12V LED lights brought. Experiment, we picked up two LED lights.
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);
}
}



- Standard Shipping: Standard Shipping (12–18 Business Days)
- Express Shipping: Expedited Shipping (5–9 Business Days)
- Free Shipping: Orders over $199 qualify automatically
- Tracking: Full tracking number provided for all orders
- Returns: 30-day hassle-free return window
- Condition: Items must be unused and in original packaging
- Refund: Full refund processed within 3-5 business days
- Factory Direct: ISO/TS 16949 certified manufacturer
- Quality: 100% electrical continuity tested before shipment
- Experience: 15+ years in automotive connector industry
- Support: Professional technical support available
You may also like
Blog posts
Title
Subscribe to our emails
Be the first to know about new collections and special offers.