<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linksprite.com/index.php?action=history&amp;feed=atom&amp;title=LinkNode_Relay_1Channel_Module</id>
	<title>LinkNode Relay 1Channel Module - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linksprite.com/index.php?action=history&amp;feed=atom&amp;title=LinkNode_Relay_1Channel_Module"/>
	<link rel="alternate" type="text/html" href="https://wiki.linksprite.com/index.php?title=LinkNode_Relay_1Channel_Module&amp;action=history"/>
	<updated>2026-05-04T10:10:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.linksprite.com/index.php?title=LinkNode_Relay_1Channel_Module&amp;diff=11694&amp;oldid=prev</id>
		<title>Alvin: Created page with &quot;== Introduction ==  The Relay Module is a digital normally-open switch. Through it, you can control circuit of high voltage with low voltage, say 3V on the controller. There i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.linksprite.com/index.php?title=LinkNode_Relay_1Channel_Module&amp;diff=11694&amp;oldid=prev"/>
		<updated>2016-12-13T02:21:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction ==  The Relay Module is a digital normally-open switch. Through it, you can control circuit of high voltage with low voltage, say 3V on the controller. There i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The Relay Module is a digital normally-open switch. Through it, you can control circuit of high voltage with low voltage, say 3V on the controller. There is an indicator LED on the board, which will light up when the controlled terminals get closed. The peak voltage capability is 250V at 10 amps.The Module Operating Voltage 3.3V, max 3.6V .&lt;br /&gt;
&lt;br /&gt;
[[File:RELAY D1.jpg|640px]]&lt;br /&gt;
&lt;br /&gt;
[[File:RELAY D1 2.jpg|640px]]&lt;br /&gt;
&lt;br /&gt;
[[File:RELAY D1 3.jpg|640px]]&lt;br /&gt;
&lt;br /&gt;
[[File:RELAY D1 4.jpg|640px]]&lt;br /&gt;
&lt;br /&gt;
== Wiring &amp;amp; Running ==&lt;br /&gt;
&lt;br /&gt;
The Relay module is connected to the base shield J2:&lt;br /&gt;
&lt;br /&gt;
Relay Signal --&amp;gt; LinkNode D1 G2 &lt;br /&gt;
&lt;br /&gt;
[[File:Relay D1 5.png|640px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Relay D1 6.png|640px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Relay D1 7.png|640px]]&lt;br /&gt;
&lt;br /&gt;
== Simple Code ==&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
   LinkNode Relay-1Channel&lt;br /&gt;
   the Relay will turn on for 0.5s and then turn off for 0.5s, and so on.&lt;br /&gt;
   This example code is in the public domain.&lt;br /&gt;
  */&lt;br /&gt;
  &lt;br /&gt;
 int RelayControlPin = 2;&lt;br /&gt;
 void setup() {                &lt;br /&gt;
   // initialize the digital pin as an output.&lt;br /&gt;
   pinMode(RelayControlPin, OUTPUT);     &lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 void loop() {&lt;br /&gt;
   digitalWrite(RelayControlPin, HIGH);   // set the relay on&lt;br /&gt;
   delay(500);              // wait for a second&lt;br /&gt;
   digitalWrite(RelayControlPin, LOW);    // set the relay off&lt;br /&gt;
   delay(500);              // wait for a second&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Datasheet ==&lt;br /&gt;
&lt;br /&gt;
[https://s3.amazonaws.com/linksprite/LinkNode+D1+ESP8266+Sensor+Kit/SONGLE+RELAY+SRD-XXVDC.pdf SONGLE RELAY SRD-XXVDC.pdf]&lt;/div&gt;</summary>
		<author><name>Alvin</name></author>
		
	</entry>
</feed>