<?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_Base_Shield_For_Xduino</id>
	<title>LinkNode Base Shield For Xduino - 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_Base_Shield_For_Xduino"/>
	<link rel="alternate" type="text/html" href="https://wiki.linksprite.com/index.php?title=LinkNode_Base_Shield_For_Xduino&amp;action=history"/>
	<updated>2026-05-05T14:51:37Z</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_Base_Shield_For_Xduino&amp;diff=11762&amp;oldid=prev</id>
		<title>Alvin: Created page with &quot;== Introduction ==  640px  640px  This is the sensor base shield of Linker kit. It can accept the connection of various modules...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.linksprite.com/index.php?title=LinkNode_Base_Shield_For_Xduino&amp;diff=11762&amp;oldid=prev"/>
		<updated>2017-01-10T08:58:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction ==  &lt;a href=&quot;/index.php/File:LN_Xduino.png&quot; title=&quot;File:LN Xduino.png&quot;&gt;640px&lt;/a&gt;  &lt;a href=&quot;/index.php/File:LN_Xduino_2.png&quot; title=&quot;File:LN Xduino 2.png&quot;&gt;640px&lt;/a&gt;  This is the sensor base shield of Linker kit. It can accept the connection of various modules...&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;
[[File:LN Xduino.png|640px]]&lt;br /&gt;
&lt;br /&gt;
[[File:LN Xduino 2.png|640px]]&lt;br /&gt;
&lt;br /&gt;
This is the sensor base shield of Linker kit. It can accept the connection of various modules of LinkNode. This shield can be used with Arduino,pcDuino,Arduino 101 etc.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
*14 Digital connectors(D0-D13)&lt;br /&gt;
&lt;br /&gt;
*6 Analog connector (A0-A5)&lt;br /&gt;
&lt;br /&gt;
*1 I2C sockets (A4,A5) &lt;br /&gt;
&lt;br /&gt;
*1 SPI socket (D10-D13)&lt;br /&gt;
&lt;br /&gt;
*1 Software SPI socket (D7-D4)&lt;br /&gt;
&lt;br /&gt;
*2 UART connectors (D0、D1)&lt;br /&gt;
&lt;br /&gt;
*1 Reset button&lt;br /&gt;
&lt;br /&gt;
*Compatible with all LinkNode modules&lt;br /&gt;
&lt;br /&gt;
'''Note:I2C via connect to A4 ,A5 by default,if these pins not adapt to your boards, you can choose the welding points behind the welding board.'''&lt;br /&gt;
&lt;br /&gt;
== Schematics ==&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== 1. Here is an example of buzzer ===&lt;br /&gt;
&lt;br /&gt;
====(1) Connect the LinkNode Module buzzer to the TXD/D1====&lt;br /&gt;
&lt;br /&gt;
[[File:LN Xduino 3.png|640px]]&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
&lt;br /&gt;
 int  beep = 1 ;&lt;br /&gt;
  void setup() &lt;br /&gt;
  {&lt;br /&gt;
    pinMode(beep, 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(1);                      &lt;br /&gt;
    digitalWrite(led, HIGH); &lt;br /&gt;
    delay(1);&lt;br /&gt;
  }   &lt;br /&gt;
&lt;br /&gt;
=== 2. More sensors ===&lt;br /&gt;
&lt;br /&gt;
[[File:LN Xduino 4.png|640px]]&lt;/div&gt;</summary>
		<author><name>Alvin</name></author>
		
	</entry>
</feed>