Difference between revisions of "Mosfet Module"
Qian.zhang (talk | contribs) (→Schematics) |
(→Introduction) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
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. | 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. | ||
− | [[File: | + | [[File:N16DH WITHOUT PACKAGED FRONT.jpg|640px]] |
+ | |||
+ | [[File:N16DH WITHOUT PACKAGED BACK.jpg|640px]] | ||
== Features == | == Features == | ||
− | Dimensions: 44. | + | Dimensions: 44.2×44.2×21.0mm |
Net weight: 10g | Net weight: 10g | ||
+ | |||
+ | == Dimension == | ||
+ | |||
+ | [[File:SSR dimension.jpg]] | ||
== Schematics == | == Schematics == |
Latest revision as of 03:41, 22 July 2016
Contents
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.
Features
Dimensions: 44.2×44.2×21.0mm
Net weight: 10g
Dimension
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>
Resources
How to buy
Here to buy Mosfet Module on store