Mosfet Module

From LinkSprite Playgound
Revision as of 03:41, 22 July 2016 by Alvin (talk | contribs) (Introduction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

This is a Mosfet module with Linker kit standard connection.Linker Mosfet(SSR) Module is a non-contact electronic switch module that has relay features. The featured LED indicates that the relay is on. It can be widely used in various areas such as computer peripheral interfaces, temperature/speed/light adjustment, servo control, petrochemical, medical instrumentations, financial devices, coal, meters, traffic signals, etc.

N16DH WITHOUT PACKAGED FRONT.jpg

N16DH WITHOUT PACKAGED BACK.jpg

Features

Dimensions: 44.2×44.2×21.0mm

Net weight: 10g

Dimension

SSR dimension.jpg

Schematics

Application Ideas

<syntaxhighlight lang="c"> /*

 Linker ssr
 the ssr will turn on for 5s and then turn off for 5s, and so on.

 This example code is in the public domain.
*/

int ssrControlPin = 13; void setup() {

 // initialize the digital pin as an output.
 // Pin 13 has an LED connected on most Arduino boards:
 pinMode(ssrControlPin, OUTPUT);     

}

void loop() {

 digitalWrite(ssrControlPin, HIGH);   // set the LED on
 delay(5000);              // wait for a second
 digitalWrite(ssrControlPin, LOW);    // set the LED off
 delay(5000);              // wait for a second

} </syntaxhighlight>

SSR link1.jpg

SSR link2.jpg

Resources

How to buy

Here to buy Mosfet Module on store