<?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=Linker_Base_Shield_for_Link_Node_D1</id>
	<title>Linker Base Shield for Link Node D1 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linksprite.com/index.php?action=history&amp;feed=atom&amp;title=Linker_Base_Shield_for_Link_Node_D1"/>
	<link rel="alternate" type="text/html" href="https://wiki.linksprite.com/index.php?title=Linker_Base_Shield_for_Link_Node_D1&amp;action=history"/>
	<updated>2026-05-13T18:45:51Z</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=Linker_Base_Shield_for_Link_Node_D1&amp;diff=12120&amp;oldid=prev</id>
		<title>Alvin: Created page with &quot;= Linker Base Shield for Link Node D1 =  == Introduction ==  This is the sensor base shield of Linker kit. It can accept the connection of various modules of Linker kit. This...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.linksprite.com/index.php?title=Linker_Base_Shield_for_Link_Node_D1&amp;diff=12120&amp;oldid=prev"/>
		<updated>2017-04-01T08:23:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Linker Base Shield for Link Node D1 =  == Introduction ==  This is the sensor base shield of Linker kit. It can accept the connection of various modules of Linker kit. This...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Linker Base Shield for Link Node D1 =&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This is the sensor base shield of Linker kit. It can accept the connection of various modules of Linker kit.&lt;br /&gt;
This shield can be used with Link Node D1.&lt;br /&gt;
&lt;br /&gt;
[[File:Linker Base Shield for Link Node D1 (1).jpg|600px]]&lt;br /&gt;
[[File:Linker Base Shield for Link Node D1 (3).jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
*6 Digital connectors (GPIO0-GPIO5，GPIO12-GPIO16)&lt;br /&gt;
*1 Analog connector (A0)&lt;br /&gt;
*4 I2C sockets （GPIO4、5）&lt;br /&gt;
*1 SPI socket （GPIO12-GPIO15）&lt;br /&gt;
*2 UART connectors （GPIO1、GPIO3）&lt;br /&gt;
*1 Reset button&lt;br /&gt;
*1 Red power indicator LED &lt;br /&gt;
*Compatible with all Linker modules&lt;br /&gt;
*Dimension：60.5×54.5×18 mm&lt;br /&gt;
*Weight: 22 g&lt;br /&gt;
&lt;br /&gt;
== Schematics ==&lt;br /&gt;
&lt;br /&gt;
[https://s3.amazonaws.com/linksprite/Linknode+D1/LinkerBaseForD1.pdf Schematics]&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Here is an example of blink LED：&lt;br /&gt;
(1) Connect the linker led to the TXD/G1 ;&lt;br /&gt;
&lt;br /&gt;
[[File:Linker Base Shield for Link Node D1.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Linker Base Shield for Link Node D1 4.png|600px]]&lt;br /&gt;
&lt;br /&gt;
(2) Simple Code:&lt;br /&gt;
&lt;br /&gt;
  int  led = 1 ;&lt;br /&gt;
  void setup() &lt;br /&gt;
  {&lt;br /&gt;
    pinMode(led, OUTPUT);    &lt;br /&gt;
  }&lt;br /&gt;
  // the loop function runs over and over again forever&lt;br /&gt;
  void loop() &lt;br /&gt;
  {&lt;br /&gt;
    digitalWrite(led, LOW);                                    &lt;br /&gt;
    delay(1000);                      &lt;br /&gt;
    digitalWrite(led, HIGH); &lt;br /&gt;
    delay(1000);&lt;br /&gt;
  }  &lt;br /&gt;
&lt;br /&gt;
(3) More modules&lt;br /&gt;
&lt;br /&gt;
[[File:Linker Base Shield for Link Node D1 5.png|600px]]&lt;/div&gt;</summary>
		<author><name>Alvin</name></author>
		
	</entry>
</feed>