<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http:///https//wiki.microduino.cn/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Micxjj</id>
		<title>Microduino Wikipedia - 用户贡献 [zh-cn]</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Micxjj"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php/%E7%89%B9%E6%AE%8A:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/Micxjj"/>
		<updated>2026-06-07T17:23:47Z</updated>
		<subtitle>用户贡献</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2405</id>
		<title>Microduino Video output</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2405"/>
				<updated>2014-05-04T09:09:25Z</updated>
		
		<summary type="html">&lt;p&gt;Micxjj：/* Notice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outline==&lt;br /&gt;
*Project：Microduino TV Output&lt;br /&gt;
*Purpose：The course will teach us how to use Microduino to connect your TV and send video output to the screen in the form of PAL or NTSC format. &lt;br /&gt;
*Difficulty：Middle&lt;br /&gt;
*Time-consuming：1 hour&lt;br /&gt;
*Maker：Microduino Studio-ray&lt;br /&gt;
*Source: Make Your Own Video Game System by Maik Schmidt  http://pragprog.com/magazines/2011-08/make-your-own-video-game-system/&lt;br /&gt;
&lt;br /&gt;
==Bill of Materials==&lt;br /&gt;
&lt;br /&gt;
*'''[[Microduino-Core]]'''&lt;br /&gt;
*'''[[Microduino-FT232R]]'''&lt;br /&gt;
&lt;br /&gt;
*Other Hardware Equipments&lt;br /&gt;
**A TV set with AV interface&lt;br /&gt;
**An USB cable   &lt;br /&gt;
**A number of wire jumper &lt;br /&gt;
**A RCA cable    &lt;br /&gt;
**A resistance of 1000Ω &lt;br /&gt;
**A resistance of 470 Ω &lt;br /&gt;
==RCA Cable ==&lt;br /&gt;
&lt;br /&gt;
Before we start to build a video signal, we must connect Microduino to a TV. The cheapest and the simplest solution is RCA cable (sometimes called cinch cable) which is used to send audio or video signals. In the chart below, you can a RCA cable with three connectors. &lt;br /&gt;
&lt;br /&gt;
These cables typically transmit sound (red and white connectors) and video (yellow connector). In this case, all we need is the cable of the yellow connector. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:RCA cable 1.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Video Format==&lt;br /&gt;
&lt;br /&gt;
Video format consists of PAL and NTSC. The former is mainly used in China：&lt;br /&gt;
&lt;br /&gt;
*PAL is a method of color frequency in the television broadcasting, whose full name is Phase Alternating Line). Most parts of the world are based on the PAL format in addition to North America and parts of the East Asia using the NTSC format, as well as the Middle East and Eastern Europe adopting SECAM format.  PAL was firstly proposed by the German, Walter Bruch in 1963, who worked for Telefunken. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*NTSC is an abbreviation for National Television Standards Committee, which is responsible for developing a United States standard television broadcasting transmitting and receiving protocol. Besides, there are two sets of standards : PAL and SECAM-which are used for other countries in the world. There is no significant change about NTSC standard in addition to adding new parameters of color signal since coming into being. Moreover, NTSC signal can not be directly compatible with computer systems.&lt;br /&gt;
&lt;br /&gt;
==Schematic Diagram==&lt;br /&gt;
&lt;br /&gt;
[[File: Microduino Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
&lt;br /&gt;
https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced_Tutorial/MicroduinoTVOut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tv.begin(PAL, WIDTH, HEIGHT);//Sett output format, length and width&lt;br /&gt;
&lt;br /&gt;
tv.select_font(font4x6);//Set front &lt;br /&gt;
tv.clear_screen();//Clear &lt;br /&gt;
&lt;br /&gt;
tv.draw_line(0, 10, WIDTH - 1, HEIGHT - 1, WHITE);//Draw line&lt;br /&gt;
&lt;br /&gt;
tv.draw_rect(0, 10, WIDTH - 11, HEIGHT - 11, WHITE);//Draw Rectangle&lt;br /&gt;
&lt;br /&gt;
tv.draw_circle(WIDTH / 2, HEIGHT / 2, 20, WHITE);//Draw circle &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
Step 1：Since Microduino has no RCA jack field, so how to connect Microduino to TV is a problem. Surely, we can add a RCA jack field on Microduino. However, we will use another way to connect cable to pins of Microduino.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cut your cable, you will find RCA cable includes signal wire and ground wire. &lt;br /&gt;
&lt;br /&gt;
The outermost layer is the ground wire. The signal wire is in the middle, which is protected by a layer of insulation.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two wires can be made as follows: &lt;br /&gt;
&lt;br /&gt;
[[File:To make RCA cable .jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2：To connect 1000 Ω and 470 Ω to two wires divided from the signal wire, according to the schematic diagram. The connecting line finally made looks just like this: &lt;br /&gt;
&lt;br /&gt;
[[File: Pictures of resistance connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 3：To connect RCA to Microduino, connect 1000 Ω to D9, 470 Ω to D7, and Gnd to GND, as follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Picture of Microduino connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
The connector of RCA connecting to the AV connector of your TV is yellow and very easy to recognize. &lt;br /&gt;
&lt;br /&gt;
Step 4：A library function will be needed to solve video encoding output problems of PAL and NTSC: http://code.google.com/p/arduino-tvout/&lt;br /&gt;
&lt;br /&gt;
To download the code and compile successfully.&lt;br /&gt;
&lt;br /&gt;
Step 5：To run the code and see what happens on the screen of the TV. &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
A line, a circle and “Hello Microduino” will be displayed recurrently on TV.  As follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Video Output Image hello microduino.jpg|600px|center|thumb]]&lt;br /&gt;
[[File: Video Output Image.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Notice==&lt;br /&gt;
&lt;br /&gt;
*Mistakes should be avoided during welding resistance&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
http://v.youku.com/v_show/id_XNzAxOTc5NTA4.html&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Micxjj</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2404</id>
		<title>Microduino Video output</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2404"/>
				<updated>2014-05-04T09:08:07Z</updated>
		
		<summary type="html">&lt;p&gt;Micxjj：/* Video Format */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outline==&lt;br /&gt;
*Project：Microduino TV Output&lt;br /&gt;
*Purpose：The course will teach us how to use Microduino to connect your TV and send video output to the screen in the form of PAL or NTSC format. &lt;br /&gt;
*Difficulty：Middle&lt;br /&gt;
*Time-consuming：1 hour&lt;br /&gt;
*Maker：Microduino Studio-ray&lt;br /&gt;
*Source: Make Your Own Video Game System by Maik Schmidt  http://pragprog.com/magazines/2011-08/make-your-own-video-game-system/&lt;br /&gt;
&lt;br /&gt;
==Bill of Materials==&lt;br /&gt;
&lt;br /&gt;
*'''[[Microduino-Core]]'''&lt;br /&gt;
*'''[[Microduino-FT232R]]'''&lt;br /&gt;
&lt;br /&gt;
*Other Hardware Equipments&lt;br /&gt;
**A TV set with AV interface&lt;br /&gt;
**An USB cable   &lt;br /&gt;
**A number of wire jumper &lt;br /&gt;
**A RCA cable    &lt;br /&gt;
**A resistance of 1000Ω &lt;br /&gt;
**A resistance of 470 Ω &lt;br /&gt;
==RCA Cable ==&lt;br /&gt;
&lt;br /&gt;
Before we start to build a video signal, we must connect Microduino to a TV. The cheapest and the simplest solution is RCA cable (sometimes called cinch cable) which is used to send audio or video signals. In the chart below, you can a RCA cable with three connectors. &lt;br /&gt;
&lt;br /&gt;
These cables typically transmit sound (red and white connectors) and video (yellow connector). In this case, all we need is the cable of the yellow connector. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:RCA cable 1.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Video Format==&lt;br /&gt;
&lt;br /&gt;
Video format consists of PAL and NTSC. The former is mainly used in China：&lt;br /&gt;
&lt;br /&gt;
*PAL is a method of color frequency in the television broadcasting, whose full name is Phase Alternating Line). Most parts of the world are based on the PAL format in addition to North America and parts of the East Asia using the NTSC format, as well as the Middle East and Eastern Europe adopting SECAM format.  PAL was firstly proposed by the German, Walter Bruch in 1963, who worked for Telefunken. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*NTSC is an abbreviation for National Television Standards Committee, which is responsible for developing a United States standard television broadcasting transmitting and receiving protocol. Besides, there are two sets of standards : PAL and SECAM-which are used for other countries in the world. There is no significant change about NTSC standard in addition to adding new parameters of color signal since coming into being. Moreover, NTSC signal can not be directly compatible with computer systems.&lt;br /&gt;
&lt;br /&gt;
==Schematic Diagram==&lt;br /&gt;
&lt;br /&gt;
[[File: Microduino Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
&lt;br /&gt;
https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced_Tutorial/MicroduinoTVOut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tv.begin(PAL, WIDTH, HEIGHT);//Sett output format, length and width&lt;br /&gt;
&lt;br /&gt;
tv.select_font(font4x6);//Set front &lt;br /&gt;
tv.clear_screen();//Clear &lt;br /&gt;
&lt;br /&gt;
tv.draw_line(0, 10, WIDTH - 1, HEIGHT - 1, WHITE);//Draw line&lt;br /&gt;
&lt;br /&gt;
tv.draw_rect(0, 10, WIDTH - 11, HEIGHT - 11, WHITE);//Draw Rectangle&lt;br /&gt;
&lt;br /&gt;
tv.draw_circle(WIDTH / 2, HEIGHT / 2, 20, WHITE);//Draw circle &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
Step 1：Since Microduino has no RCA jack field, so how to connect Microduino to TV is a problem. Surely, we can add a RCA jack field on Microduino. However, we will use another way to connect cable to pins of Microduino.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cut your cable, you will find RCA cable includes signal wire and ground wire. &lt;br /&gt;
&lt;br /&gt;
The outermost layer is the ground wire. The signal wire is in the middle, which is protected by a layer of insulation.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two wires can be made as follows: &lt;br /&gt;
&lt;br /&gt;
[[File:To make RCA cable .jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2：To connect 1000 Ω and 470 Ω to two wires divided from the signal wire, according to the schematic diagram. The connecting line finally made looks just like this: &lt;br /&gt;
&lt;br /&gt;
[[File: Pictures of resistance connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 3：To connect RCA to Microduino, connect 1000 Ω to D9, 470 Ω to D7, and Gnd to GND, as follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Picture of Microduino connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
The connector of RCA connecting to the AV connector of your TV is yellow and very easy to recognize. &lt;br /&gt;
&lt;br /&gt;
Step 4：A library function will be needed to solve video encoding output problems of PAL and NTSC: http://code.google.com/p/arduino-tvout/&lt;br /&gt;
&lt;br /&gt;
To download the code and compile successfully.&lt;br /&gt;
&lt;br /&gt;
Step 5：To run the code and see what happens on the screen of the TV. &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
A line, a circle and “Hello Microduino” will be displayed recurrently on TV.  As follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Video Output Image hello microduino.jpg|600px|center|thumb]]&lt;br /&gt;
[[File: Video Output Image.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Notice==&lt;br /&gt;
&lt;br /&gt;
*No mistakes are allowed during welding resistance &lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
http://v.youku.com/v_show/id_XNzAxOTc5NTA4.html&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Micxjj</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2403</id>
		<title>Microduino Video output</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2403"/>
				<updated>2014-05-04T09:04:56Z</updated>
		
		<summary type="html">&lt;p&gt;Micxjj：/* RCA Cable */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outline==&lt;br /&gt;
*Project：Microduino TV Output&lt;br /&gt;
*Purpose：The course will teach us how to use Microduino to connect your TV and send video output to the screen in the form of PAL or NTSC format. &lt;br /&gt;
*Difficulty：Middle&lt;br /&gt;
*Time-consuming：1 hour&lt;br /&gt;
*Maker：Microduino Studio-ray&lt;br /&gt;
*Source: Make Your Own Video Game System by Maik Schmidt  http://pragprog.com/magazines/2011-08/make-your-own-video-game-system/&lt;br /&gt;
&lt;br /&gt;
==Bill of Materials==&lt;br /&gt;
&lt;br /&gt;
*'''[[Microduino-Core]]'''&lt;br /&gt;
*'''[[Microduino-FT232R]]'''&lt;br /&gt;
&lt;br /&gt;
*Other Hardware Equipments&lt;br /&gt;
**A TV set with AV interface&lt;br /&gt;
**An USB cable   &lt;br /&gt;
**A number of wire jumper &lt;br /&gt;
**A RCA cable    &lt;br /&gt;
**A resistance of 1000Ω &lt;br /&gt;
**A resistance of 470 Ω &lt;br /&gt;
==RCA Cable ==&lt;br /&gt;
&lt;br /&gt;
Before we start to build a video signal, we must connect Microduino to a TV. The cheapest and the simplest solution is RCA cable (sometimes called cinch cable) which is used to send audio or video signals. In the chart below, you can a RCA cable with three connectors. &lt;br /&gt;
&lt;br /&gt;
These cables typically transmit sound (red and white connectors) and video (yellow connector). In this case, all we need is the cable of the yellow connector. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:RCA cable 1.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Video Format==&lt;br /&gt;
&lt;br /&gt;
Video format consists of PAL and NTSC. The former is mainly used in China：&lt;br /&gt;
&lt;br /&gt;
*PAL is a method of color frequency in the television broadcasting, whose full name is Phase Alternating Line). Most parts of the world are based on the PAL format in addition to North America and parts of the East Asia using the NTSC format, as well as the Middle East and Eastern Europe adopting SECAM format.  PAL was firstly proposed by the German, Walter Bruch in1963, who worked for Telefunken. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*NTSC is an abbreviation for National Television Standards Committee, which is responsible for developing a United States standard television broadcasting transmitting and receiving protocol. Besides, there are two sets of standards : PAL and SECAM-which are used for other countries in the world. There is no significant change about NTSC standard in addition to adding new parameters of color signal since coming into being. Moreover, NTSC signal can not be directly compatible with computer systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Schematic Diagram==&lt;br /&gt;
&lt;br /&gt;
[[File: Microduino Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
&lt;br /&gt;
https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced_Tutorial/MicroduinoTVOut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tv.begin(PAL, WIDTH, HEIGHT);//Sett output format, length and width&lt;br /&gt;
&lt;br /&gt;
tv.select_font(font4x6);//Set front &lt;br /&gt;
tv.clear_screen();//Clear &lt;br /&gt;
&lt;br /&gt;
tv.draw_line(0, 10, WIDTH - 1, HEIGHT - 1, WHITE);//Draw line&lt;br /&gt;
&lt;br /&gt;
tv.draw_rect(0, 10, WIDTH - 11, HEIGHT - 11, WHITE);//Draw Rectangle&lt;br /&gt;
&lt;br /&gt;
tv.draw_circle(WIDTH / 2, HEIGHT / 2, 20, WHITE);//Draw circle &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
Step 1：Since Microduino has no RCA jack field, so how to connect Microduino to TV is a problem. Surely, we can add a RCA jack field on Microduino. However, we will use another way to connect cable to pins of Microduino.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cut your cable, you will find RCA cable includes signal wire and ground wire. &lt;br /&gt;
&lt;br /&gt;
The outermost layer is the ground wire. The signal wire is in the middle, which is protected by a layer of insulation.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two wires can be made as follows: &lt;br /&gt;
&lt;br /&gt;
[[File:To make RCA cable .jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2：To connect 1000 Ω and 470 Ω to two wires divided from the signal wire, according to the schematic diagram. The connecting line finally made looks just like this: &lt;br /&gt;
&lt;br /&gt;
[[File: Pictures of resistance connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 3：To connect RCA to Microduino, connect 1000 Ω to D9, 470 Ω to D7, and Gnd to GND, as follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Picture of Microduino connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
The connector of RCA connecting to the AV connector of your TV is yellow and very easy to recognize. &lt;br /&gt;
&lt;br /&gt;
Step 4：A library function will be needed to solve video encoding output problems of PAL and NTSC: http://code.google.com/p/arduino-tvout/&lt;br /&gt;
&lt;br /&gt;
To download the code and compile successfully.&lt;br /&gt;
&lt;br /&gt;
Step 5：To run the code and see what happens on the screen of the TV. &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
A line, a circle and “Hello Microduino” will be displayed recurrently on TV.  As follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Video Output Image hello microduino.jpg|600px|center|thumb]]&lt;br /&gt;
[[File: Video Output Image.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Notice==&lt;br /&gt;
&lt;br /&gt;
*No mistakes are allowed during welding resistance &lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
http://v.youku.com/v_show/id_XNzAxOTc5NTA4.html&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Micxjj</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2402</id>
		<title>Microduino Video output</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2402"/>
				<updated>2014-05-04T08:35:58Z</updated>
		
		<summary type="html">&lt;p&gt;Micxjj：/* Result */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outline==&lt;br /&gt;
*Project：Microduino TV Output&lt;br /&gt;
*Purpose：The course will teach us how to use Microduino to connect your TV and send video output to the screen in the form of PAL or NTSC format. &lt;br /&gt;
*Difficulty：Middle&lt;br /&gt;
*Time-consuming：1 hour&lt;br /&gt;
*Maker：Microduino Studio-ray&lt;br /&gt;
*Source: Make Your Own Video Game System by Maik Schmidt  http://pragprog.com/magazines/2011-08/make-your-own-video-game-system/&lt;br /&gt;
&lt;br /&gt;
==Bill of Materials==&lt;br /&gt;
&lt;br /&gt;
*'''[[Microduino-Core]]'''&lt;br /&gt;
*'''[[Microduino-FT232R]]'''&lt;br /&gt;
&lt;br /&gt;
*Other Hardware Equipments&lt;br /&gt;
**A TV set with AV interface&lt;br /&gt;
**An USB cable   &lt;br /&gt;
**A number of wire jumper &lt;br /&gt;
**A RCA cable    &lt;br /&gt;
**A resistance of 1000Ω &lt;br /&gt;
**A resistance of 470 Ω &lt;br /&gt;
==RCA Cable ==&lt;br /&gt;
&lt;br /&gt;
Before we start to build a video signal, we must get Microduino connecting to a TV. The cheapest and the simplest solution is RCA cable (sometimes called cinch cable) which is used to send audio or video signals. In the chart below, you can a RCA cable with three connectors. &lt;br /&gt;
&lt;br /&gt;
These cables typically transmit sound (red and white connectors) and video (yellow connector). In this case, all we need is the cable of the yellow connector. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:RCA cable 1.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Video Format==&lt;br /&gt;
&lt;br /&gt;
Video format consists of PAL and NTSC. The former is mainly used in China：&lt;br /&gt;
&lt;br /&gt;
*PAL is a method of color frequency in the television broadcasting, whose full name is Phase Alternating Line). Most parts of the world are based on the PAL format in addition to North America and parts of the East Asia using the NTSC format, as well as the Middle East and Eastern Europe adopting SECAM format.  PAL was firstly proposed by the German, Walter Bruch in1963, who worked for Telefunken. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*NTSC is an abbreviation for National Television Standards Committee, which is responsible for developing a United States standard television broadcasting transmitting and receiving protocol. Besides, there are two sets of standards : PAL and SECAM-which are used for other countries in the world. There is no significant change about NTSC standard in addition to adding new parameters of color signal since coming into being. Moreover, NTSC signal can not be directly compatible with computer systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Schematic Diagram==&lt;br /&gt;
&lt;br /&gt;
[[File: Microduino Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
&lt;br /&gt;
https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced_Tutorial/MicroduinoTVOut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tv.begin(PAL, WIDTH, HEIGHT);//Sett output format, length and width&lt;br /&gt;
&lt;br /&gt;
tv.select_font(font4x6);//Set front &lt;br /&gt;
tv.clear_screen();//Clear &lt;br /&gt;
&lt;br /&gt;
tv.draw_line(0, 10, WIDTH - 1, HEIGHT - 1, WHITE);//Draw line&lt;br /&gt;
&lt;br /&gt;
tv.draw_rect(0, 10, WIDTH - 11, HEIGHT - 11, WHITE);//Draw Rectangle&lt;br /&gt;
&lt;br /&gt;
tv.draw_circle(WIDTH / 2, HEIGHT / 2, 20, WHITE);//Draw circle &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
Step 1：Since Microduino has no RCA jack field, so how to connect Microduino to TV is a problem. Surely, we can add a RCA jack field on Microduino. However, we will use another way to connect cable to pins of Microduino.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cut your cable, you will find RCA cable includes signal wire and ground wire. &lt;br /&gt;
&lt;br /&gt;
The outermost layer is the ground wire. The signal wire is in the middle, which is protected by a layer of insulation.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two wires can be made as follows: &lt;br /&gt;
&lt;br /&gt;
[[File:To make RCA cable .jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2：To connect 1000 Ω and 470 Ω to two wires divided from the signal wire, according to the schematic diagram. The connecting line finally made looks just like this: &lt;br /&gt;
&lt;br /&gt;
[[File: Pictures of resistance connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 3：To connect RCA to Microduino, connect 1000 Ω to D9, 470 Ω to D7, and Gnd to GND, as follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Picture of Microduino connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
The connector of RCA connecting to the AV connector of your TV is yellow and very easy to recognize. &lt;br /&gt;
&lt;br /&gt;
Step 4：A library function will be needed to solve video encoding output problems of PAL and NTSC: http://code.google.com/p/arduino-tvout/&lt;br /&gt;
&lt;br /&gt;
To download the code and compile successfully.&lt;br /&gt;
&lt;br /&gt;
Step 5：To run the code and see what happens on the screen of the TV. &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
A line, a circle and “Hello Microduino” will be displayed recurrently on TV.  As follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Video Output Image hello microduino.jpg|600px|center|thumb]]&lt;br /&gt;
[[File: Video Output Image.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Notice==&lt;br /&gt;
&lt;br /&gt;
*No mistakes are allowed during welding resistance &lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
http://v.youku.com/v_show/id_XNzAxOTc5NTA4.html&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Micxjj</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2401</id>
		<title>Microduino Video output</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_Video_output&amp;diff=2401"/>
				<updated>2014-05-04T08:31:34Z</updated>
		
		<summary type="html">&lt;p&gt;Micxjj：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- |   ==Outline== *Project：Microduino TV Output *Purpose：The course will teach us how to use Microduino to connect your TV and send video output ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outline==&lt;br /&gt;
*Project：Microduino TV Output&lt;br /&gt;
*Purpose：The course will teach us how to use Microduino to connect your TV and send video output to the screen in the form of PAL or NTSC format. &lt;br /&gt;
*Difficulty：Middle&lt;br /&gt;
*Time-consuming：1 hour&lt;br /&gt;
*Maker：Microduino Studio-ray&lt;br /&gt;
*Source: Make Your Own Video Game System by Maik Schmidt  http://pragprog.com/magazines/2011-08/make-your-own-video-game-system/&lt;br /&gt;
&lt;br /&gt;
==Bill of Materials==&lt;br /&gt;
&lt;br /&gt;
*'''[[Microduino-Core]]'''&lt;br /&gt;
*'''[[Microduino-FT232R]]'''&lt;br /&gt;
&lt;br /&gt;
*Other Hardware Equipments&lt;br /&gt;
**A TV set with AV interface&lt;br /&gt;
**An USB cable   &lt;br /&gt;
**A number of wire jumper &lt;br /&gt;
**A RCA cable    &lt;br /&gt;
**A resistance of 1000Ω &lt;br /&gt;
**A resistance of 470 Ω &lt;br /&gt;
==RCA Cable ==&lt;br /&gt;
&lt;br /&gt;
Before we start to build a video signal, we must get Microduino connecting to a TV. The cheapest and the simplest solution is RCA cable (sometimes called cinch cable) which is used to send audio or video signals. In the chart below, you can a RCA cable with three connectors. &lt;br /&gt;
&lt;br /&gt;
These cables typically transmit sound (red and white connectors) and video (yellow connector). In this case, all we need is the cable of the yellow connector. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:RCA cable 1.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Video Format==&lt;br /&gt;
&lt;br /&gt;
Video format consists of PAL and NTSC. The former is mainly used in China：&lt;br /&gt;
&lt;br /&gt;
*PAL is a method of color frequency in the television broadcasting, whose full name is Phase Alternating Line). Most parts of the world are based on the PAL format in addition to North America and parts of the East Asia using the NTSC format, as well as the Middle East and Eastern Europe adopting SECAM format.  PAL was firstly proposed by the German, Walter Bruch in1963, who worked for Telefunken. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*NTSC is an abbreviation for National Television Standards Committee, which is responsible for developing a United States standard television broadcasting transmitting and receiving protocol. Besides, there are two sets of standards : PAL and SECAM-which are used for other countries in the world. There is no significant change about NTSC standard in addition to adding new parameters of color signal since coming into being. Moreover, NTSC signal can not be directly compatible with computer systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Schematic Diagram==&lt;br /&gt;
&lt;br /&gt;
[[File: Microduino Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Video Output Schematic Diagram.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
&lt;br /&gt;
https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced_Tutorial/MicroduinoTVOut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tv.begin(PAL, WIDTH, HEIGHT);//Sett output format, length and width&lt;br /&gt;
&lt;br /&gt;
tv.select_font(font4x6);//Set front &lt;br /&gt;
tv.clear_screen();//Clear &lt;br /&gt;
&lt;br /&gt;
tv.draw_line(0, 10, WIDTH - 1, HEIGHT - 1, WHITE);//Draw line&lt;br /&gt;
&lt;br /&gt;
tv.draw_rect(0, 10, WIDTH - 11, HEIGHT - 11, WHITE);//Draw Rectangle&lt;br /&gt;
&lt;br /&gt;
tv.draw_circle(WIDTH / 2, HEIGHT / 2, 20, WHITE);//Draw circle &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
Step 1：Since Microduino has no RCA jack field, so how to connect Microduino to TV is a problem. Surely, we can add a RCA jack field on Microduino. However, we will use another way to connect cable to pins of Microduino.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cut your cable, you will find RCA cable includes signal wire and ground wire. &lt;br /&gt;
&lt;br /&gt;
The outermost layer is the ground wire. The signal wire is in the middle, which is protected by a layer of insulation.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The two wires can be made as follows: &lt;br /&gt;
&lt;br /&gt;
[[File:To make RCA cable .jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2：To connect 1000 Ω and 470 Ω to two wires divided from the signal wire, according to the schematic diagram. The connecting line finally made looks just like this: &lt;br /&gt;
&lt;br /&gt;
[[File: Pictures of resistance connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 3：To connect RCA to Microduino, connect 1000 Ω to D9, 470 Ω to D7, and Gnd to GND, as follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Picture of Microduino connecting to RCA cable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
The connector of RCA connecting to the AV connector of your TV is yellow and very easy to recognize. &lt;br /&gt;
&lt;br /&gt;
Step 4：A library function will be needed to solve video encoding output problems of PAL and NTSC: http://code.google.com/p/arduino-tvout/&lt;br /&gt;
&lt;br /&gt;
To download the code and compile successfully.&lt;br /&gt;
&lt;br /&gt;
Step 5：To run the code and see what happens on the screen of the TV. &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
A line, a circle and “Hello Microduino” will loop on TV.  As follows: &lt;br /&gt;
&lt;br /&gt;
[[File: Video Output Image hello microduino.jpg|600px|center|thumb]]&lt;br /&gt;
[[File: Video Output Image.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Notice==&lt;br /&gt;
&lt;br /&gt;
*No mistakes are allowed during welding resistance &lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
http://v.youku.com/v_show/id_XNzAxOTc5NTA4.html&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Micxjj</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Main_Page/zh&amp;diff=785</id>
		<title>Main Page/zh</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Main_Page/zh&amp;diff=785"/>
				<updated>2014-02-21T01:57:02Z</updated>
		
		<summary type="html">&lt;p&gt;Micxjj：/* Microduino 进阶教程 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Language|Main Page}}&lt;br /&gt;
{| class=&amp;quot;titlebox&amp;quot; width=&amp;quot;800px&amp;quot; style=&amp;quot;border:2px solid #000000; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px;&amp;quot; cellspacing=0 cellpadding=0&lt;br /&gt;
! style=&amp;quot;background:#000000; border-radius:2px; padding:5px; color:#ffffff;&amp;quot; | &amp;lt;div style=&amp;quot;font-size:180%;text-align:center;&amp;quot;&amp;gt;欢迎访问 Microduino 维基百科&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| &lt;br /&gt;
|-&lt;br /&gt;
|[[file:Headline.png|800px|left]]&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| &lt;br /&gt;
|-&lt;br /&gt;
| 小身材，大能量！&lt;br /&gt;
|-&lt;br /&gt;
| '''[[Microduino]]''' 系列模块是 Arduino 的兼容开发板。&lt;br /&gt;
|-&lt;br /&gt;
| Microduino 采用独有的 U 型 27 Pin 接口规范（UPin-27），尺寸小巧，长25.4mm X 宽27.94mm，如一枚1元硬币的大小。所有的模块都可以通过 UPIN-27 堆叠在一起，即插即用。 &lt;br /&gt;
|-&lt;br /&gt;
| Microduino 主要应用在玩家作品的创意实现、原型开发、小批量生产等阶段。模块化和轻量化的特点让 Microduino 在对尺寸、成本有要求的项目设计中具有独特的优势，并可以根据玩家的需要，配合其他 Microduino 模块，对设计进行快速灵活的功能扩展。&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Microduino微博: http://www.weibo.com/microduino&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino淘宝：http://microduino.taobao.com&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino QQ群：123972320&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino首秀@BJ_Maker_Space &lt;br /&gt;
【'''[[Media:Microduino_Introduction_BJ_Maker_Space.rar|ppsx下载]]'''】 【'''[[Media:Microduino_Introduction_BJ_Maker_Space.pdf|pdf下载]]'''】&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino分享@北邮125&lt;br /&gt;
【'''[[Media:From_Arduino_to_Microduino.rar|ppsx下载]]'''】 【'''[[Media:From_Arduino_to_Microduino.pdf|pdf下载]]'''】&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
==Microduino 核心模块（Arduino 兼容板）==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-Core/zh]]'''&lt;br /&gt;
*Microduino 核心模块&lt;br /&gt;
*兼容Arduino Uno &lt;br /&gt;
*主芯片：ATmega328P/ATmega168PA&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-core-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-Core+/zh]]''' （性能加强）核心板&lt;br /&gt;
*与Arduino Mega2560配置相当&lt;br /&gt;
*配备两套硬串口，增加10个数字接口&lt;br /&gt;
*主芯片：ATmega644PA/ATmega1284P&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-core+-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-FT232R/zh]]'''&lt;br /&gt;
*Microduino USB转串口通信模块&lt;br /&gt;
*与Microduino-Core/Core+ 模块叠加，从上位机下载程序&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-ft232r-rect.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
==Microduino 扩展模块==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-ENC28J60/zh]]'''&lt;br /&gt;
*Microduino 以太网模块&lt;br /&gt;
*IEEE 802.3 兼容的以太网控制器&lt;br /&gt;
*集成MAC 和10 BASE-T PHY&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-enc-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-RJ45/zh]]'''&lt;br /&gt;
*Microduino 以太网口模块&lt;br /&gt;
*集成网络变压器&lt;br /&gt;
*POE供电&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-rj45-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-nRF24/zh]]'''&lt;br /&gt;
*Microduino 2.4G 无线通信模块&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*有相应的组网库支持，可进行简单组网&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[file:Microduino-nRF-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-【BT】/zh]]'''&lt;br /&gt;
*Microduino 蓝牙盾，蓝牙4.0版本&lt;br /&gt;
*支持蓝牙相应传输协议&lt;br /&gt;
*通过串口与 Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-bt-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-SD/zh]]'''&lt;br /&gt;
*Microduino Micro SD 卡存储模块&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-sd-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-BM/zh]]'''&lt;br /&gt;
*Microduino 单节锂电池充放电管理模块&lt;br /&gt;
*集成充电、电量检测及LED指示功能&lt;br /&gt;
*可将锂电池 3.7V升压到5V输出，LDO到3.3V输出&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-bm-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-10DOF/zh]]'''&lt;br /&gt;
*Microduino 矢量传感器模块，集成四种传感器&lt;br /&gt;
*三轴加速度传感器+三轴陀螺仪（MPU6050）&lt;br /&gt;
*磁场强度传感器（HMC5883L）&lt;br /&gt;
*气压传感器BMP180&lt;br /&gt;
*通过I2C接口与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-10dof-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-RTC/zh]]'''&lt;br /&gt;
*Microduino RTC时钟模块&lt;br /&gt;
*基于PCF8563时钟芯片&lt;br /&gt;
*采用I2C接口与Core/Core+ 核心模块通信&lt;br /&gt;
*带I2C接口的EEPROM AT24C32 存储芯片&lt;br /&gt;
*带中断输出&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-rtc-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-CC3000/zh]]'''&lt;br /&gt;
*Microduino WIFI通信模块&lt;br /&gt;
*基于TI CC3000 IEEE 802.11b/g solution&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-cc3000-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-NEO-6M/zh]]'''&lt;br /&gt;
*Microduino GPS定位模块&lt;br /&gt;
*核心采用UBLOX NEO-6M模组&lt;br /&gt;
*通过串口与 Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-neo-6m-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-LM4863/zh]]'''&lt;br /&gt;
*Microduino 音频功率放大模块&lt;br /&gt;
*基于LM4863芯片&lt;br /&gt;
*2.54排针接口&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-lm4863-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-A4982/zh]]'''&lt;br /&gt;
*Microduino 步进电机驱动模块&lt;br /&gt;
*支持四线二相步进电机&lt;br /&gt;
*独特的接插方式，更加节省空间&lt;br /&gt;
|[[File:Microduino-a4982-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-A3906/zh]]'''&lt;br /&gt;
*Microduino 直流电机驱动模块&lt;br /&gt;
*可驱动两个直流电机&lt;br /&gt;
*独特的接插方式，更加节省空间&lt;br /&gt;
|[[File:Microduino-a3906-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-OLED/zh]]'''&lt;br /&gt;
*Microduino OLED 显示模块&lt;br /&gt;
*基于 SSD1306 的 0.96 吋 12864 OLED 显示模块&lt;br /&gt;
*采用I2C接口与Core/Core+ 核心模块通信&lt;br /&gt;
*3.3V 供电&lt;br /&gt;
|[[File:Microduino-oled-rect.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 应用主板==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-Solo/zh]]'''&lt;br /&gt;
*基于Microduino模块的传感器扩展板&lt;br /&gt;
|[[File:Microduino-solo-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Duo-v/zh]]'''&lt;br /&gt;
*基于Microduino模块的扩展板&lt;br /&gt;
|[[File:Microduino-duo-v-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Duo-h/zh]]'''&lt;br /&gt;
*基于Microduino模块的扩展板&lt;br /&gt;
|[[File:Microduino-duo-h-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Uno/zh]]'''&lt;br /&gt;
*兼容Arduino uno针脚&amp;amp;UPIN27的主板&lt;br /&gt;
|[[File:Microduino-uno-rect.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 基础教程==&lt;br /&gt;
* '''[[课前准备--Microduino 驱动安装及 Arduino IDE 介绍、Arduino 编程介绍]]'''&lt;br /&gt;
* '''[[第一课--LED灯闪烁实验（面包板的使用）/zh]]'''&lt;br /&gt;
* '''[[第二课--多个led的闪烁/zh]]'''&lt;br /&gt;
* '''[[第三课--按钮控制的LED开关/zh]]'''&lt;br /&gt;
* '''[[第四课--按钮PWM控制LED亮度/zh]]'''&lt;br /&gt;
* '''[[第五课--电位器PWM控制LED亮度/zh]]'''&lt;br /&gt;
* '''[[第六课--程序PWM控制LED亮度--呼吸灯/zh]]'''&lt;br /&gt;
* '''[[第七课--控制 RGB 彩色 LED 灯的颜色/zh]]'''&lt;br /&gt;
* '''[[第八课--脉冲计时（看你按住开关有多久）/zh]]'''&lt;br /&gt;
* '''[[第九课--Microduino 做0-5V量程的电压表（万用表的使用）/zh]]'''&lt;br /&gt;
* '''[[第十课--第一次洞洞板试验（电烙铁的使用）/zh]]'''&lt;br /&gt;
* '''[[第十一课--Microduino 达文西之灯（光敏实验）/zh]]'''&lt;br /&gt;
* '''[[第十二课--Microduino 光照指示器/zh]]'''&lt;br /&gt;
* '''[[第十三课--Microduino 光照报警器（自己DIY光敏三极管）/zh]]'''&lt;br /&gt;
* '''[[第十四课--Microduino 简单温度计/zh]]'''&lt;br /&gt;
* '''[[第十五课--Microduino 制作感温杯电路/zh]]'''&lt;br /&gt;
* '''[[第十六课--Microduino 指尖开关（三极管触发）]]'''&lt;br /&gt;
* '''[[第十七课--Microduino 蜂鸣器警报器]]'''&lt;br /&gt;
* '''[[第十八课--Microduino 制作讯线水位报警器模型]]'''&lt;br /&gt;
* '''[[第十九课--Microduino 内部基准源ADC采样]]'''&lt;br /&gt;
* '''[[第二十课--Microduino 中断的使用]]'''&lt;br /&gt;
* '''[[第二十一课--Microduino 串口调试]]'''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 进阶教程==&lt;br /&gt;
&lt;br /&gt;
* '''[[第一课--Microduino 电阻计/zh]]'''			&lt;br /&gt;
* '''[[第二课--Microduino OLED使用/zh]]'''&lt;br /&gt;
* '''[[第三课Microduino 数字电压表/zh]]'''&lt;br /&gt;
* '''[[第四课--Microduino 电话拨号器/zh]]'''&lt;br /&gt;
* '''[[第五课--Microduino 模拟电脑键盘/zh]]'''&lt;br /&gt;
* '''[[第六课--Microduino 简单频率计（串口监视/zh）]]'''&lt;br /&gt;
* '''[[第七课--Microduino 舵机驱动，不用库函数/zh]]'''&lt;br /&gt;
* '''[[第八课--Microduino 红外发射与接收/zh]]'''&lt;br /&gt;
* '''[[第九课--Microduino 红外转码/zh]]'''&lt;br /&gt;
* '''[[第十课--Microduino 超声波测距/zh]]'''&lt;br /&gt;
* '''[[第十一课--Microduino 红外控制舵机角度/zh]]'''&lt;br /&gt;
* '''[[第十二课--Microduino 74HC595级联数据串入并出/zh]]'''&lt;br /&gt;
* '''[[第十三课--Microduino 单个数码管带点显示/zh]]'''&lt;br /&gt;
* '''[[第十四课--Microduino 数码管实验一-数码管骰子/zh]]'''&lt;br /&gt;
* '''[[第十五课--Microduino 数码管实验二-电位器控制/zh]]'''&lt;br /&gt;
* '''[[第十六课--Microduino 数码管实验三-显示红外遥控器按键值/zh]]'''&lt;br /&gt;
* '''[[第十七课--Microduino 独立按键让数码管加减/zh]]'''			&lt;br /&gt;
* '''[[第十八课--Microduino 8路抢答器/zh]]'''			&lt;br /&gt;
* '''[[第十九课--Microduino 两位数码管动态显示/zh]]'''			&lt;br /&gt;
* '''[[第二十课--Microduino 两位数码管倒计时显示/zh]]'''			&lt;br /&gt;
* '''[[第二十一课--Microduino 四位位数码管静态显示/zh]]'''			&lt;br /&gt;
* '''[[第二十二课--Microduino 四位位数码管动态显示/zh]]'''			&lt;br /&gt;
* '''[[第二十三课--Microduino 数码管时钟/zh]]'''&lt;br /&gt;
* '''[[第二十四课--Microduino 数码管温度计/zh]]'''			&lt;br /&gt;
* '''[[第二十五课--Microduino 5*7点阵静态显示/zh]]'''			&lt;br /&gt;
* '''[[第二十六课--Microduino 5*7点阵动态显示/zh]]'''	&lt;br /&gt;
* '''[[第二十七课--Microduino 8*8点阵静态显示/zh]]'''			&lt;br /&gt;
* '''[[第二十八课--Microduino 8*8点阵横向移动显示/zh]]'''			&lt;br /&gt;
* '''[[第二十九课--Microduino 8*8点阵纵向移动显示/zh]]'''			&lt;br /&gt;
* '''[[第三十课--Microduino8*8点阵动画表情制作/zh]]'''&lt;br /&gt;
* '''[[第三十一课--Microduino 16*16点阵汉字静态显示/zh]]'''			&lt;br /&gt;
* '''[[第三十二课--Microduino 16*16点阵汉字横向移动显示/zh]]'''			&lt;br /&gt;
* '''[[第三十三课--Microduino 16*16点阵汉字纵向移动显示/zh]]'''			&lt;br /&gt;
* '''[[第三十四课--Microduino 16*16点阵汉字动画表情制作/zh]]'''&lt;br /&gt;
* '''[[第三十五课--Microduino EEPROM读写实验/zh]]'''		&lt;br /&gt;
* '''[[第三十六课--Microduino 红外遥控器更改EEPROM值/zh]]'''&lt;br /&gt;
* '''[[第三十七课--Microduino 控制继电器开关/zh]]'''&lt;br /&gt;
* '''[[第三十八课--Microduino 步进电机驱动/zh]]'''			&lt;br /&gt;
* '''[[第三十九课--Microduino 步进电机控制步数/zh]]'''			&lt;br /&gt;
* '''[[第四十课--Microduino 直流电机驱动（电位器PWM调速）/zh]]'''			&lt;br /&gt;
* '''[[第四十一课--Microduino 直流电机正反转/zh]]'''		&lt;br /&gt;
* '''[[第四十二课--Microduino 电机转速测量/zh]]'''		&lt;br /&gt;
			&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino KIT示例教程==&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino nrf通讯-201KIT]]'''&lt;br /&gt;
* '''[[Microduino BLE_IOS-202KIT]]'''&lt;br /&gt;
* '''[[通过Microduino CC3000互联网获取天气-203KIT]]'''&lt;br /&gt;
* '''[[Microduino LM4863音乐播放器-301KIT]]'''&lt;br /&gt;
* '''[[Microduino Enc有线网络实验-302KIT]]'''&lt;br /&gt;
* '''[[Microduino Enc网关的Nrf无线通讯-304 KIT]]'''&lt;br /&gt;
* '''[[Microduino的GPS记录仪-306KIT]]'''&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 项目应用==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Gate-Microduino]]'''&lt;br /&gt;
*基于 Microduino的应用网关&lt;br /&gt;
|[[File:Microduino-gate.JPG|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Room-Microduino]]'''&lt;br /&gt;
* Microduino + Yeelink -- “接地气”的智能家居方案&lt;br /&gt;
*【老潘orz@微博 原创】&lt;br /&gt;
|[[File:Microduino-gate.JPG|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Fly-Microduino]]'''&lt;br /&gt;
*基于 Microduino 的四轴飞行器【''准备中''】&lt;br /&gt;
|[[File:Microduino-Uno.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Green-Microduino]]'''&lt;br /&gt;
*基于 Microduino 的智能花棚【''准备中''】&lt;br /&gt;
|[[File:Microduino-Uno.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Music-Microduino]]'''&lt;br /&gt;
*基于 Microduino 的音乐盒【''准备中''】&lt;br /&gt;
|[[File:Microduino-Uno.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 接口规范==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* Microduino 接口规范说明&lt;br /&gt;
[[File:Microduino-1x3.jpg|800px|left]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* Microduino 兼容模块管脚占用、规划表&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Micromodule-&lt;br /&gt;
! RX0 !! TX1 !! D2 !! D3 !! D4 !! D5 !! D6 !! D7 !! D8 !! D9 !! D10 !! D11 !! D12!! D13!! A0 !! A1 !! A2 !! A3 !! A4 !! A5 !! A6 !! A7 !! 5V !! 3V3 !! GND&lt;br /&gt;
|-&lt;br /&gt;
! RX !! TX !! INT0 !!    !!    !!    !!    !!    !!    !!    !!     !! MISO !! MOSI !! SCK !! !! !! !! !! SDA !! SCL !! !! !! !! !! &lt;br /&gt;
|-&lt;br /&gt;
| Core || RX0 || TX0 || || || || || || || || || || || || || || || || || || || || || IN ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| Core+ || RX0 || TX0 || RX1 || TX1 || || || || || || || || || || || || || || || || || || || IN || ||&lt;br /&gt;
|-&lt;br /&gt;
| FT232RL|| TX0 || RX0 || || || || || || || || || || || || || || || || || || || || || OUT || OUT ||&lt;br /&gt;
|-&lt;br /&gt;
| ENC28J60 || || || || IRQ || || || || || CS || || || SO || SI || SCK || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| nRF24L01+ || || || INT || || || || || || || CSN || CE || SO || SI || SCK || || || || || || || || ||   || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| CC3000 || || || IRQ || || || || || || || EN || CS || DI || DO || SCK || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| BT  || TX || RX ||(TX)||(RX)|| || || || || ||(TX)||(RX)|| || || || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| NEO-6M  || TX || RX ||(TX)||(RX)|| || || || || || || || || || || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| SD || || || || || || || || CS || || || || D0 || DI || SCK || CD || || || || || || || ||  || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| RTC || || || || || || || || || || || || || || || || || || || SDA || SCL || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| 10DOF || || || || || || || || || || || || || || || || || || || SDA || SCL || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| LM4863 || || || || || || || || || || L || R || || || || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| BM || || || || || || || || || || || || || || || || || || || || || || || OUT/IN || OUT ||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:800px;border:2px solid #000000; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px;&amp;quot; cellspacing=0 cellpadding=0&lt;br /&gt;
|本维基始建于'''2012年11月11日'''，在这里总共有 '''[[特殊:所有页面|{{NUMBEROFARTICLES}} 页文章]]'''，'''[[Special:NewFiles|{{NUMBEROFFILES}} 个新文件上传]]''' 和 '''[[Special:Statistics|{{NUMBEROFEDITS}} 次修订]]'''，已有 {{NUMBEROFACTIVEUSERS}} 人参与维护了本维基。&amp;lt;br&amp;gt;想了解本维基最新状况请点击'''[[Microduino:新闻动态|新闻动态]]'''。&amp;lt;br&amp;gt;技术支持：QQ-51728096&amp;lt;br&amp;gt;推广合作：QQ-2877886248&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Micxjj</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Main_Page/zh&amp;diff=784</id>
		<title>Main Page/zh</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Main_Page/zh&amp;diff=784"/>
				<updated>2014-02-21T01:51:17Z</updated>
		
		<summary type="html">&lt;p&gt;Micxjj：&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Language|Main Page}}&lt;br /&gt;
{| class=&amp;quot;titlebox&amp;quot; width=&amp;quot;800px&amp;quot; style=&amp;quot;border:2px solid #000000; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px;&amp;quot; cellspacing=0 cellpadding=0&lt;br /&gt;
! style=&amp;quot;background:#000000; border-radius:2px; padding:5px; color:#ffffff;&amp;quot; | &amp;lt;div style=&amp;quot;font-size:180%;text-align:center;&amp;quot;&amp;gt;欢迎访问 Microduino 维基百科&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| &lt;br /&gt;
|-&lt;br /&gt;
|[[file:Headline.png|800px|left]]&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| &lt;br /&gt;
|-&lt;br /&gt;
| 小身材，大能量！&lt;br /&gt;
|-&lt;br /&gt;
| '''[[Microduino]]''' 系列模块是 Arduino 的兼容开发板。&lt;br /&gt;
|-&lt;br /&gt;
| Microduino 采用独有的 U 型 27 Pin 接口规范（UPin-27），尺寸小巧，长25.4mm X 宽27.94mm，如一枚1元硬币的大小。所有的模块都可以通过 UPIN-27 堆叠在一起，即插即用。 &lt;br /&gt;
|-&lt;br /&gt;
| Microduino 主要应用在玩家作品的创意实现、原型开发、小批量生产等阶段。模块化和轻量化的特点让 Microduino 在对尺寸、成本有要求的项目设计中具有独特的优势，并可以根据玩家的需要，配合其他 Microduino 模块，对设计进行快速灵活的功能扩展。&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Microduino微博: http://www.weibo.com/microduino&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino淘宝：http://microduino.taobao.com&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino QQ群：123972320&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino首秀@BJ_Maker_Space &lt;br /&gt;
【'''[[Media:Microduino_Introduction_BJ_Maker_Space.rar|ppsx下载]]'''】 【'''[[Media:Microduino_Introduction_BJ_Maker_Space.pdf|pdf下载]]'''】&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Microduino分享@北邮125&lt;br /&gt;
【'''[[Media:From_Arduino_to_Microduino.rar|ppsx下载]]'''】 【'''[[Media:From_Arduino_to_Microduino.pdf|pdf下载]]'''】&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
==Microduino 核心模块（Arduino 兼容板）==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-Core/zh]]'''&lt;br /&gt;
*Microduino 核心模块&lt;br /&gt;
*兼容Arduino Uno &lt;br /&gt;
*主芯片：ATmega328P/ATmega168PA&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-core-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-Core+/zh]]''' （性能加强）核心板&lt;br /&gt;
*与Arduino Mega2560配置相当&lt;br /&gt;
*配备两套硬串口，增加10个数字接口&lt;br /&gt;
*主芯片：ATmega644PA/ATmega1284P&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-core+-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-FT232R/zh]]'''&lt;br /&gt;
*Microduino USB转串口通信模块&lt;br /&gt;
*与Microduino-Core/Core+ 模块叠加，从上位机下载程序&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-ft232r-rect.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
==Microduino 扩展模块==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-ENC28J60/zh]]'''&lt;br /&gt;
*Microduino 以太网模块&lt;br /&gt;
*IEEE 802.3 兼容的以太网控制器&lt;br /&gt;
*集成MAC 和10 BASE-T PHY&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-enc-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-RJ45/zh]]'''&lt;br /&gt;
*Microduino 以太网口模块&lt;br /&gt;
*集成网络变压器&lt;br /&gt;
*POE供电&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-rj45-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-nRF24/zh]]'''&lt;br /&gt;
*Microduino 2.4G 无线通信模块&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*有相应的组网库支持，可进行简单组网&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[file:Microduino-nRF-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-【BT】/zh]]'''&lt;br /&gt;
*Microduino 蓝牙盾，蓝牙4.0版本&lt;br /&gt;
*支持蓝牙相应传输协议&lt;br /&gt;
*通过串口与 Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-bt-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-SD/zh]]'''&lt;br /&gt;
*Microduino Micro SD 卡存储模块&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-sd-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-BM/zh]]'''&lt;br /&gt;
*Microduino 单节锂电池充放电管理模块&lt;br /&gt;
*集成充电、电量检测及LED指示功能&lt;br /&gt;
*可将锂电池 3.7V升压到5V输出，LDO到3.3V输出&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-bm-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-10DOF/zh]]'''&lt;br /&gt;
*Microduino 矢量传感器模块，集成四种传感器&lt;br /&gt;
*三轴加速度传感器+三轴陀螺仪（MPU6050）&lt;br /&gt;
*磁场强度传感器（HMC5883L）&lt;br /&gt;
*气压传感器BMP180&lt;br /&gt;
*通过I2C接口与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|&lt;br /&gt;
[[File:Microduino-10dof-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-RTC/zh]]'''&lt;br /&gt;
*Microduino RTC时钟模块&lt;br /&gt;
*基于PCF8563时钟芯片&lt;br /&gt;
*采用I2C接口与Core/Core+ 核心模块通信&lt;br /&gt;
*带I2C接口的EEPROM AT24C32 存储芯片&lt;br /&gt;
*带中断输出&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-rtc-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-CC3000/zh]]'''&lt;br /&gt;
*Microduino WIFI通信模块&lt;br /&gt;
*基于TI CC3000 IEEE 802.11b/g solution&lt;br /&gt;
*通过 spi 接口 与Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-cc3000-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-NEO-6M/zh]]'''&lt;br /&gt;
*Microduino GPS定位模块&lt;br /&gt;
*核心采用UBLOX NEO-6M模组&lt;br /&gt;
*通过串口与 Core/Core+ 核心模块通信&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-neo-6m-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-LM4863/zh]]'''&lt;br /&gt;
*Microduino 音频功率放大模块&lt;br /&gt;
*基于LM4863芯片&lt;br /&gt;
*2.54排针接口&lt;br /&gt;
*UPin-27 标准接口&lt;br /&gt;
|[[File:Microduino-lm4863-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-A4982/zh]]'''&lt;br /&gt;
*Microduino 步进电机驱动模块&lt;br /&gt;
*支持四线二相步进电机&lt;br /&gt;
*独特的接插方式，更加节省空间&lt;br /&gt;
|[[File:Microduino-a4982-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-A3906/zh]]'''&lt;br /&gt;
*Microduino 直流电机驱动模块&lt;br /&gt;
*可驱动两个直流电机&lt;br /&gt;
*独特的接插方式，更加节省空间&lt;br /&gt;
|[[File:Microduino-a3906-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-OLED/zh]]'''&lt;br /&gt;
*Microduino OLED 显示模块&lt;br /&gt;
*基于 SSD1306 的 0.96 吋 12864 OLED 显示模块&lt;br /&gt;
*采用I2C接口与Core/Core+ 核心模块通信&lt;br /&gt;
*3.3V 供电&lt;br /&gt;
|[[File:Microduino-oled-rect.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 应用主板==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Microduino-Solo/zh]]'''&lt;br /&gt;
*基于Microduino模块的传感器扩展板&lt;br /&gt;
|[[File:Microduino-solo-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Duo-v/zh]]'''&lt;br /&gt;
*基于Microduino模块的扩展板&lt;br /&gt;
|[[File:Microduino-duo-v-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Duo-h/zh]]'''&lt;br /&gt;
*基于Microduino模块的扩展板&lt;br /&gt;
|[[File:Microduino-duo-h-rect.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Uno/zh]]'''&lt;br /&gt;
*兼容Arduino uno针脚&amp;amp;UPIN27的主板&lt;br /&gt;
|[[File:Microduino-uno-rect.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 基础教程==&lt;br /&gt;
* '''[[课前准备--Microduino 驱动安装及 Arduino IDE 介绍、Arduino 编程介绍]]'''&lt;br /&gt;
* '''[[第一课--LED灯闪烁实验（面包板的使用）/zh]]'''&lt;br /&gt;
* '''[[第二课--多个led的闪烁/zh]]'''&lt;br /&gt;
* '''[[第三课--按钮控制的LED开关/zh]]'''&lt;br /&gt;
* '''[[第四课--按钮PWM控制LED亮度/zh]]'''&lt;br /&gt;
* '''[[第五课--电位器PWM控制LED亮度/zh]]'''&lt;br /&gt;
* '''[[第六课--程序PWM控制LED亮度--呼吸灯/zh]]'''&lt;br /&gt;
* '''[[第七课--控制 RGB 彩色 LED 灯的颜色/zh]]'''&lt;br /&gt;
* '''[[第八课--脉冲计时（看你按住开关有多久）/zh]]'''&lt;br /&gt;
* '''[[第九课--Microduino 做0-5V量程的电压表（万用表的使用）/zh]]'''&lt;br /&gt;
* '''[[第十课--第一次洞洞板试验（电烙铁的使用）/zh]]'''&lt;br /&gt;
* '''[[第十一课--Microduino 达文西之灯（光敏实验）/zh]]'''&lt;br /&gt;
* '''[[第十二课--Microduino 光照指示器/zh]]'''&lt;br /&gt;
* '''[[第十三课--Microduino 光照报警器（自己DIY光敏三极管）/zh]]'''&lt;br /&gt;
* '''[[第十四课--Microduino 简单温度计/zh]]'''&lt;br /&gt;
* '''[[第十五课--Microduino 制作感温杯电路/zh]]'''&lt;br /&gt;
* '''[[第十六课--Microduino 指尖开关（三极管触发）]]'''&lt;br /&gt;
* '''[[第十七课--Microduino 蜂鸣器警报器]]'''&lt;br /&gt;
* '''[[第十八课--Microduino 制作讯线水位报警器模型]]'''&lt;br /&gt;
* '''[[第十九课--Microduino 内部基准源ADC采样]]'''&lt;br /&gt;
* '''[[第二十课--Microduino 中断的使用]]'''&lt;br /&gt;
* '''[[第二十一课--Microduino 串口调试]]'''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 进阶教程==&lt;br /&gt;
&lt;br /&gt;
* '''[[第一课--Microduino 电阻计]]'''			&lt;br /&gt;
* '''[[第二课--Microduino OLED使用]]'''&lt;br /&gt;
* '''[[第三课Microduino 数字电压表]]'''&lt;br /&gt;
* '''[[第四课--Microduino 电话拨号器]]'''&lt;br /&gt;
* '''[[第五课--Microduino 模拟电脑键盘]]'''&lt;br /&gt;
* '''[[第六课--Microduino 简单频率计（串口监视）]]'''&lt;br /&gt;
* '''[[第七课--Microduino 舵机驱动，不用库函数]]'''&lt;br /&gt;
* '''[[第八课--Microduino 红外发射与接收]]'''&lt;br /&gt;
* '''[[第九课--Microduino 红外转码]]'''&lt;br /&gt;
* '''[[第十课--Microduino 超声波测距]]'''&lt;br /&gt;
* '''[[第十一课--Microduino 红外控制舵机角度]]'''&lt;br /&gt;
* '''[[第十二课--Microduino 74HC595级联数据串入并出]]'''&lt;br /&gt;
* '''[[第十三课--Microduino 单个数码管带点显示]]'''&lt;br /&gt;
* '''[[第十四课--Microduino 数码管实验一-数码管骰子]]'''&lt;br /&gt;
* '''[[第十五课--Microduino 数码管实验二-电位器控制]]'''&lt;br /&gt;
* '''[[第十六课--Microduino 数码管实验三-显示红外遥控器按键值]]'''&lt;br /&gt;
* '''[[第十七课--Microduino 独立按键让数码管加减]]'''			&lt;br /&gt;
* '''[[第十八课--Microduino 8路抢答器]]'''			&lt;br /&gt;
* '''[[第十九课--Microduino 两位数码管动态显示]]'''			&lt;br /&gt;
* '''[[第二十课--Microduino 两位数码管倒计时显示]]'''			&lt;br /&gt;
* '''[[第二十一课--Microduino 四位位数码管静态显示]]'''			&lt;br /&gt;
* '''[[第二十二课--Microduino 四位位数码管动态显示]]'''			&lt;br /&gt;
* '''[[第二十三课--Microduino 数码管时钟]]'''&lt;br /&gt;
* '''[[第二十四课--Microduino 数码管温度计]]'''			&lt;br /&gt;
* '''[[第二十五课--Microduino 5*7点阵静态显示]]'''			&lt;br /&gt;
* '''[[第二十六课--Microduino 5*7点阵动态显示]]'''	&lt;br /&gt;
* '''[[第二十七课--Microduino 8*8点阵静态显示]]'''			&lt;br /&gt;
* '''[[第二十八课--Microduino 8*8点阵横向移动显示]]'''			&lt;br /&gt;
* '''[[第二十九课--Microduino 8*8点阵纵向移动显示]]'''			&lt;br /&gt;
* '''[[第三十课--Microduino8*8点阵动画表情制作]]'''&lt;br /&gt;
* '''[[第三十一课--Microduino 16*16点阵汉字静态显示]]'''			&lt;br /&gt;
* '''[[第三十二课--Microduino 16*16点阵汉字横向移动显示]]'''			&lt;br /&gt;
* '''[[第三十三课--Microduino 16*16点阵汉字纵向移动显示]]'''			&lt;br /&gt;
* '''[[第三十四课--Microduino 16*16点阵汉字动画表情制作]]'''&lt;br /&gt;
* '''[[第三十五课--Microduino EEPROM读写实验]]'''		&lt;br /&gt;
* '''[[第三十六课--Microduino 红外遥控器更改EEPROM值]]'''&lt;br /&gt;
* '''[[第三十七课--Microduino 控制继电器开关]]'''&lt;br /&gt;
* '''[[第三十八课--Microduino 步进电机驱动]]'''			&lt;br /&gt;
* '''[[第三十九课--Microduino 步进电机控制步数]]'''			&lt;br /&gt;
* '''[[第四十课--Microduino 直流电机驱动（电位器PWM调速）]]'''			&lt;br /&gt;
* '''[[第四十一课--Microduino 直流电机正反转]]'''		&lt;br /&gt;
* '''[[第四十二课--Microduino 电机转速测量]]'''		&lt;br /&gt;
			&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino KIT示例教程==&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino nrf通讯-201KIT]]'''&lt;br /&gt;
* '''[[Microduino BLE_IOS-202KIT]]'''&lt;br /&gt;
* '''[[通过Microduino CC3000互联网获取天气-203KIT]]'''&lt;br /&gt;
* '''[[Microduino LM4863音乐播放器-301KIT]]'''&lt;br /&gt;
* '''[[Microduino Enc有线网络实验-302KIT]]'''&lt;br /&gt;
* '''[[Microduino Enc网关的Nrf无线通讯-304 KIT]]'''&lt;br /&gt;
* '''[[Microduino的GPS记录仪-306KIT]]'''&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 项目应用==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Gate-Microduino]]'''&lt;br /&gt;
*基于 Microduino的应用网关&lt;br /&gt;
|[[File:Microduino-gate.JPG|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Room-Microduino]]'''&lt;br /&gt;
* Microduino + Yeelink -- “接地气”的智能家居方案&lt;br /&gt;
*【老潘orz@微博 原创】&lt;br /&gt;
|[[File:Microduino-gate.JPG|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Fly-Microduino]]'''&lt;br /&gt;
*基于 Microduino 的四轴飞行器【''准备中''】&lt;br /&gt;
|[[File:Microduino-Uno.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Green-Microduino]]'''&lt;br /&gt;
*基于 Microduino 的智能花棚【''准备中''】&lt;br /&gt;
|[[File:Microduino-Uno.jpg|200px|right]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''[[Music-Microduino]]'''&lt;br /&gt;
*基于 Microduino 的音乐盒【''准备中''】&lt;br /&gt;
|[[File:Microduino-Uno.jpg|200px|right]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==Microduino 接口规范==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* Microduino 接口规范说明&lt;br /&gt;
[[File:Microduino-1x3.jpg|800px|left]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* Microduino 兼容模块管脚占用、规划表&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Micromodule-&lt;br /&gt;
! RX0 !! TX1 !! D2 !! D3 !! D4 !! D5 !! D6 !! D7 !! D8 !! D9 !! D10 !! D11 !! D12!! D13!! A0 !! A1 !! A2 !! A3 !! A4 !! A5 !! A6 !! A7 !! 5V !! 3V3 !! GND&lt;br /&gt;
|-&lt;br /&gt;
! RX !! TX !! INT0 !!    !!    !!    !!    !!    !!    !!    !!     !! MISO !! MOSI !! SCK !! !! !! !! !! SDA !! SCL !! !! !! !! !! &lt;br /&gt;
|-&lt;br /&gt;
| Core || RX0 || TX0 || || || || || || || || || || || || || || || || || || || || || IN ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| Core+ || RX0 || TX0 || RX1 || TX1 || || || || || || || || || || || || || || || || || || || IN || ||&lt;br /&gt;
|-&lt;br /&gt;
| FT232RL|| TX0 || RX0 || || || || || || || || || || || || || || || || || || || || || OUT || OUT ||&lt;br /&gt;
|-&lt;br /&gt;
| ENC28J60 || || || || IRQ || || || || || CS || || || SO || SI || SCK || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| nRF24L01+ || || || INT || || || || || || || CSN || CE || SO || SI || SCK || || || || || || || || ||   || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| CC3000 || || || IRQ || || || || || || || EN || CS || DI || DO || SCK || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| BT  || TX || RX ||(TX)||(RX)|| || || || || ||(TX)||(RX)|| || || || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| NEO-6M  || TX || RX ||(TX)||(RX)|| || || || || || || || || || || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| SD || || || || || || || || CS || || || || D0 || DI || SCK || CD || || || || || || || ||  || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| RTC || || || || || || || || || || || || || || || || || || || SDA || SCL || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| 10DOF || || || || || || || || || || || || || || || || || || || SDA || SCL || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| LM4863 || || || || || || || || || || L || R || || || || || || || || || || || || || IN ||&lt;br /&gt;
|-&lt;br /&gt;
| BM || || || || || || || || || || || || || || || || || || || || || || || OUT/IN || OUT ||&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:800px;border:2px solid #000000; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px;&amp;quot; cellspacing=0 cellpadding=0&lt;br /&gt;
|本维基始建于'''2012年11月11日'''，在这里总共有 '''[[特殊:所有页面|{{NUMBEROFARTICLES}} 页文章]]'''，'''[[Special:NewFiles|{{NUMBEROFFILES}} 个新文件上传]]''' 和 '''[[Special:Statistics|{{NUMBEROFEDITS}} 次修订]]'''，已有 {{NUMBEROFACTIVEUSERS}} 人参与维护了本维基。&amp;lt;br&amp;gt;想了解本维基最新状况请点击'''[[Microduino:新闻动态|新闻动态]]'''。&amp;lt;br&amp;gt;技术支持：QQ-51728096&amp;lt;br&amp;gt;推广合作：QQ-2877886248&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Micxjj</name></author>	</entry>

	</feed>