KS0449 keyestudio 3-Channel IRF540NS Large Current MOS Module: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
(Created page with " thumb|400px|right|keyestudio 3-Channel IRF540NS Large Current MOS Module (Black and Eco-friendly) <br> == Overview == The keyestudio 3-channel IRF54...")
 
No edit summary
Line 1: Line 1:




[[image:Ks0453-1.png|thumb|400px|right|keyestudio 3-Channel IRF540NS Large Current MOS Module (Black and Eco-friendly)]]
[[image:Ks0449图片1.png|thumb|400px|right|keyestudio 3-Channel IRF540NS Large Current MOS Module (Black and Eco-friendly)]]


<br>
<br>
Line 24: Line 24:
<br>
<br>
== Connection ==  
== Connection ==  
<br>[[File:Ks0453-2.png|400px|frameless|thumb]]<br>     
<br>[[File:Ks0449图片2.png|600px|frameless|thumb]]<br>     


<br>
<br>
Line 56: Line 56:
<br>
<br>
== Test Result==
== Test Result==
<br>[[File:Ks0453-2.png|400px|frameless|thumb]]<br>   
<br>[[File:Ks0449图片3.png|500px|frameless|thumb]]<br>   
Done uploading the code, powered on, when NA- NB- NC-pin headers are successively connected to ground, D3 D2 D1 led will successively turn on; then NA- NB- NC-pin headers successively suspend, D3 D2 D1 led will successively turn off, alternately and circularly.  
Done uploading the code, powered on, when NA- NB- NC-pin headers are successively connected to ground, D3 D2 D1 led will successively turn on; then NA- NB- NC-pin headers successively suspend, D3 D2 D1 led will successively turn off, alternately and circularly.  
<br>[[File:Ks0453-2.png|400px|frameless|thumb]]<br>   
<br>[[File:Ks0449图片4.png|500px|frameless|thumb]]<br>   






<br>
<br>
==Resource==
==Resource==
*'''Download all the relevant info from the link:'''<br>
*'''Download all the relevant info from the link:'''<br>
Line 70: Line 69:


<br>
<br>
==Buy from ==
==Buy from ==
*[ '''Official Website''']
*[ '''Official Website''']

Revision as of 08:20, 24 July 2019


keyestudio 3-Channel IRF540NS Large Current MOS Module (Black and Eco-friendly)


Overview

The keyestudio 3-channel IRF540NS large current MOS module uses 3-channel MOS switch, which is applied to operate the large current with small current, similar to a relay element.
It can be applied to drive the Servo, large current LED light, etc.
When using, input the voltage less than 40V to the terminal block VIN GND, the voltage of V+ block is equal to VIN block.
We can control the HIGH or LOW of NA NB NC pin headers to determine whether connect to ground.
When at HIGH, NA- NB- NC-pin headers are connected to ground, D1 D2 D3 led will turn on; when at LOW, NA- NB- NC-pin headers suspend, D1 D2 D3 led will turn off.
The module comes with four 3mm fixing holes, easy to fix on any other devices.



Technical Details

  • Working voltage: VIN terminal is less than DC 40V
  • Operating current: less than 10A
  • Operating temperature: -20 ~ +60℃
  • Dimensions: 66mm * 38mm * 12 mm
  • Weight: 22.8 g
  • Environmental properties: ROHS


Connection


thumb


Test Code

int BASE = 4 ; 
int NUM = 3; 
void setup()
{
   for (int i = BASE; i < BASE + NUM; i ++) 
   {
     pinMode(i, OUTPUT); 
   }
}
void loop()
{
   for (int i = BASE; i < BASE + NUM; i ++) 
   {
     digitalWrite(i, HIGH);  
     delay(2000);       
   }
   for (int i = BASE; i < BASE + NUM; i ++) 
   {
     digitalWrite(i, LOW);    
     delay(2000); 
   }  
}



Test Result


thumb
Done uploading the code, powered on, when NA- NB- NC-pin headers are successively connected to ground, D3 D2 D1 led will successively turn on; then NA- NB- NC-pin headers successively suspend, D3 D2 D1 led will successively turn off, alternately and circularly.
thumb



Resource

  • Download all the relevant info from the link:



Buy from

  • [ Official Website]
  • [ Shop on Aliexpress ]