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

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
<br>
<br>
== Overview ==  
== 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.<br>
The keyestudio 3-channel IRF540NS high-current MOS module uses 3-channel MOS switch, which is applied to operate the high-current with small current, similar to a relay element.<br>
It can be applied to drive the Servo, large current LED light, etc.<br>
It can be applied to drive the Servo, high-current LED light, etc.<br>
When using, input the voltage less than 40V to the terminal block VIN GND, the voltage of V+ block is equal to VIN block.<br>
When using, input the voltage less than 40V to the terminal block VIN GND, the voltage of V+ block is equal to VIN block.<br>
We can control the HIGH or LOW of NA NB NC pin headers to determine whether connect to ground.<br>
We can control the HIGH or LOW of NA NB NC pin headers to determine whether connect to ground.<br>
Line 14: Line 14:


<br>
<br>
== Technical Details ==
== Technical Details ==
* Working voltage: VIN terminal is less than DC 40V
* Working voltage: VIN terminal is less than DC 40V
Line 23: Line 24:


<br>
<br>
== PINOUTS ==
<br>[[File:Ks0449-6.jpg|600px|frameless|thumb]]<br>   
<br>
== Connection ==  
== Connection ==  
<br>[[File:Ks0449图片2.png|600px|frameless|thumb]]<br>     
<br>[[File:Ks0449图片2.png|600px|frameless|thumb]]<br>     


<br>
<br>
== Test Code ==
== Test Code ==
<pre>
<pre>
Line 74: Line 82:
*[https://www.keyestudio.com/keyestudio-3-way-channel-irf540ns-high-current-mos-tube-module-for-arduino-p0561.html  '''Official Website''']
*[https://www.keyestudio.com/keyestudio-3-way-channel-irf540ns-high-current-mos-tube-module-for-arduino-p0561.html  '''Official Website''']


*[  ''' Shop on Aliexpress ''']
*[https://www.aliexpress.com/store/product/Keyestudio-3-way-Channel-IRF540NS-High-Current-MOS-Tube-Module-for-Arduino/1452162_33054455943.html?spm=2114.12010611.8148356.16.38cd6c0eCsbnEv ''' Shop on Aliexpress ''']





Revision as of 15:38, 25 December 2019


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


Overview

The keyestudio 3-channel IRF540NS high-current MOS module uses 3-channel MOS switch, which is applied to operate the high-current with small current, similar to a relay element.
It can be applied to drive the Servo, high-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


PINOUTS


thumb


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:

https://drive.google.com/open?id=1X-U-VaDFI_mbK0yUhxqlZwlA7BoC_H69



Buy from