<?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=Makermodule</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=Makermodule"/>
		<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/Makermodule"/>
		<updated>2026-06-14T01:14:48Z</updated>
		<subtitle>用户贡献</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Setup_Guide_on_Mac_OS_X&amp;diff=2323</id>
		<title>Setup Guide on Mac OS X</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Setup_Guide_on_Mac_OS_X&amp;diff=2323"/>
				<updated>2014-04-28T08:57:26Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：/* Equipment */&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;
==Equipment==&lt;br /&gt;
*Software：&lt;br /&gt;
Microduino software development environment Arduino IDE, Microduino IDE configuration package;&lt;br /&gt;
*Hardware:&lt;br /&gt;
Microduino FT232R、Micro-USB cable；&lt;br /&gt;
&lt;br /&gt;
==Congfigure procedure==&lt;br /&gt;
&lt;br /&gt;
* Download Arduino IDE on&lt;br /&gt;
  http://arduino.cc/en/Main/Software&lt;br /&gt;
&lt;br /&gt;
[[File:01 arduino IDE mac.png|thumb|center|600px|Arduino IDE for Mac]]&lt;br /&gt;
&lt;br /&gt;
* Uncompress the Arduino IDE package to Applications folder;&lt;br /&gt;
&lt;br /&gt;
* Download the USB driver on&lt;br /&gt;
  http://www.ftdichip.com/Drivers/VCP.htm&lt;br /&gt;
&lt;br /&gt;
[[File:02 FTDI drivers mac.png|thumb|center|600px|USB driver for Mac]]&lt;br /&gt;
&lt;br /&gt;
* Install the USB Driver. Although the package name says '''FTDIUSBSerialDriver_10_4_10_5_10_6_10_7''', it works perfect up to MAC OS X 10.9.3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;big&amp;gt;DON'T PANIC&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Select Driver.png|thumb|center|600px|Select Driver]]&lt;br /&gt;
&lt;br /&gt;
* Right click (or click with two fingers) the Arduino app in Applications folder, select the '''Show Package Contents'''&lt;br /&gt;
&lt;br /&gt;
[[File:Show Package Contents.png|thumb|center|600px|Show Package Contents]]&lt;br /&gt;
&lt;br /&gt;
* Download and uncompress the Microduino hardware package&lt;br /&gt;
    [[File:Microduino-hardware.zip]]&lt;br /&gt;
&lt;br /&gt;
* Place the Microduino folder into '''/Applications/Arduino.app/Contents/Resources/Java/hardware'''&lt;br /&gt;
&lt;br /&gt;
[[File:Place of hardware folder.png|thumb|center|600px|Place of hardware folder]]&lt;br /&gt;
&lt;br /&gt;
* Connect the Microduino FT323R to your Mac computer with the Micro-USB cable;&lt;br /&gt;
&lt;br /&gt;
* Open the Arduino app, Click the '''Tools''' menu, you will see Microduino family under '''Board''' menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Microduino boards.png|thumb|center|600px|Microduino boards]]&lt;br /&gt;
&lt;br /&gt;
* And something like '''/dev/tty.usbserial-XXXXXXXX'''&lt;br /&gt;
&lt;br /&gt;
[[File:03 Serial Port mac.png|thumb|center|600px|Serial Port]]&lt;br /&gt;
&lt;br /&gt;
* Select the correct board model and serial port, you can now enjoy the limitless possibility Microduino brings to you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
One of our dear community members created a PDF document about this procedure, you can take that as a reference:&lt;br /&gt;
&lt;br /&gt;
[[File:Mac microduino.pdf|thumbnail|Setup Guide on Mac OS X]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Burn_Bootloader_to_Microduino-Core/Core%2B_with_an_Arduino&amp;diff=34</id>
		<title>Burn Bootloader to Microduino-Core/Core+ with an Arduino</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Burn_Bootloader_to_Microduino-Core/Core%2B_with_an_Arduino&amp;diff=34"/>
				<updated>2013-12-15T09:58:35Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; | This tutorial explains how to use an Arduino or Micromodule-Core/Core+ board as an AVR ISP (in-system programmer). This allows you to use the board ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
This tutorial explains how to use an Arduino or Micromodule-Core/Core+ board as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader onto an AVR (e.g. the Micromodule-Core or Core+ used in Arduino). The code in this example is based on the mega-isp firmware by Randall Bohn.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Instructions==&lt;br /&gt;
* To use your Arduino or Micromodule-Core/Core+ board to burn a bootloader onto an AVR, you need to follow a few simple steps.&lt;br /&gt;
* Prepare your master Arduino or Micromodule-Core/Core+ boards.&lt;br /&gt;
**1. Open the ArduinoISP firmware (in Examples) to your Arduino board.&lt;br /&gt;
**2. Note for Arduino 1.0: you need to make one small change to the ArduinoISP code. Find the line in the heartbeat() function that says &amp;quot;delay(40);&amp;quot; and change it to &amp;quot;delay(20);&amp;quot;.&lt;br /&gt;
**3. Select the items in the Tools &amp;gt; Board and Serial Port menus that correspond to the board you are using as the programmer (not the board being programmed).&lt;br /&gt;
**4. Upload the ArduinoISP sketch.&lt;br /&gt;
* Burn Bootloader into target Micromodule-Core/Core+ boards&lt;br /&gt;
**1. Wire your Micromodule-Core/Core+ board to the target as shown in the diagram below. (Note for the Arduino Uno: you'll need to add a 10 uF capacitor between reset and ground.)&lt;br /&gt;
**2. Select the item in the Tools &amp;gt; Board menu that corresponds to the board on which you want to burn the bootloader (not the board that you're using as the programmer). See the board descriptions on the environment page for details.&lt;br /&gt;
**3. Use the Burn Bootloader &amp;gt; Arduino as ISP command.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Circuits==&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Arduino_IDE_Microduino_Configuration&amp;diff=33</id>
		<title>Arduino IDE Microduino Configuration</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Arduino_IDE_Microduino_Configuration&amp;diff=33"/>
				<updated>2013-12-15T09:57:15Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：&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;
The Arduino IDE software does not support Microduino boards out of the box, but it is very easy to configure Microduino-Core/Core+ in Arduino IDE environmnet. It's as little as 5 minutes, you will be able to upload Arduino compitable sketches directly to Microduino-Core/Core+ boards.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Tutorial==&lt;br /&gt;
* Install Arduino Software&lt;br /&gt;
** You'll need to install the Arduino software at first, downloading Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】. If you already have it installed, skip it!&lt;br /&gt;
** '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' use Arduino and add some small modifications to support Microduino boards&lt;br /&gt;
&lt;br /&gt;
* Install Microduino-Core/Core+ IDE package&lt;br /&gt;
*1.Download Microduino-Core/Core+ configuration pacakge 【'''[[media:Microduino.zip|download]]'''】&lt;br /&gt;
:[[File:Arduino-IDE-Microduino-1.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*2.Unzip the &amp;quot;Microduino.zip&amp;quot; file. It contains some folders that need to be copied into the Arduino software directory.&lt;br /&gt;
:[[File:Arduino-IDE-Microduino-2.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*3.For arduino-1.0.2 and newer: copying directory &amp;quot;Microduino/&amp;quot; to &amp;quot;arduino-1.0.2/hardware/&amp;quot;, You should end up with &amp;quot;arduino-1.0.2/hardware/Microduino/&amp;quot;&lt;br /&gt;
:[[File:Arduino-IDE-Microduino-3-1.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[File:Arduino-IDE-Microduino-3-2.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*4.Restart (or start) your Arduino IDE software. &lt;br /&gt;
*5.From the Tools -&amp;gt; Board menu, select the &amp;quot;Microduino-Core&amp;quot; board. You will now be able to use your Microduino boards just as using a normal Arduino board.&lt;br /&gt;
:[[File:Arduino-IDE-Microduino-4.png|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Microduino boards can be inspired now! Program can be uploaded and Bootloader can be burned -- as Arduino board does.&lt;br /&gt;
&lt;br /&gt;
* Just deleting &amp;quot;Microduino/&amp;quot; directory, if designer want to remove Microduino IDE enviroment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Microduino Arduino IDE 配置包历史：&lt;br /&gt;
*2013年5月27日，正式升级到optiboot5.0，Microduino core core+全系列提供支持，问题反馈QQ：51728096。&lt;br /&gt;
*2013年5月16日,beta版本支持core+（ATmega1284p@8M,3.3V），提供beta版本下载&lt;br /&gt;
*2013年4月29日,升级到optiboot5.0版本，支持core+（ATmega1284p@16M,5V），提供beta版本下载&lt;br /&gt;
*2013年4月22日，[[用户:Tiki|Tiki]]修正core+软串口问题。&lt;br /&gt;
*2013年3月28日，修正对core+，analogRead(0)不能对应到A0。&lt;br /&gt;
*2013年2月20日，修正optiboot bug，彻底解决Microduino-Core+（Atmega644pa@16M，5V）Microduino-Core+（Atmega644PA@8M,3.3V）bootloader问题，请大家下载测试，有什么问题，及时反馈。&lt;br /&gt;
*2013年1月20日，修正Microduino-Core+（Atmega644pa@16M）bootloader问题，外部中断INT2，第二个串口（Serial1）均已可用，修正ADC转换端口对应问题。请Microduino-Core+（Atmega644pa@16M）用户重新下载支持包，并重新烧写bootloader。 &lt;br /&gt;
*2013年1月19日，修正Microduino-Core+外部中断INT2不可用问题。&lt;br /&gt;
*2013年1月13日，修正Microduino Core（Atmega168PA@8M,3.3V）熔丝位。根据16M改了没测试，结果不行，更正回已经测试版本。&lt;br /&gt;
*2013年1月4日，测试对microduino-core（Atmega168PA@16M，5V）进行烧写，及下载程序，成功！修正了熔丝位，使其更加合理。&lt;br /&gt;
*2012年12月29日，测试对Microduino Core（Atmega328P@8M,3.3V）进行烧写，及下载程序，成功！&lt;br /&gt;
*2012年12月28日，添加针对Atmega644PA原生的optibootloader。目前已知bug为重新烧写bootloader的时候需要把“XXXXX.build.mcu=atmega644”改为“XXXXX.build.mcu=atmega644p”，烧写完毕再改回来，然后重新启动IDE，才能正常下载。涉及硬件为：&lt;br /&gt;
**Microduino-Core+（Atmega644PA@16M,5V）（已支持，已测试）&lt;br /&gt;
**Microduino-Core+（Atmega644PA@8M,3.3V）（已支持，已测试）&lt;br /&gt;
*2012年12月27日，对于某些不够健壮的168pa芯片，采用8MHZ晶振，optiboot默认的115200波特率下载速度，会出现无法下载问题，这次更新把默认下载波特率调整为57600。如果仍然不能烧写，请把被烧写的模块输入电压调整为5V。涉及硬件为：&lt;br /&gt;
**Microduino Core（Atmega168PA@8M,3.3V）（已支持，已测试）&lt;br /&gt;
*2012年12月23日，添加对Microduino-Core+的支持。-Core+对应的4个硬件为：&lt;br /&gt;
**Microduino-Core+（Atmega1284P@16M,5V）（已支持，未测试）&lt;br /&gt;
**Microduino-Core+（Atmega1284P@8M,3.3V）（未支持）&lt;br /&gt;
**Microduino-Core+（Atmega644PA@16M,5V）（已支持，已测试）&lt;br /&gt;
**Microduino-Core+（Atmega644PA@8M,3.3V）（未支持）&lt;br /&gt;
*2012年12月18日，修正Microduino-Core （Atmega168PA@8M,3.3V）熔丝位错误导致不能正常下载。Microduino Core （Atmega328P@8M,3.3V）及Microduino Core （Atmega168PA@16M,5V）还未测试。&lt;br /&gt;
*2012年12月16日，添加Microduino-Core对应的4个硬件：&lt;br /&gt;
**Microduino Core（Atmega328P@16M,5V）（已支持，已测试） &lt;br /&gt;
**Microduino Core（Atmega328P@8M,3.3V）（已支持，未测试）&lt;br /&gt;
**Microduino Core（Atmega168PA@16M,5V）（已支持，未测试）&lt;br /&gt;
**Microduino Core（Atmega168PA@8M,3.3V）（已支持，已测试）&lt;br /&gt;
**核心为Arduino IDE 1.03对应核心文件。&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Arduino_IDE_Microduino_Configuration&amp;diff=32</id>
		<title>Arduino IDE Microduino Configuration</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Arduino_IDE_Microduino_Configuration&amp;diff=32"/>
				<updated>2013-12-15T09:56:20Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | The Arduino IDE software does not support Micromodule boards out of the box, but it is very easy to configure Micromodule-Core/Core+ in Arduino I...&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;
The Arduino IDE software does not support Micromodule boards out of the box, but it is very easy to configure Micromodule-Core/Core+ in Arduino IDE environmnet. It's as little as 5 minutes, you will be able to upload Arduino compitable sketches directly to Micromodule-Core/Core+ boards.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Tutorial==&lt;br /&gt;
* Install Arduino Software&lt;br /&gt;
** You'll need to install the Arduino software at first, downloading Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】. If you already have it installed, skip it!&lt;br /&gt;
** '''[[Micromodule-Core]]''' and '''[[Micromodule-Core+]]''' use Arduino and add some small modifications to support Micromodule boards&lt;br /&gt;
&lt;br /&gt;
* Install Micromodule-Core/Core+ IDE package&lt;br /&gt;
*1.Download Microduino-Core/Core+ configuration pacakge 【'''[[media:Micromodule.zip|download]]'''】&lt;br /&gt;
:[[File:Arduino-IDE-Micromodule-1.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*2.Unzip the &amp;quot;Micromodule.zip&amp;quot; file. It contains some folders that need to be copied into the Arduino software directory.&lt;br /&gt;
:[[File:Arduino-IDE-Micromodule-2.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*3.For arduino-1.0.2 and newer: copying directory &amp;quot;Micromodule/&amp;quot; to &amp;quot;arduino-1.0.2/hardware/&amp;quot;, You should end up with &amp;quot;arduino-1.0.2/hardware/Micromodule/&amp;quot;&lt;br /&gt;
:[[File:Arduino-IDE-Micromodule-3-1.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[File:Arduino-IDE-Micromodule-3-2.jpg|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*4.Restart (or start) your Arduino IDE software. &lt;br /&gt;
*5.From the Tools -&amp;gt; Board menu, select the &amp;quot;Micromodule-Core&amp;quot; board. You will now be able to use your Micromodule boards just as using a normal Arduino board.&lt;br /&gt;
:[[File:Arduino-IDE-Micromodule-4.png|thumb|left|600px]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Micromodule boards can be inspired now! Program can be uploaded and Bootloader can be burned -- as Arduino board does.&lt;br /&gt;
&lt;br /&gt;
* Just deleting &amp;quot;Micromodule/&amp;quot; directory, if designer want to remove Micromodule IDE enviroment.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Microduino Arduino IDE 配置包历史：&lt;br /&gt;
*2013年5月27日，正式升级到optiboot5.0，Microduino core core+全系列提供支持，问题反馈QQ：51728096。&lt;br /&gt;
*2013年5月16日,beta版本支持core+（ATmega1284p@8M,3.3V），提供beta版本下载&lt;br /&gt;
*2013年4月29日,升级到optiboot5.0版本，支持core+（ATmega1284p@16M,5V），提供beta版本下载&lt;br /&gt;
*2013年4月22日，[[用户:Tiki|Tiki]]修正core+软串口问题。&lt;br /&gt;
*2013年3月28日，修正对core+，analogRead(0)不能对应到A0。&lt;br /&gt;
*2013年2月20日，修正optiboot bug，彻底解决Microduino-Core+（Atmega644pa@16M，5V）Microduino-Core+（Atmega644PA@8M,3.3V）bootloader问题，请大家下载测试，有什么问题，及时反馈。&lt;br /&gt;
*2013年1月20日，修正Microduino-Core+（Atmega644pa@16M）bootloader问题，外部中断INT2，第二个串口（Serial1）均已可用，修正ADC转换端口对应问题。请Microduino-Core+（Atmega644pa@16M）用户重新下载支持包，并重新烧写bootloader。 &lt;br /&gt;
*2013年1月19日，修正Microduino-Core+外部中断INT2不可用问题。&lt;br /&gt;
*2013年1月13日，修正Microduino Core（Atmega168PA@8M,3.3V）熔丝位。根据16M改了没测试，结果不行，更正回已经测试版本。&lt;br /&gt;
*2013年1月4日，测试对microduino-core（Atmega168PA@16M，5V）进行烧写，及下载程序，成功！修正了熔丝位，使其更加合理。&lt;br /&gt;
*2012年12月29日，测试对Microduino Core（Atmega328P@8M,3.3V）进行烧写，及下载程序，成功！&lt;br /&gt;
*2012年12月28日，添加针对Atmega644PA原生的optibootloader。目前已知bug为重新烧写bootloader的时候需要把“XXXXX.build.mcu=atmega644”改为“XXXXX.build.mcu=atmega644p”，烧写完毕再改回来，然后重新启动IDE，才能正常下载。涉及硬件为：&lt;br /&gt;
**Microduino-Core+（Atmega644PA@16M,5V）（已支持，已测试）&lt;br /&gt;
**Microduino-Core+（Atmega644PA@8M,3.3V）（已支持，已测试）&lt;br /&gt;
*2012年12月27日，对于某些不够健壮的168pa芯片，采用8MHZ晶振，optiboot默认的115200波特率下载速度，会出现无法下载问题，这次更新把默认下载波特率调整为57600。如果仍然不能烧写，请把被烧写的模块输入电压调整为5V。涉及硬件为：&lt;br /&gt;
**Microduino Core（Atmega168PA@8M,3.3V）（已支持，已测试）&lt;br /&gt;
*2012年12月23日，添加对Microduino-Core+的支持。-Core+对应的4个硬件为：&lt;br /&gt;
**Microduino-Core+（Atmega1284P@16M,5V）（已支持，未测试）&lt;br /&gt;
**Microduino-Core+（Atmega1284P@8M,3.3V）（未支持）&lt;br /&gt;
**Microduino-Core+（Atmega644PA@16M,5V）（已支持，已测试）&lt;br /&gt;
**Microduino-Core+（Atmega644PA@8M,3.3V）（未支持）&lt;br /&gt;
*2012年12月18日，修正Microduino-Core （Atmega168PA@8M,3.3V）熔丝位错误导致不能正常下载。Microduino Core （Atmega328P@8M,3.3V）及Microduino Core （Atmega168PA@16M,5V）还未测试。&lt;br /&gt;
*2012年12月16日，添加Microduino-Core对应的4个硬件：&lt;br /&gt;
**Microduino Core（Atmega328P@16M,5V）（已支持，已测试） &lt;br /&gt;
**Microduino Core（Atmega328P@8M,3.3V）（已支持，未测试）&lt;br /&gt;
**Microduino Core（Atmega168PA@16M,5V）（已支持，未测试）&lt;br /&gt;
**Microduino Core（Atmega168PA@8M,3.3V）（已支持，已测试）&lt;br /&gt;
**核心为Arduino IDE 1.03对应核心文件。&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-RTC&amp;diff=31</id>
		<title>Microduino-RTC</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-RTC&amp;diff=31"/>
				<updated>2013-12-15T09:54:58Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-RTC Microduino-RTC Module is a Real Time Clock module based on NXP CMOS PCF8563. RTC m...&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;
[[file:Microduino-RTC-T.jpg|400px|thumb|right|Microduino-RTC]]&lt;br /&gt;
Microduino-RTC Module is a Real Time Clock module based on NXP CMOS PCF8563.&lt;br /&gt;
RTC module uses TWI/I2C interface for communication.&lt;br /&gt;
Data can be backed up with the addtional AT24c32 EEPROM.&lt;br /&gt;
With an onboard capacitor, RTC module keeps time for serveral minutes after power disconnected. &lt;br /&gt;
PCF8563 uses external crystal, and can provide timer intterupt tigger.&lt;br /&gt;
&lt;br /&gt;
* Microduino RTC Real Time Clock Module&lt;br /&gt;
* PCF8563 CMOS Real-Time Clock (RTC)&lt;br /&gt;
* Two Wire Interface (I2C)&lt;br /&gt;
* Backup by additional EEPROM AT24C32&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Buy==&lt;br /&gt;
* '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/RTC Buy Microduino-RTC ]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
*first version: 2013/July/06 passed internal testing&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Spec==&lt;br /&gt;
Eagle PCB '''[[media:Microduino-RTC.zip|Download]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Main devices===&lt;br /&gt;
* Pcf8563：'''[[media:Pcf8563.pdf|Pcf8563]]'''&lt;br /&gt;
* AT24c32：'''[[media:AT24c32.pdf|AT24c32]]'''&lt;br /&gt;
* Crystal：'''[[media:MS2V-T1S.pdf|MS2V-T1S]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Arduino library==&lt;br /&gt;
Pcf8563 Arduino Library【'''[http://playground.arduino.cc/Main/RTC-PCF8563 ArduinoPlayground]''' 】【'''[[media:Rtc_Pcf8563.zip | Download]]'''】&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:rtc-z.jpg|thumb|600px|center|Front]]&lt;br /&gt;
[[file:rtc-b.jpg|thumb|600px|center|Back]]&lt;br /&gt;
[[File:RTC.png|thumb|600px|center|On board devices and Pin Map]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-10DOF&amp;diff=30</id>
		<title>Microduino-10DOF</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-10DOF&amp;diff=30"/>
				<updated>2013-12-15T09:54:03Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-10DOF '''Microduino-10DOF''' module integrates 4 kinds of sensors, they are M...&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;
[[file:Microduino-10dof-rect.jpg|400px|thumb|right|Microduino-10DOF]]&lt;br /&gt;
'''[[Microduino-10DOF]]''' module integrates 4 kinds of sensors, they are MPU6050 for 3-axis gyroscope and 3-axis accelerometer; HMC5883L for 3-axis compass; and BMP085 for temperature and pressure sensor.&lt;br /&gt;
the module use IIC interface.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-10DOF]]''' schematic&lt;br /&gt;
:[[file:Microduino-10DOF-SCH.png|600px|thumb|left|Microduino-10DOF Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-10DOF-PCB.png|600px|thumb|left|Microduino-10DOFPCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-10DOF]]''' Eagle source file 【'''[[media:Microduino-10DOF.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-10DOF]]''' main chips and devices&lt;br /&gt;
** 3-axis gyroscope + 3-axis accelerometer: 【'''[[media:MPU6000andMPU6050.pdf|MPU6050]]'''】&lt;br /&gt;
** 3-axis compass: 【'''[[media:HMC5883L.pdf|HMC5883L]]'''】&lt;br /&gt;
** temperature + pressure sensor: 【'''[[media:BMP085.pdf|BMP085]]'''】&lt;br /&gt;
&lt;br /&gt;
:[[file:Micromodule-10DOF-1.png|800px|thumb|left|Microduino-10DOF-Pinout]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
*2013年4月8日 @老潘orz发现HMC5883L S1管脚未连接VDD。&lt;br /&gt;
*2013年2月28日，测试版出炉，无大问题。&lt;br /&gt;
*2013年2月18日，初版打样。&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
:[[file:Microduino-10DOF-T.jpg|thumb|600px|left|Front]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-10DOF-B.jpg|thumb|600px|left|Back]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* Testing video: [http://v.youku.com/v_show/id_XNTIzMTY3MTU2.html Microduino-10DOF MPU6050 Testing]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-%E3%80%90BT%E3%80%91&amp;diff=29</id>
		<title>Microduino-【BT】</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-%E3%80%90BT%E3%80%91&amp;diff=29"/>
				<updated>2013-12-15T09:52:41Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-【BT】 '''Microduino-【BT】''' module is a plug-in device that supports Blue...&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;
[[file:Microduino-bt-rect.jpg|400px|thumb|right|Microduino-【BT】]]&lt;br /&gt;
'''[[Microduino-【BT】]]''' module is a plug-in device that supports Bluetooth 4.0 low energy standard.  &lt;br /&gt;
&lt;br /&gt;
All protocol stacks required for Bluetooth low energy communication are built in, including various healthcare profiles.  Configuration command set is provided via UART interface and it enables the module to be easily controlled by 8-bit or 16-bit MCUs widely used in small embedded devices, such as  Microduino-Core and Microduino-Core+.  Profile framework enables users to select and configure Bluetooth low energy profiles.  It also supports 128-bit UUID used for custom profiles and it allows users to use this module for various applications.&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-【BT】]]'''is integrated antenna, system clock, sleep clock, and board-to-board connector. '''[[Microduino-【BT】]]''' also supports Bluetooth 2.1 standard for an alternative, designers can select proper one according to requirements and cost.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Features==&lt;br /&gt;
* Bluetooth 4.0 low energy compliant,  Bluetooth low energy certified&lt;br /&gt;
* Supporting “AT” commands to configure UART rate, device role (master, slave), name and password&lt;br /&gt;
* Using HM-10 integrate BLE module with TI CC2540 chip&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Protocol stacks built in include: BB, LL, L2CAP, GAP, SMP, ATT, GATT, Profile framework&lt;br /&gt;
* Murata original simple command set  &lt;br /&gt;
* Integrated 2.4GHz on board antenna&lt;br /&gt;
* Integrated system/sleep clocks&lt;br /&gt;
* Maximum output power: -2dBm&lt;br /&gt;
* TX/RX peak current: 18mA  &lt;br /&gt;
* Sleep current: 1uA &lt;br /&gt;
* Wireless certified: FCC, IC, CE, TELEC&lt;br /&gt;
* Supply voltage: 3.3V&lt;br /&gt;
* Operating temperature: - 10oC to 60oC&lt;br /&gt;
&lt;br /&gt;
:[[file:Microduino-BT-1.png|800px|thumb|left|Microduino-BT]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-BT-2.png|800px|thumb|left|Microduino-BT]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-【BT】]]''' schematic&lt;br /&gt;
:[[file:Microduino-【BT】-SCH.png|600px|thumb|left|Microduino-【BT】 Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-【BT】-PCB.png|600px|thumb|none|Microduino-【BT】 PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-【BT】]]''' Eagle source file 【'''[[media:Microduino-【BT】.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-【BT】]]''' main chips and devices&lt;br /&gt;
** Main chip: 【'''[[media: Bluetooh4.0.pdf|Datasheet of BT 4.0]]'''】 【'''[[media: Bluetooh2.1.pdf|Datasheet of BT 2.1]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* '''[[Microduino-【BT】]]''' 4.0 test video&lt;br /&gt;
* '''[[Microduino-【BT】]]''' 4.0 IOS testing code&lt;br /&gt;
** IOS5 '''[[media: HMSoft_ios5.rar |code download]]'''&lt;br /&gt;
** IOS6 '''[[media: HMSoft_ios6.rar |code download]]'''&lt;br /&gt;
* Microduino-Core/Core+ testing codes &lt;br /&gt;
** '''[[Microduino-Core+]]''' software serial mode '''[[media: Microduino-【BT】-SoftSerial.zip| Microduino-【BT】-SoftSerial.zip]]'''&lt;br /&gt;
&amp;lt;source lang=cpp&amp;gt;&lt;br /&gt;
#include &amp;lt;SoftwareSerial.h&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
SoftwareSerial mySerial(9, 10); //RX,TX&lt;br /&gt;
 &lt;br /&gt;
String tmp; &lt;br /&gt;
 &lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  mySerial.begin(9600); &lt;br /&gt;
};&lt;br /&gt;
 &lt;br /&gt;
void loop() {&lt;br /&gt;
 &lt;br /&gt;
  while (mySerial.available() &amp;gt; 0)  {&lt;br /&gt;
    tmp += char(mySerial.read());&lt;br /&gt;
    delay(2);&lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  if(tmp.length() &amp;gt; 0) {&lt;br /&gt;
    Serial.println(tmp);&lt;br /&gt;
    tmp = &amp;quot;&amp;quot;;&lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  if (Serial.available()) {&lt;br /&gt;
    mySerial.write(Serial.read());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
** '''[[Microduino-Core+]]''' Hardware serial mode '''[[media: Microduino-【BT】-HardSerial.zip|Microduino-【BT】-HardSerial.zip]]'''&lt;br /&gt;
&amp;lt;source lang=cpp&amp;gt;&lt;br /&gt;
//core+ D2-RX,D3-TX&lt;br /&gt;
&lt;br /&gt;
void setup()&lt;br /&gt;
{&lt;br /&gt;
  Serial1.begin(9600); &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop()&lt;br /&gt;
{&lt;br /&gt;
   Serial1.println(&amp;quot;AT&amp;quot;);&lt;br /&gt;
   if (Serial1.available())&lt;br /&gt;
   {&lt;br /&gt;
    char c = Serial1.read();&lt;br /&gt;
    Serial1.println(c);&lt;br /&gt;
   }&lt;br /&gt;
   delay(1000);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* '''[[Microduino-【BT】]]''' workshops&lt;br /&gt;
**【'''[[Learn to use Microduino-【BT】]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/bt Microduino-BT]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:Microduino-【BT】-T.jpg|thumb|600px|left|2.1Front]]&lt;br /&gt;
[[file:Microduino-【BT】-B.jpg|thumb|600px|left|2.1Back]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-BM&amp;diff=28</id>
		<title>Microduino-BM</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-BM&amp;diff=28"/>
				<updated>2013-12-15T09:51:21Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-BM  '''Microduino-BM''' module is   |- | '''ABC'''==Features==  |- |  ==Document...&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;
[[file:Microduino-bm-rect.jpg|400px|thumb|right|Microduino-BM]]&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-BM]]''' module is &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'''ABC'''==Features==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-BM]]''' schematic&lt;br /&gt;
:[[file:Microduino-BM-SCH.png|600px|thumb|left|Microduino-BM Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-BM-PCB.png|600px|thumb|left|Microduino-BM PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-BM]]''' Eagle source file 【'''[[media:Microduino-BM.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-BM]]''' main chips and devices&lt;br /&gt;
&lt;br /&gt;
:[[file:Micromodule-BM-1.png|800px|thumb|left|Microduino-BM-Pinout]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Micromodule-BM-2.png|800px|thumb|left|Microduino-BM-Pinout]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:Micrmodule-BM-T.jpg|thumb|600px|left|Front]]&lt;br /&gt;
[[file:Micrmodule-BM-B.jpg|thumb|600px|left|Back]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-SD&amp;diff=27</id>
		<title>Microduino-SD</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-SD&amp;diff=27"/>
				<updated>2013-12-15T09:49:38Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-RTC Microduino-RTC Module is a Real Time Clock module based on NXP CMOS PCF8563. RTC m...&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;
[[file:Microduino-RTC-T.jpg|400px|thumb|right|Microduino-RTC]]&lt;br /&gt;
Microduino-RTC Module is a Real Time Clock module based on NXP CMOS PCF8563.&lt;br /&gt;
RTC module uses TWI/I2C interface for communication.&lt;br /&gt;
Data can be backed up with the addtional AT24c32 EEPROM.&lt;br /&gt;
With an onboard capacitor, RTC module keeps time for serveral minutes after power disconnected. &lt;br /&gt;
PCF8563 uses external crystal, and can provide timer intterupt tigger.&lt;br /&gt;
&lt;br /&gt;
* Microduino RTC Real Time Clock Module&lt;br /&gt;
* PCF8563 CMOS Real-Time Clock (RTC)&lt;br /&gt;
* Two Wire Interface (I2C)&lt;br /&gt;
* Backup by additional EEPROM AT24C32&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Buy==&lt;br /&gt;
* '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/RTC Buy Microduino-RTC ]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
*first version: 2013/July/06 passed internal testing&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Spec==&lt;br /&gt;
Eagle PCB '''[[media:Microduino-RTC.zip|Download]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
===Main devices===&lt;br /&gt;
* Pcf8563：'''[[media:Pcf8563.pdf|Pcf8563]]'''&lt;br /&gt;
* AT24c32：'''[[media:AT24c32.pdf|AT24c32]]'''&lt;br /&gt;
* Crystal：'''[[media:MS2V-T1S.pdf|MS2V-T1S]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Arduino library==&lt;br /&gt;
Pcf8563 Arduino Library【'''[http://playground.arduino.cc/Main/RTC-PCF8563 ArduinoPlayground]''' 】【'''[[media:Rtc_Pcf8563.zip | Download]]'''】&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:rtc-z.jpg|thumb|600px|center|Front]]&lt;br /&gt;
[[file:rtc-b.jpg|thumb|600px|center|Back]]&lt;br /&gt;
[[File:RTC.png|thumb|600px|center|On board devices and Pin Map]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-nRF24&amp;diff=26</id>
		<title>Microduino-nRF24</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-nRF24&amp;diff=26"/>
				<updated>2013-12-15T09:47:52Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-nRF24 '''Microduino-nRF24'''  uses the newest 2.4GHz transceiver nRF24L01 fro...&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;
[[file:Microduino-nRF24-rect.jpg|400px|thumb|right|Microduino-nRF24]]&lt;br /&gt;
'''[[Microduino-nRF24]]'''  uses the newest 2.4GHz transceiver nRF24L01 from Nordic Semiconductor. This transceiver IC operates in the 2.4GHz band and has many new features! Take all the coolness of the nRF2401A and add some extra pipelines, buffers, and an auto-retransmit feature.&lt;br /&gt;
&lt;br /&gt;
Designers can use '''[[Microduino-nRF24]]''' in project without any wireless design , and just need to stack it with '''[[Microduino-Core]]''' or '''[[Microduino-Core+]]''' through UPin-27, the standard Microduino interface will attach nRF24 and MCU with SPI bus, on transferring data.&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-nRF24]]''' works in the 1.9 to 3.6v voltage, the on-chip DC-DC regulator will automatically step down supply voltage to proper level.&lt;br /&gt;
&lt;br /&gt;
Note: We now populate these boards with the nRF24L01+. The '+' version of the IC has improved range, sensitivity, and data rates. The command set is backward compatible with the original nRF24L01.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Features==&lt;br /&gt;
* Worldwide license-free 2.4GHz ISM band operation&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Auto Acknowledge&lt;br /&gt;
* Auto Re-Transmit&lt;br /&gt;
* 100m Range at 250kbps&lt;br /&gt;
* 250kbps to 2Mbit Data Rate&lt;br /&gt;
* 32 Byte separate TX and RX FIFOs&lt;br /&gt;
* Software selectable channel from 2400MHz to 2525MHz (125 Selectable channels)&lt;br /&gt;
* 1Mbps and 2Mbps on-air data-rate&lt;br /&gt;
* Enhanced ShockBurst? hardware protocol accelerator&lt;br /&gt;
&lt;br /&gt;
:[[file:Micrduino-nRF24-1.png|800px|thumb|left|Microduino-nRF24 Spec]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Micrduino-nRF24-2.png|800px|thumb|left|Microduino-nRF24 Spec]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-nRF24]]''' schematic&lt;br /&gt;
:[[file:Microduino-nRF24-SCH.png|600px|thumb|left|Microduino-nRF24 Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-nRF24-PCB.png|600px|thumb|none|Microduino-nRF24 PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-nRF24]]''' Eagle source file 【'''[[media:Microduino-nRF24.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-nRF24]]''' main chips and devices&lt;br /&gt;
** Main chip: '''[[media:nRF24L01_Product_Specification_v2_0.pdf|Datasheet of nRF24]]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Development==&lt;br /&gt;
* Arduino IDE library and support&lt;br /&gt;
** '''[[Microduino-nRF24]]''' nRF24 network library github.com【'''[https://github.com/maniacbug/RF24Network/ download]'''】&lt;br /&gt;
* '''[[Microduino-nRF24]]''' workshops&lt;br /&gt;
**【'''[[Learn to use Microduino-nRF24]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/nRF24 Microduino-nRF24]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:Microduino-nRF24-T.jpg|thumb|600px|left|Front]]&lt;br /&gt;
[[file:Microduino-nRF24-B.jpg|thumb|600px|left|Back]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-RJ45&amp;diff=25</id>
		<title>Microduino-RJ45</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-RJ45&amp;diff=25"/>
				<updated>2013-12-15T09:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-RJ45 '''Microduino-RJ45''' must be stacked with '''Microduino-ENC28J60''' ...&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;
[[file:Microduino-rj45-rect.jpg|400px|thumb|right|Microduino-RJ45]]&lt;br /&gt;
'''[[Microduino-RJ45]]''' must be stacked with '''[[Microduino-ENC28J60]]''' together to form a complete Ethernet module, individual module cannot be used separately. &lt;br /&gt;
&lt;br /&gt;
RJ45 is the most popular Ethernet jacket, used for data transportation and communication.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;RJ45&amp;quot; physical connector is standardized as the IEC 60603-7 8P8C modular connector with different &amp;quot;categories&amp;quot; of performance, with all eight conductors present but 8P8C is commonly known as RJ45. The physical dimensions of the male and female connectors are specified in ANSI/TIA-1096-A and ISO-8877 standards and normally wired to the T568A and T568B pinouts specified in the TIA/EIA-568 standard to be compatible with both telephone and Ethernet.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[file:Microduino-rj45-1.png|800px|thumb|left|Microduino-RJ45]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
[[file:Microduino-rj45-2.png|800px|thumb|left|Microduino-RJ45]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-RJ45 ]]''' schematic&lt;br /&gt;
* '''[[Microduino-RJ45]]''' Eagle source file 【'''[[media:Microduino-RJ45.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-RJ45]]''' main chips&lt;br /&gt;
** RJ45：【'''[[media:HLJ-6115ANL.PDF|HLJ-6115ANL]]'''】 【'''[[media:HR911105A.PDF|HR911105A]]'''】&lt;br /&gt;
** DC-DC：'''[[media:LM2674M.pdf|LM2674M-5.0]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* Arduino IDE library and support&lt;br /&gt;
** '''[[Microduino-ENC28J60]]''' EtherCard library 【'''[https://github.com/jcw/ethercard github download]'''】&lt;br /&gt;
* ''[[[Microduino-ENC28J60]]''' workshops&lt;br /&gt;
**【'''[http://www.geek-workshop.com/thread-2260-1-1.html ENC28J60 Tutorial]'''】&lt;br /&gt;
**【'''[[Microduino-ENC28J60 workshop]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/enc Microduino-ENC]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:Microduino-RJ45-T.jpg|thumb|600px|left|Front]]&lt;br /&gt;
[[file: Microduino-RJ45-B.jpg |thumb|600px|left|Back]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
* 起源：  &lt;br /&gt;
** RJ这个名称代表已注册的插孔（Registered Jack），是来源于贝尔系统的USOC (Universal Service Ordering Codes，通用服务分类代码) 代码。USOC 是一系列已注册的插孔及其接线方式，是由贝尔系统开发的，用于将用户的设备连接到公共网络。FCC 规定控制着这一目的的应用。FCC （联邦通信委员会）代表美国政府发布了一个文档规定了RJ11。  &lt;br /&gt;
** RJ11是用于西部电子公司（Western ElectricCo）开发的接插件的通用名称。其外形定义为6针的连接器件。原名为WExW， 这里的x表示‘活性’，触点或者打线针。例如， WE6W 有全部6个触点，编号1到6, WE4W 界面只使用4针最外面的两个触点(1和6) 不用，WE2W 只使用中间两针。对于RJ11，信息来源是矛盾的，它可以是2或者4芯的6针接插件。更加混淆的是，RJ11并不仅是用于代表6针接插件，它还指4针的版本。  &lt;br /&gt;
** RJ45 和RJ11：不同的标准，不同的尺寸  &lt;br /&gt;
** 由于两者的尺寸不同（RJ11为4或6针，RJ45为8针连接器件），显然RJ45插头不能插入RJ11插孔。反过来却在物理上是可行的（RJ11插头比RJ45插孔小）， 由此让人误以为两者应该或者能够协同工作。实际上不是这样。强烈建议不要将RJ11插头用于RJ45插孔。  &lt;br /&gt;
** 因为RJ11不是国际标准化的，其尺寸，插入力度，插入角度等等没有统一依照国际标准接插件设计要求，因此不能确保能够具有互操作性。它们甚至引起两者的破坏。由于RJ11插头比RJ45插孔小，插头两边的塑料部分将会损坏插入的插孔的金属针。&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-ENC28J60&amp;diff=24</id>
		<title>Microduino-ENC28J60</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-ENC28J60&amp;diff=24"/>
				<updated>2013-12-15T09:45:47Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-ENC28J60 '''Microduino-ENC28J60''' must be stacked with '''Microduino-RJ45...&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;
[[file:micromodule-enc-rect.jpg|400px|thumb|right|Microduino-ENC28J60]]&lt;br /&gt;
'''[[Microduino-ENC28J60]]''' must be stacked with '''[[Microduino-RJ45]]''' together to form a complete Ethernet module, individual module can not be used seperately. &lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-ENC28J60]]''' module is based on Microchip’s ENC28J60 stand-alone 10Base-T Ethernet controller. The ENC28J60 is a stand-alone Ethernet controller with an industry standard Serial Peripheral Interface (SPI). It is designed to serve as an Ethernet network interface for any controller equipped with SPI.&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-RJ45]]''' is the common name for an 8P8C modular connector using 8 conductors. It has dedicated pins for LED link and network activity indication. &lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-ENC28J60]]''' meets all of the IEEE 802.3 specifications. It also provides an internal DMA module for fast data throughput and hardware assisted checksum calculation, which is used in various network protocols. Communication with the host controller is implemented via an interrupt pin, if required, and the SPI, with clock rates of up to 20 MHz.&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-ENC28J60]]''' + '''[[Microduino-RJ45]]''' provide onboard low drop voltage regulator which supplies stable voltage to the Ethernet controller. It is an ideal device for applications involving Home/Office Automation, Remote Diagnostics systems, Industrial equipments, Security Systems and Robotics as well.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Features==&lt;br /&gt;
* ENC28J60 is a very popular Ethernet chip, the first version Arduino Ethernet extend board was based on EN28J60 chip, and therefore, ENC28J60 is widely adapted by designers due to its stability and easy to use.&lt;br /&gt;
* Integrated MAC and 10Base-T PHY&lt;br /&gt;
* support POE&lt;br /&gt;
* IEEE 802.3. Compatible Ethernet Controller, fully Compatible with 10/100/1000Base-TNetworks&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, must be used with '''[[Microduino-RJ45]]''' for full functions&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Specifications==&lt;br /&gt;
* OperatingSupply: 5V-9V DC&lt;br /&gt;
* Onboard 3.3V low drop voltage regulator for Ethernet controller&lt;br /&gt;
* Requires Hostmicrocontroller with integrated SPI&lt;br /&gt;
* DirectHost to module connection via 9 pin berg strip connector (lengthy wiresare not recommended for SPI interface)&lt;br /&gt;
* Supports One10Base-T Port with Automatic&lt;br /&gt;
* Polarity Detection and Correction&lt;br /&gt;
* Supports Full and Half-Duplex modes&lt;br /&gt;
* Programmable Automatic Retransmit onCollision&lt;br /&gt;
* Programmable Padding and CRC Generation&lt;br /&gt;
* SPI Interface with Clock Speeds Up to 20MHz&lt;br /&gt;
* 25 MHz Clock Input Requirement&lt;br /&gt;
* Operating Voltage of 3.1V to 3.6V (3.3Vtypical)&lt;br /&gt;
&lt;br /&gt;
:[[file:Micrduino-Enc28J60-1.png|800px|thumb|left|Microduino-ENC28J60 Spec]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Micrduino-Enc28J60-2.png|800px|thumb|left|Microduino-ENC28J60 Spec]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-ENC28J60]]''' schematic&lt;br /&gt;
:[[file:micromodule-ENC28J60-SCH.png|600px|thumb|left|Microduino-ENC28J60 Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino-ENC28J60]]''' Eagle source file 【'''[[media:Microduino-ENC28J60.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-ENC28J60]]''' main chips and devices&lt;br /&gt;
** Main chip: '''[[media:ENC28J60.pdf|Datasheet of ENC28J60]]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* '''[[Microduino-ENC28J60]]''' interface&lt;br /&gt;
** VCC-&amp;gt;3V3&lt;br /&gt;
** GND-&amp;gt;GND&lt;br /&gt;
** CS-&amp;gt;D8&lt;br /&gt;
** SI-&amp;gt;D11&lt;br /&gt;
** SO-&amp;gt;D12&lt;br /&gt;
** SCK-&amp;gt;D13&lt;br /&gt;
** INT-&amp;gt;D2 (optional, need to use R3(0-2K))&lt;br /&gt;
** RST-&amp;gt;RST&lt;br /&gt;
* Arduino IDE library and support&lt;br /&gt;
** '''[[Microduino-ENC28J60]]''' EtherCard library github.com【'''[https://github.com/jcw/ethercard download]'''】&lt;br /&gt;
* '''[[Microduino-ENC28J60]]''' workshops&lt;br /&gt;
**【'''[http://www.geek-workshop.com/thread-2260-1-1.html Tutorial of ENC28J60]'''】&lt;br /&gt;
**【'''[[Learn to use Microduino-ENC28J60]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/enc Microduino-ENC]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
* 2012年12月29日，第三版，修订bug，解决某些交换机不支持，丢包严重问题，感谢@护林人。&lt;br /&gt;
* 2012年11月18日，第二版，确定Microduino I/O 管脚分布，重新布板并通过测试&lt;br /&gt;
* 2012年11月8日，初版，测试功能基本完备&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:micromodule-ENC28J60-T.jpg|thumb|600px|left|Front]]&lt;br /&gt;
[[file:micromodule-ENC28J60-B.jpg|thumb|600px|left|Back]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-FT232R&amp;diff=23</id>
		<title>Microduino-FT232R</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-FT232R&amp;diff=23"/>
				<updated>2013-12-15T09:44:38Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-FT232R '''Microduino-FT232R''' is a USB to serial UART interface module, it ...&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;
[[file:Micromodule-ft232-rect.jpg|400px|thumb|right|Microduino-FT232R]]&lt;br /&gt;
'''[[Microduino-FT232R]]''' is a USB to serial UART interface module, it is based on FDTI FT232RL chip (Arduino embedded driver). '''[[Microduino-FT232R]]''' can be stacked with  '''[[Microduino-Core]]''' or '''[[Microduino-Core+]]''', enable Microduino core modules communicating with PC.&lt;br /&gt;
&lt;br /&gt;
The FT232R has optional clock generator output, and the new FTDIChip-ID? security dongle feature. In addition, asynchronous and synchronous bit bang interface modes are available. &lt;br /&gt;
&lt;br /&gt;
USB to serial designs using the FT232R is simplified by fully integrating the external EEPROM, clock circuit and USB resistors onto the device.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Features==&lt;br /&gt;
* The '''[[Microduino-FT232R]]''' is a USB to serial UART interface with optional clock generator output, asynchronous and synchronous bit bang interface modes are available. &lt;br /&gt;
* The '''[[Microduino-FT232R]]''' adds two new functions compared with its predecessors, effectively making it a &amp;quot;3-in-1&amp;quot; chip for some application areas. The internally generated clock (6MHz, 12MHz, 24MHz, and 48MHz) can be brought out of the device and used to drive a microcontroller or external logic. A unique number (the FTDIChip-ID?) is burnt into the device during manufacture and is readable over USB, thus forming the basis of a security dongle which can be used to protect designers' application software from being copied.&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all Microduino modules and sensors can be easily stacked and extended through it&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Single chip USB to asynchronous serial data transfer interface.&lt;br /&gt;
* Entire USB protocol handled on the chip - No USB-specific firmware programming required.&lt;br /&gt;
* UART interface support for 7 or 8 data bits, 1 or 2 stop bits and odd / even / mark / space / no parity.&lt;br /&gt;
* Fully assisted hardware or X-On / X-Off software handshaking.&lt;br /&gt;
* Data transfer rates from 300 baud to 3 Megabaud (RS422 / RS485 and at TTL levels) and 300 baud to 1 Megabaud (RS232).&lt;br /&gt;
* Auto transmit buffer control for RS485 applications.&lt;br /&gt;
* Transmit and receive LED drive signals.&lt;br /&gt;
* New 48MHz, 24MHz,12MHz, and 6MHz clock output signal Options for driving external MCU or FPGA.&lt;br /&gt;
* 256 Byte receive buffer and 128 Byte transmit buffer utilising buffer smoothing technology to allow for high data throughput.&lt;br /&gt;
* Synchronous and asynchronous bit bang mode interface options with RD# and WR# strobes.&lt;br /&gt;
* Integrated 1024 bit internal EEPROM for I/O configuration and storing USB VID, PID, serial number and product description strings.&lt;br /&gt;
* Device supplied preprogrammed with unique USB serial number.&lt;br /&gt;
* Support for USB suspend / resume.&lt;br /&gt;
* Support for bus powered, self powered, and high-power bus powered USB configurations.&lt;br /&gt;
* Integrated 3.3V level converter for USB I/O .&lt;br /&gt;
* Integrated level converter on UART and CBUS for interfacing to 5V - 1.8V Logic.&lt;br /&gt;
* True 5V / 3.3V / 2.8V / 1.8V CMOS drive output and TTL input.&lt;br /&gt;
* High I/O pin output drive option.&lt;br /&gt;
* Integrated USB resistors.&lt;br /&gt;
* Integrated power-on-reset circuit.&lt;br /&gt;
* Fully integrated clock - no external crystal, oscillator, or resonator required.&lt;br /&gt;
* UART signal inversion option.&lt;br /&gt;
* USB bulk transfer mode.&lt;br /&gt;
* 3.3V to 5.25V Single Supply Operation.&lt;br /&gt;
* UHCI / OHCI / EHCI host controller compatible.&lt;br /&gt;
* USB 2.0 Full Speed compatible.&lt;br /&gt;
&lt;br /&gt;
:[[file:Micromodule-FT232R-Pinout.PNG|600px|thumb|left|Microduino-FT232R-Pinout]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-FT232R]]''' schematic&lt;br /&gt;
:[[file:Micromodule-FT232R-SCH.png|600px|thumb|left|Microduino-FT232R Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Micromodule-FT232R-PCB.png|600px|thumb|none|Microduino-FT232R PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-FT232R]]''' Eagle source file 【'''[[media:Microduino-FT232R.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-FT232R]]''' main chips and devices&lt;br /&gt;
** Main chip: '''[[media:DS_FT232R.pdf|Datasheet of FT232R]]'''&lt;br /&gt;
** Micro USB: '''[[media:MicroUSB.jpg|MicroUSB]]'''&lt;br /&gt;
** Diode: '''[[media:MBR0520.pdf|MBR0520]]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
Uploading Arduino program to Microduino-Core/Core+ with '''[[Microduino-FT232R]]'''&lt;br /&gt;
* 1. Install Arduino IDE: Microduino use the same IDE as Arduino, please download Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】 and install it in your disk. (if you already have it, just skip this step). Please check Arduino IDE details from 【'''[http://arduino.cc/en/Reference/HomePage Reference]'''】 and 【'''[http://arduino.cc/en/Tutorial/HomePage Workshop]'''】. &lt;br /&gt;
* 2. Patch Microduino package: Please download Microduino package for Arduino IDE from 【'''[[media:Microduino.zip|download]]'''】, and unzip is to {Your Arduino Install Driectory}/hardware directory.&lt;br /&gt;
* Microduino Arduino IDE Reference workshop: 【'''[[Arduino IDE Microduino Configuration]]'''】. &lt;br /&gt;
* 3. Programming: Upload program to '''[[Microduino-Core]]''' or '''[[Microduino-Core+]]''' through Arduino IDE, with '''[[Microduino-FT232R]]''' module.&lt;br /&gt;
* 4. Enjoy your Microduino journey!&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Core%20Modules/FT232R Microduino-FT232R]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
*2013/02/27: the second formal release.&lt;br /&gt;
*2012/11/17: the first formal release, fix bugs in beta version.&lt;br /&gt;
*2012/11/05: beta release, problem shooting:&lt;br /&gt;
** 5V power was not connect to Microduino interface&lt;br /&gt;
** Micro USB socket was not stable, it might be broken after several times plug.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
[[file:Micromodule-FT232R-T.jpg|thumb|600px|center|Front]]&lt;br /&gt;
[[file:Micromodule-FT232R-B.jpg|thumb|600px|center|Back]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-Core%2B&amp;diff=22</id>
		<title>Microduino-Core+</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-Core%2B&amp;diff=22"/>
				<updated>2013-12-15T09:43:15Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-Core+  '''Microduino-Core+''' is one of core modules of Microduino series, us...&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;
[[file:Microduino-core+-rect.jpg|400px|thumb|right|Microduino-Core+]]&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Core+]]''' is one of core modules of Microduino series, using Atmel ATmega644PA/ATmega1284P series as main chip, it is a performance enhanced version of '''[[Microduino-Core]]'''.&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Core+]]''' has all features of –Core, can be stacked with modules through UPin-27 Microduino standard bus interface, as smart as '''[http://arduino.cc/en/Main/ArduinoBoardMega2560 Arduino Mega2560]''', but as small as a quarter. Moreover, '''[[Microduino-Core+]]''' has 10 more digital I/O ports than '''[[Microduino-Core]]''', provides 2 hardware serial ports, and more SRAM/Flash/EEPROM, it’s designed for high hardware resource required applications and designs. &lt;br /&gt;
&lt;br /&gt;
Microduino uses the same development environment as Arduino IDE, designers can use the Arduino IDE, Processing on Microduino for idea realization, prototype development and low volume production. Programs can be smoothly migrated from Core to Core+ without any modification. &lt;br /&gt;
&lt;br /&gt;
Microduino uses optiboot for bootloader, it takes less Flash than Arduino default engine and optimizes program uploading.&lt;br /&gt;
&lt;br /&gt;
Currently, there are 4 different configurations for '''[[Microduino-Core+]]''' modules:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequency&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| ATmega644PA@16M,5V &lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega644PA@8M,3V3 &lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| Atmega1284P@16M,5V &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega1284P@8M,3V3 &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Different configurations in frequency and supply voltage:&lt;br /&gt;
* Clock frequency and supply voltage are paired; 8M module is supplied by 3.3V voltage, while 16M module is by 5.0V voltage. &lt;br /&gt;
* A 16M with 5V '''[[Microduino-Core+]]''' module is recommended for desktop equipments or designs; regarding mobile equipments or designs, a 8M with 3.3V module is suggested for low power and battery supply purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Core vs Core+==&lt;br /&gt;
*  '''[[Microduino-Core+]]''' aims at high performance applications which require large SRAM/EEPROM/Flash and more I/O ports, '''[[Microduino-Core]]''' is for main stream applications.&lt;br /&gt;
&lt;br /&gt;
* Both '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' use UPin-27 interface -- the standard module interface of Microduino series. The main difference between them is MCU chip: -Core module uses ATmega328P/ATmega168PA, as same as Arduino Uno; -Core+ module uses ATmega644PA/ATmega1284P, its performance is similar to Arduino Mega2560.&lt;br /&gt;
&lt;br /&gt;
* Configuration difference between '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' &lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Microduino&lt;br /&gt;
! Chip&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Digital I/O&lt;br /&gt;
! Analog I/O&lt;br /&gt;
! PWM&lt;br /&gt;
! Hardware Serial&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core&lt;br /&gt;
| Atmega168PA &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core+&lt;br /&gt;
| Atmega644PA&lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| ATmega1284P &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* According above table, Core and Core+ are different in Flash, EEPROM and SRAM size, also, they supply different size of digital I/O and hardware serial ports, and there are 10 more digital I/O and 1 more hardware serial ports in Core+. Designers can select specific module regarding different application requirements on function, performance and power. &lt;br /&gt;
&lt;br /&gt;
* Both Core and Core+ use UPin-27 interface, Microduino program can be smoothly ported between them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Small, Stack, Strong&lt;br /&gt;
* Open source hardware, using the same development environment as Arduino IDE &lt;br /&gt;
* '''[[Microduino-Core+]]''' can be burned with ISP, same as Arduino, easy &amp;quot;bootloader&amp;quot;&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all Microduino modules and sensors can be easily stacked and extended through it&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compitable to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Microcontroller: ATmega644PA/ATmega1284P&lt;br /&gt;
* Operating Voltage: 5V/3.3V&lt;br /&gt;
* Input Voltage (limits): 6-20V&lt;br /&gt;
* Digital I/O Pins: 24 (of which 6 provide PWM output with D7，D8，D9，D10，D22 and D23, PWM ports are different to '''[[Microduino-Core]]''')&lt;br /&gt;
* Analog Input Pins: 8 (2 more comparing to Arduino Uno)&lt;br /&gt;
* DC Current per I/O Pin: 40 mA&lt;br /&gt;
* DC Current:  50 mA&lt;br /&gt;
* Serial: 2 set of serial ports. D0 (RX0) + D1 (TX0) and D2 (RX1) + D3 (TX1), used to receive (RX) and transmit (TX) TTL serial data.&lt;br /&gt;
* External Interrupts: 2, 3 and 6. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.&lt;br /&gt;
* PWM: 7, 8, 9, 10, 22 and 23. Provide 8-bit PWM output with the analogWrite() function.&lt;br /&gt;
* SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI library.&lt;br /&gt;
* IIC: D20 (SDA) pin and D21 (SCL) pin. Support TWI communication using the Wire library.&lt;br /&gt;
* AREF. Reference voltage for the analog inputs. Used with analogReference().&lt;br /&gt;
&lt;br /&gt;
* Currently, there are 4 different configurations for '''[[Microduino-Core+]]''' modules:&lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequecy&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| ATmega644PA@16M，5V &lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega644PA@8M，3V3 &lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| Atmega1284P@16M，5V &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega1284P@8M，3V3 &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[file:Microduino-Core+_Pinout_(1).PNG|600px|thumb|left|Microduino-Core+ Pin-out]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core+_Pinout_(2).PNG|600px|thumb|none|Microduino-Core+ Pin-out]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core+_Pinout_(3).PNG|600px|thumb|left|Microduino-Core+ Pin-out]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-Core+]]''' schematic and pcb &lt;br /&gt;
:[[file:Microduino-Core+-SCH.png|600px|thumb|left|Microduino-Core+ Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core+-PCB.png|600px|thumb|none|Microduino-Core+ PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino-Core+]]''' Eagle source file 【'''[[media:Microduino-Core+.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-Core+]]''' main chips and devices&lt;br /&gt;
** MCU: '''[[media:ATmega644PA1284P.pdf|ATmega644PA/1284P]]'''&lt;br /&gt;
** Crystal oscillator: '''[[media:CSTCE16M00G53.pdf|CSTCE16M00G53]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* Microduino Arduino IDE Configuration&lt;br /&gt;
** 1. Install Arduino IDE: Microduino use the same IDE as Arduino, please download Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】 and install it in your disk. (if you already have it, just skip this step). Please check Arduino IDE details from 【'''[http://arduino.cc/en/Reference/HomePage Reference]'''】 and 【'''[http://arduino.cc/en/Tutorial/HomePage Workshop]'''】. &lt;br /&gt;
** 2. Patch Microduino package: Please download Microduino package for Arduino IDE from 【'''[[media:Microduino.zip|download]]'''】, and unzip is to {Your Arduino Install Driectory}/hardware directory.&lt;br /&gt;
** Microduino Arduino IDE Reference workshop: 【'''[[Arduino IDE Microduino Configuration]]'''】. &lt;br /&gt;
** 3. Programming: To upload program to Microduino-Core/Core+ through Arduino IDE, designers are recommended to use '''[[Microduino-FT232R]]''' module.&lt;br /&gt;
** 4. Enjoy your Microduino journey!&lt;br /&gt;
&lt;br /&gt;
* Burn Microduino BootLoader&lt;br /&gt;
** Bootloader burning is necessary if designers want to update Microduino-Core/Core+ firmware by themselves, designers can leaverage Arduino Uno or another burned Microduino-Core/Core+ to make a new one.&lt;br /&gt;
** Microduino bootloader workshop: 【'''[[Burn Bootloader to Microduino-Core/Core+ with an Arduino]]'''】.&lt;br /&gt;
** Bootloader is specified for different Microduino-Core/Core+ configurations, correct one must be selected during burning.&lt;br /&gt;
** Initial bootloader is designed for ATmegaX8 series optiboot, which occupies only 512 bytes flash.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
* room-Microduino&lt;br /&gt;
* obdii-Microduino&lt;br /&gt;
* pilot-Microduino&lt;br /&gt;
* green-Microduino&lt;br /&gt;
* music-Microduino&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Core%20Modules/Microdoino-Core-Plus Microduino-Core+]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
*2012/12/16: Published Microduino-Core patch for Arduino IDE&lt;br /&gt;
*2012/11/18: Optimized the first formal release, finalized Miroduino-Core configuration&lt;br /&gt;
*2012/11/06: Beta version.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
:[[file:Microduino-Core+-F.JPG|thumb|600px|left|Microduino-core+ Front]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core+-B.JPG|thumb|600px|left|Microduino-core+ Back]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core+-3d.jpg|thumb|600px|left|Microduino-core+ 3D model]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=21</id>
		<title>Microduino-Core</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=21"/>
				<updated>2013-12-15T09:41:53Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：&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;
[[file:Microduino-core-rect.jpg|400px|thumb|right|Microduino-Core]]&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Core]]''' is one of core modules of Microduino series, '''[[Microduino-Core]]''' is an open source hardware and Arduino Uno compatible. It is an 8-bit microcontroller development board, based on Atmel ATmega328P/ATmega168PA series.&lt;br /&gt;
&lt;br /&gt;
Comparing to Arduino Uno, '''[[Microduino-Core]]''' is featured by:&lt;br /&gt;
* Microduino splits '''[http://arduino.cc/en/Main/ArduinoBoardUno Arduino Uno]''' into two parts: '''[[Microduino-Core]]''' and '''[[Microduino-FT232R]]''' modules -- MCU and USB2TTL parts. it means once designers uploaded program into '''[[Microduino-Core]]''', '''[[Microduino-FT232R]]''' will be not necessary anymore, designers could have many Microduino-Core/Core+ modules with only one '''[[Microduino-FT232R]]'''. The board size becomes very small as only 25.4mm X 27.94mm (1.0inch X 1.1inch), like a quarter.&lt;br /&gt;
* Microduino series uses the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all Microduino modules and sensors can be easily stacked and extended, it is delivered ready to plug in.&lt;br /&gt;
* With tiny shape and uniform interface, Microduino series dramatically decreases the size and cost of design prototype, remarkable improves usability and flexibility of Arduino-compatible boards, as well as user experience.&lt;br /&gt;
&lt;br /&gt;
Microduino uses the same development environment as Arduino IDE, designers can use the Arduino IDE, Processing on Microduino for idea realization, prototype development and low volume production.&lt;br /&gt;
&lt;br /&gt;
Microduino uses optiboot for bootloader, it takes less Flash than Arduino default engine and optimizes program uploading.&lt;br /&gt;
&lt;br /&gt;
Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequency&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
Different configurations in frequency and supply voltage:&lt;br /&gt;
* Clock frequency and supply voltage are paired, 8M module is supplied by 3.3V voltage, while 16M module is by 5.0V voltage. &lt;br /&gt;
* A 16M with 5V '''[[Microduino-Core]]''' module is recommended for desktop equipments or designs; regarding mobile equipments or designs, a 8M with 3.3V module is suggested for low power and battery supply purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Core vs Core+==&lt;br /&gt;
* Microduino also provides '''[[Microduino-Core+]]''' module, aiming at high performance applications which require large SRAM/EEPROM/Flash and more I/O ports.&lt;br /&gt;
&lt;br /&gt;
* Both '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' use UPin-27 interface -- the standard module interface of Microduino series. The main difference between them is MCU chip: -Core module uses ATmega328P/ATmega168PA, as same as Arduino Uno; -Core+ module uses ATmega644PA/ATmega1284P, its performance is similar to Arduino Mega2560.&lt;br /&gt;
&lt;br /&gt;
* Configuration difference between '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' &lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Microduino&lt;br /&gt;
! Chip&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Digital I/O&lt;br /&gt;
! Analog I/O&lt;br /&gt;
! PWM&lt;br /&gt;
! Hardware Serial&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core&lt;br /&gt;
| Atmega168PA &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core+&lt;br /&gt;
| Atmega644PA&lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| ATmega1284P &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* According above table, Core and Core+ are different in Flash, EEPROM and SRAM size, also, they supply different size of digital I/O and hardware serial ports, and there are 10 more digital I/O and 1 more hardware serial ports in Core+. Designers can select specific module regarding different application requirements on function, performance and power. &lt;br /&gt;
&lt;br /&gt;
* Both Core and Core+ use UPin-27 interface, Microduino program can be smoothly ported between them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Small, Stack, Strong&lt;br /&gt;
* Open source hardware, using the same development environment as Arduino IDE &lt;br /&gt;
* '''[[Microduino-Core]]''' can be burned with ISP, same as Arduino, easy &amp;quot;bootloader&amp;quot;&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all &lt;br /&gt;
&lt;br /&gt;
Microduino modules and sensors can be easily stacked and extended through it&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Microcontroller: ATmega328P/ATmega168PA&lt;br /&gt;
* Operating Voltage: 5V/3.3V&lt;br /&gt;
* Input Voltage (limits): 6-20V&lt;br /&gt;
* Digital I/O Pins: 14 (of which 6 provide PWM output with D3，D5，D6，D9，D10 and D11)&lt;br /&gt;
* Analog Input Pins: 8 (2 more comparing to Arduino Uno)&lt;br /&gt;
* DC Current per I/O Pin: 40 mA&lt;br /&gt;
* DC Current:  50 mA&lt;br /&gt;
* Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data.&lt;br /&gt;
* External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.&lt;br /&gt;
* PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.&lt;br /&gt;
* SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI &lt;br /&gt;
&lt;br /&gt;
library.&lt;br /&gt;
* TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.&lt;br /&gt;
* AREF. Reference voltage for the analog inputs. Used with analogReference().&lt;br /&gt;
* Flash Memory	32 KB (ATmega328P) of which 0.5 KB used by bootloader&lt;br /&gt;
* SRAM	2 KB (ATmega328P)&lt;br /&gt;
* EEPROM	1 KB (ATmega328P)&lt;br /&gt;
* Clock Speed	16MHz(5V) / 8Mhz(3.3V)&lt;br /&gt;
&lt;br /&gt;
* Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequecy&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:[[file:Microduino-Core-Pinout1.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout2.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout3.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-Core]]''' pinout verctorgraph file【'''[[media:Microduino-Core-Pinout.pdf| download]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-Core]]''' schematic and pcb &lt;br /&gt;
:[[file:Microduino-Core-SCH.png|600px|thumb|left|Microduino-Core Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-PCB.png|600px|thumb|none|Microduino-Core PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino-Core]]''' Eagle source file 【'''[[media:Microduino-Core.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-Core]]''' main chips and devices&lt;br /&gt;
** MCU: '''[[media:ATmega168PA328P.pdf|ATmega168PA/328P]]'''&lt;br /&gt;
** Crystal oscillator: '''[[media:CSTCE16M00G53.pdf|CSTCE16M00G53]]'''&lt;br /&gt;
** Switch: '''[[media:Switch-TS-018.jpg|TS-018]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* Microduino Arduino IDE Configuration&lt;br /&gt;
** 1. Install Arduino IDE: Microduino use the same IDE as Arduino, please download Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】 and install it in your disk. (if you already have it, just skip this step). Please check Arduino IDE details from 【'''[http://arduino.cc/en/Reference/HomePage Reference]'''】 and 【'''[http://arduino.cc/en/Tutorial/HomePage Workshop]'''】. &lt;br /&gt;
** 2. Patch Microduino package: Please download Microduino package for Arduino IDE from 【'''[[media:Microduino.zip|download]]'''】, and unzip is to {Your Arduino Install Driectory}/hardware directory.&lt;br /&gt;
** Microduino Arduino IDE Reference workshop: 【'''[[Arduino IDE Microduino Configuration]]'''】. &lt;br /&gt;
** 3. Programming: To upload program to Microduino-Core/Core+ through Arduino IDE, designers are recommended to use '''[[Microduino-FT232R]]''' module.&lt;br /&gt;
** 4. Enjoy your Microduino journey!&lt;br /&gt;
&lt;br /&gt;
* Burn Microduino BootLoader&lt;br /&gt;
** Bootloader burning is necessary if designers want to update Microduino-Core/Core+ firmware by themselves, designers can leaverage Arduino Uno or another burned Microduino-Core/Core+ to make a new one.&lt;br /&gt;
** Microduino bootloader workshop: 【'''[[Burn Bootloader to Microduino-Core/Core+ with an Arduino]]'''】.&lt;br /&gt;
** Bootloader is specified for different Microduino-Core/Core+ configurations, correct one must be selected during burning.&lt;br /&gt;
** Initial bootloader is designed for ATmegaX8 series optiboot, which occupies only 512 bytes flash.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
* room-Microduino&lt;br /&gt;
* obdii-Microduino&lt;br /&gt;
* pilot-Microduino&lt;br /&gt;
* green-Microduino&lt;br /&gt;
* music-Microduino&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Core%20Modules/Microdoino-Core Microduino-Core]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
*2012/12/16: Published Microduino-Core patch for Arduino IDE&lt;br /&gt;
*2012/11/18: Optimized the first formal release, finalized Miroduino-Core configuration&lt;br /&gt;
*2012/11/06: Beta version.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
:[[file:Microduino-Core-F.JPG|thumb|600px|left|Microduino-core Front]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-B.JPG|thumb|600px|left|Microduino-core Back]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-3d.jpg|thumb|600px|left|Microduino-core 3D model]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=20</id>
		<title>Microduino-Core</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=20"/>
				<updated>2013-12-15T09:41:16Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：&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;
[[file:Microduino-core-rect.jpg|400px|thumb|right|Microduino-Core]]&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Core]]''' is one of core modules of Microduino series, '''[[Microduino-Core]]''' is an open source hardware and Arduino Uno compatible. It is an 8-bit microcontroller development board, based on Atmel ATmega328P/ATmega168PA series.&lt;br /&gt;
&lt;br /&gt;
Comparing to Arduino Uno, '''[[Microduino-Core]]''' is featured by:&lt;br /&gt;
* Microduino splits '''[http://arduino.cc/en/Main/ArduinoBoardUno Arduino Uno]''' into two parts: '''[[Microduino-Core]]''' and '''[[Microduino-FT232R]]''' modules -- MCU and USB2TTL parts. it means once designers uploaded program into '''[[Microduino-Core]]''', '''[[Microduino-FT232R]]''' will be not necessary anymore, designers could have many Microduino-Core/Core+ modules with only one '''[[Microduino-FT232R]]'''. The board size becomes very small as only 25.4mm X 27.94mm (1.0inch X 1.1inch), like a quarter.&lt;br /&gt;
* Microduino series uses the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all Microduino modules and sensors can be easily stacked and extended, it is delivered ready to plug in.&lt;br /&gt;
* With tiny shape and uniform interface, Microduino series dramatically decreases the size and cost of design prototype, remarkable improves usability and flexibility of Arduino-compatible boards, as well as user experience.&lt;br /&gt;
&lt;br /&gt;
Microduino uses the same development environment as Arduino IDE, designers can use the Arduino IDE, Processing on Microduino for idea realization, prototype development and low volume production.&lt;br /&gt;
&lt;br /&gt;
Microduino uses optiboot for bootloader, it takes less Flash than Arduino default engine and optimizes program uploading.&lt;br /&gt;
&lt;br /&gt;
Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequency&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
Different configurations in frequency and supply voltage:&lt;br /&gt;
* Clock frequency and supply voltage are paired, 8M module is supplied by 3.3V voltage, while 16M module is by 5.0V voltage. &lt;br /&gt;
* A 16M with 5V '''[[Microduino-Core]]''' module is recommended for desktop equipments or designs; regarding mobile equipments or designs, a 8M with 3.3V module is suggested for low power and battery supply purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Core vs Core+==&lt;br /&gt;
* Microduino also provides '''[[Microduino-Core+]]''' module, aiming at high performance applications which require large SRAM/EEPROM/Flash and more I/O ports.&lt;br /&gt;
&lt;br /&gt;
* Both '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' use UPin-27 interface -- the standard module interface of Microduino series. The main difference between them is MCU chip: -Core module uses ATmega328P/ATmega168PA, as same as Arduino Uno; -Core+ module uses ATmega644PA/ATmega1284P, its performance is similar to Arduino Mega2560.&lt;br /&gt;
&lt;br /&gt;
* Configuration difference between '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' &lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Microduino&lt;br /&gt;
! Chip&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Digital I/O&lt;br /&gt;
! Analog I/O&lt;br /&gt;
! PWM&lt;br /&gt;
! Hardware Serial&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core&lt;br /&gt;
| Atmega168PA &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core+&lt;br /&gt;
| Atmega644PA&lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| ATmega1284P &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* According above table, Core and Core+ are different in Flash, EEPROM and SRAM size, also, they supply different size of digital I/O and hardware serial ports, and there are 10 more digital I/O and 1 more hardware serial ports in Core+. Designers can select specific module regarding different application requirements on function, performance and power. &lt;br /&gt;
&lt;br /&gt;
* Both Core and Core+ use UPin-27 interface, Microduino program can be smoothly ported between them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Small, Stack, Strong&lt;br /&gt;
* Open source hardware, using the same development environment as Arduino IDE &lt;br /&gt;
* '''[[Microduino-Core]]''' can be burned with ISP, same as Arduino, easy &amp;quot;bootloader&amp;quot;&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all &lt;br /&gt;
&lt;br /&gt;
Microduino modules and sensors can be easily stacked and extended through it&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Microcontroller: ATmega328P/ATmega168PA&lt;br /&gt;
* Operating Voltage: 5V/3.3V&lt;br /&gt;
* Input Voltage (limits): 6-20V&lt;br /&gt;
* Digital I/O Pins: 14 (of which 6 provide PWM output with D3，D5，D6，D9，D10 and D11)&lt;br /&gt;
* Analog Input Pins: 8 (2 more comparing to Arduino Uno)&lt;br /&gt;
* DC Current per I/O Pin: 40 mA&lt;br /&gt;
* DC Current:  50 mA&lt;br /&gt;
* Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data.&lt;br /&gt;
* External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.&lt;br /&gt;
* PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.&lt;br /&gt;
* SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI &lt;br /&gt;
&lt;br /&gt;
library.&lt;br /&gt;
* TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.&lt;br /&gt;
* AREF. Reference voltage for the analog inputs. Used with analogReference().&lt;br /&gt;
* Flash Memory	32 KB (ATmega328P) of which 0.5 KB used by bootloader&lt;br /&gt;
* SRAM	2 KB (ATmega328P)&lt;br /&gt;
* EEPROM	1 KB (ATmega328P)&lt;br /&gt;
* Clock Speed	16MHz(5V) / 8Mhz(3.3V)&lt;br /&gt;
&lt;br /&gt;
* Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequecy&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:[[file:Microduino-Core-Pinout1.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout2.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout3.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-Core]]''' pinout verctorgraph file【'''[[media:Microduino-Core-Pinout.pdf|&lt;br /&gt;
&lt;br /&gt;
download]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-Core]]''' schematic and pcb &lt;br /&gt;
:[[file:Microduino-Core-SCH.png|600px|thumb|left|Microduino-Core Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-PCB.png|600px|thumb|none|Microduino-Core PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino-Core]]''' Eagle source file 【'''[[media:Microduino-Core.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-Core]]''' main chips and devices&lt;br /&gt;
** MCU: '''[[media:ATmega168PA328P.pdf|ATmega168PA/328P]]'''&lt;br /&gt;
** Crystal oscillator: '''[[media:CSTCE16M00G53.pdf|CSTCE16M00G53]]'''&lt;br /&gt;
** Switch: '''[[media:Switch-TS-018.jpg|TS-018]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* Microduino Arduino IDE Configuration&lt;br /&gt;
** 1. Install Arduino IDE: Microduino use the same IDE as Arduino, please download Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】 and install it in your disk. (if you already have it, just skip this step). Please check Arduino IDE details from 【'''[http://arduino.cc/en/Reference/HomePage Reference]'''】 and 【'''[http://arduino.cc/en/Tutorial/HomePage Workshop]'''】. &lt;br /&gt;
** 2. Patch Microduino package: Please download Microduino package for Arduino IDE from 【'''[[media:Microduino.zip|download]]'''】, and unzip is to {Your Arduino Install Driectory}/hardware directory.&lt;br /&gt;
** Microduino Arduino IDE Reference workshop: 【'''[[Arduino IDE Microduino Configuration]]'''】. &lt;br /&gt;
** 3. Programming: To upload program to Microduino-Core/Core+ through Arduino IDE, designers are recommended to use '''[[Microduino-FT232R]]''' module.&lt;br /&gt;
** 4. Enjoy your Microduino journey!&lt;br /&gt;
&lt;br /&gt;
* Burn Microduino BootLoader&lt;br /&gt;
** Bootloader burning is necessary if designers want to update Microduino-Core/Core+ firmware by themselves, designers can leaverage Arduino Uno or another burned Microduino-Core/Core+ to make a new one.&lt;br /&gt;
** Microduino bootloader workshop: 【'''[[Burn Bootloader to Microduino-Core/Core+ with an Arduino]]'''】.&lt;br /&gt;
** Bootloader is specified for different Microduino-Core/Core+ configurations, correct one must be selected during burning.&lt;br /&gt;
** Initial bootloader is designed for ATmegaX8 series optiboot, which occupies only 512 bytes flash.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
* room-Microduino&lt;br /&gt;
* obdii-Microduino&lt;br /&gt;
* pilot-Microduino&lt;br /&gt;
* green-Microduino&lt;br /&gt;
* music-Microduino&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.microduino.cc/Modules/Microdoino%20Core%20Modules/Microdoino-Core Microduino-Core]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
*2012/12/16: Published Microduino-Core patch for Arduino IDE&lt;br /&gt;
*2012/11/18: Optimized the first formal release, finalized Miroduino-Core configuration&lt;br /&gt;
*2012/11/06: Beta version.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
:[[file:Microduino-Core-F.JPG|thumb|600px|left|Microduino-core Front]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-B.JPG|thumb|600px|left|Microduino-core Back]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-3d.jpg|thumb|600px|left|Microduino-core 3D model]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=19</id>
		<title>Microduino-Core</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=19"/>
				<updated>2013-12-15T09:34:22Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：&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;
[[file:Microduino-core-rect.jpg|400px|thumb|right|Microduino-Core]]&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Core]]''' is one of core modules of Microduino series, '''[[Microduino-Core]]''' &lt;br /&gt;
&lt;br /&gt;
is an open source hardware and Arduino Uno compatible. It is an 8-bit microcontroller development &lt;br /&gt;
&lt;br /&gt;
board, based on Atmel ATmega328P/ATmega168PA series.&lt;br /&gt;
&lt;br /&gt;
Comparing to Arduino Uno, '''[[Microduino-Core]]''' is featured by:&lt;br /&gt;
* Microduino splits '''[http://arduino.cc/en/Main/ArduinoBoardUno Arduino Uno]''' into two parts: &lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Core]]''' and '''[[Microduino-FT232R]]''' modules -- MCU and USB2TTL parts. it &lt;br /&gt;
&lt;br /&gt;
means once designers uploaded program into '''[[Microduino-Core]]''', '''[[Microduino-FT232R]]''' &lt;br /&gt;
&lt;br /&gt;
will be not necessary anymore, designers could have many Microduino-Core/Core+ modules with only &lt;br /&gt;
&lt;br /&gt;
one '''[[Microduino-FT232R]]'''. The board size becomes very small as only 25.4mm X 27.94mm &lt;br /&gt;
&lt;br /&gt;
(1.0inch X 1.1inch), like a quarter.&lt;br /&gt;
* Microduino series uses the U-Shape 27-pin interface (UPin-27), the standard interface of &lt;br /&gt;
&lt;br /&gt;
Microduino, all Microduino modules and sensors can be easily stacked and extended, it is delivered &lt;br /&gt;
&lt;br /&gt;
ready to plug in.&lt;br /&gt;
* With tiny shape and uniform interface, Microduino series dramatically decreases the size and &lt;br /&gt;
&lt;br /&gt;
cost of design prototype, remarkable improves usability and flexibility of Arduino-compatible &lt;br /&gt;
&lt;br /&gt;
boards, as well as user experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Microduino uses the same development environment as Arduino IDE, designers can use the Arduino &lt;br /&gt;
&lt;br /&gt;
IDE, Processing on Microduino for idea realization, prototype development and low volume &lt;br /&gt;
&lt;br /&gt;
production.&lt;br /&gt;
&lt;br /&gt;
Microduino uses optiboot for bootloader, it takes less Flash than Arduino default engine and &lt;br /&gt;
&lt;br /&gt;
optimizes program uploading.&lt;br /&gt;
&lt;br /&gt;
Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequency&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
Different configurations in frequency and supply voltage:&lt;br /&gt;
* Clock frequency and supply voltage are paired, 8M module is supplied by 3.3V voltage, while 16M &lt;br /&gt;
&lt;br /&gt;
module is by 5.0V voltage. &lt;br /&gt;
* A 16M with 5V '''[[Microduino-Core]]''' module is recommended for desktop equipments or designs; &lt;br /&gt;
&lt;br /&gt;
regarding mobile equipments or designs, a 8M with 3.3V module is suggested for low power and &lt;br /&gt;
&lt;br /&gt;
battery supply purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Core vs Core+==&lt;br /&gt;
* Microduino also provides '''[[Microduino-Core+]]''' module, aiming at high performance &lt;br /&gt;
&lt;br /&gt;
applications which require large SRAM/EEPROM/Flash and more I/O ports.&lt;br /&gt;
&lt;br /&gt;
* Both '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' use UPin-27 interface -- the &lt;br /&gt;
&lt;br /&gt;
standard module interface of Microduino series. The main difference between them is MCU chip: -&lt;br /&gt;
&lt;br /&gt;
Core module uses ATmega328P/ATmega168PA, as same as Arduino Uno; -Core+ module uses &lt;br /&gt;
&lt;br /&gt;
ATmega644PA/ATmega1284P, its performance is similar to Arduino Mega2560.&lt;br /&gt;
&lt;br /&gt;
* Configuration difference between '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' &lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Microduino&lt;br /&gt;
! Chip&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Digital I/O&lt;br /&gt;
! Analog I/O&lt;br /&gt;
! PWM&lt;br /&gt;
! Hardware Serial&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core&lt;br /&gt;
| Atmega168PA &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core+&lt;br /&gt;
| Atmega644PA&lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| ATmega1284P &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* According above table, Core and Core+ are different in Flash, EEPROM and SRAM size, also, they &lt;br /&gt;
&lt;br /&gt;
supply different size of digital I/O and hardware serial ports, and there are 10 more digital I/O &lt;br /&gt;
&lt;br /&gt;
and 1 more hardware serial ports in Core+. Designers can select specific module regarding &lt;br /&gt;
&lt;br /&gt;
different application requirements on function, performance and power. &lt;br /&gt;
&lt;br /&gt;
* Both Core and Core+ use UPin-27 interface, Microduino program can be smoothly ported between &lt;br /&gt;
&lt;br /&gt;
them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Small, Stack, Strong&lt;br /&gt;
* Open source hardware, using the same development environment as Arduino IDE &lt;br /&gt;
* '''[[Microduino-Core]]''' can be burned with ISP, same as Arduino, easy &amp;quot;bootloader&amp;quot;&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all &lt;br /&gt;
&lt;br /&gt;
Microduino modules and sensors can be easily stacked and extended through it&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Microcontroller: ATmega328P/ATmega168PA&lt;br /&gt;
* Operating Voltage: 5V/3.3V&lt;br /&gt;
* Input Voltage (limits): 6-20V&lt;br /&gt;
* Digital I/O Pins: 14 (of which 6 provide PWM output with D3，D5，D6，D9，D10 and D11)&lt;br /&gt;
* Analog Input Pins: 8 (2 more comparing to Arduino Uno)&lt;br /&gt;
* DC Current per I/O Pin: 40 mA&lt;br /&gt;
* DC Current:  50 mA&lt;br /&gt;
* Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data.&lt;br /&gt;
* External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low &lt;br /&gt;
&lt;br /&gt;
value, a rising or falling edge, or a change in value. See the attachInterrupt() function for &lt;br /&gt;
&lt;br /&gt;
details.&lt;br /&gt;
* PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.&lt;br /&gt;
* SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI &lt;br /&gt;
&lt;br /&gt;
library.&lt;br /&gt;
* TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.&lt;br /&gt;
* AREF. Reference voltage for the analog inputs. Used with analogReference().&lt;br /&gt;
* Flash Memory	32 KB (ATmega328P) of which 0.5 KB used by bootloader&lt;br /&gt;
* SRAM	2 KB (ATmega328P)&lt;br /&gt;
* EEPROM	1 KB (ATmega328P)&lt;br /&gt;
* Clock Speed	16MHz(5V) / 8Mhz(3.3V)&lt;br /&gt;
&lt;br /&gt;
* Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequecy&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:[[file:Microduino-Core-Pinout1.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout2.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout3.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Microduino-Core-Pinout.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-Core]]''' pinout verctorgraph file【'''[[media:Microduino-Core-Pinout.pdf|&lt;br /&gt;
&lt;br /&gt;
download]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-Core]]''' schematic and pcb &lt;br /&gt;
:[[file:Microduino-Core-SCH.png|600px|thumb|left|Microduino-Core Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-PCB.png|600px|thumb|none|Microduino-Core PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino-Core]]''' Eagle source file 【'''[[media:Microduino-Core.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-Core]]''' main chips and devices&lt;br /&gt;
** MCU: '''[[media:ATmega168PA328P.pdf|ATmega168PA/328P]]'''&lt;br /&gt;
** Crystal oscillator: '''[[media:CSTCE16M00G53.pdf|CSTCE16M00G53]]'''&lt;br /&gt;
** Switch: '''[[media:Switch-TS-018.jpg|TS-018]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* Microduino Arduino IDE Configuration&lt;br /&gt;
** 1. Install Arduino IDE: Microduino use the same IDE as Arduino, please download Arduino IDE &lt;br /&gt;
&lt;br /&gt;
from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】 and install it in your &lt;br /&gt;
&lt;br /&gt;
disk. (if you already have it, just skip this step). Please check Arduino IDE details from &lt;br /&gt;
&lt;br /&gt;
【'''[http://arduino.cc/en/Reference/HomePage Reference]'''】 and &lt;br /&gt;
&lt;br /&gt;
【'''[http://arduino.cc/en/Tutorial/HomePage Workshop]'''】. &lt;br /&gt;
** 2. Patch Microduino package: Please download Microduino package for Arduino IDE from &lt;br /&gt;
&lt;br /&gt;
【'''[[media:Microduino.zip|download]]'''】, and unzip is to {Your Arduino Install &lt;br /&gt;
&lt;br /&gt;
Driectory}/hardware directory.&lt;br /&gt;
** Microduino Arduino IDE Reference workshop: 【'''[[Arduino IDE Microduino Configuration]]'''】. &lt;br /&gt;
** 3. Programming: To upload program to Microduino-Core/Core+ through Arduino IDE, designers are &lt;br /&gt;
&lt;br /&gt;
recommended to use '''[[Microduino-FT232R]]''' module.&lt;br /&gt;
** 4. Enjoy your Microduino journey!&lt;br /&gt;
&lt;br /&gt;
* Burn Microduino BootLoader&lt;br /&gt;
** Bootloader burning is necessary if designers want to update Microduino-Core/Core+ firmware by &lt;br /&gt;
&lt;br /&gt;
themselves, designers can leaverage Arduino Uno or another burned Microduino-Core/Core+ to make a &lt;br /&gt;
&lt;br /&gt;
new one.&lt;br /&gt;
** Microduino bootloader workshop: 【'''[[Burn Bootloader to Microduino-Core/Core+ with an &lt;br /&gt;
&lt;br /&gt;
Arduino]]'''】.&lt;br /&gt;
** Bootloader is specified for different Microduino-Core/Core+ configurations, correct one must be &lt;br /&gt;
&lt;br /&gt;
selected during burning.&lt;br /&gt;
** Initial bootloader is designed for ATmegaX8 series optiboot, which occupies only 512 bytes &lt;br /&gt;
&lt;br /&gt;
flash.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
* room-Microduino&lt;br /&gt;
* obdii-Microduino&lt;br /&gt;
* pilot-Microduino&lt;br /&gt;
* green-Microduino&lt;br /&gt;
* music-Microduino&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.ebay.com Microduino@eBay]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
*2012/12/16: Published Microduino-Core patch for Arduino IDE&lt;br /&gt;
*2012/11/18: Optimized the first formal release, finalized Miroduino-Core configuration&lt;br /&gt;
*2012/11/06: Beta version.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
:[[file:Microduino-Core-F.JPG|thumb|600px|left|Microduino-core Front]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-B.JPG|thumb|600px|left|Microduino-core Back]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Microduino-Core-3d.jpg|thumb|600px|left|Microduino-core 3D model]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=18</id>
		<title>Microduino-Core</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-Core&amp;diff=18"/>
				<updated>2013-12-15T09:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;Makermodule：Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | Microduino-Core  '''Microduino-Core''' is one of core modules of Microduino series, '''[...&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;
[[file:Micromodule-core-rect.jpg|400px|thumb|right|Microduino-Core]]&lt;br /&gt;
&lt;br /&gt;
'''[[Microduino-Core]]''' is one of core modules of Microduino series, '''[[Microduino-Core]]''' is an open source hardware and Arduino Uno compatible. It is an 8-bit microcontroller development board, based on Atmel ATmega328P/ATmega168PA series.&lt;br /&gt;
&lt;br /&gt;
Comparing to Arduino Uno, '''[[Microduino-Core]]''' is featured by:&lt;br /&gt;
* Microduino splits '''[http://arduino.cc/en/Main/ArduinoBoardUno Arduino Uno]''' into two parts: '''[[Microduino-Core]]''' and '''[[Microduino-FT232R]]''' modules -- MCU and USB2TTL parts. it means once designers uploaded program into '''[[Microduino-Core]]''', '''[[Microduino-FT232R]]''' will be not necessary anymore, designers could have many Microduino-Core/Core+ modules with only one '''[[Microduino-FT232R]]'''. The board size becomes very small as only 25.4mm X 27.94mm (1.0inch X 1.1inch), like a quarter.&lt;br /&gt;
* Microduino series uses the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all Microduino modules and sensors can be easily stacked and extended, it is delivered ready to plug in.&lt;br /&gt;
* With tiny shape and uniform interface, Microduino series dramatically decreases the size and cost of design prototype, remarkable improves usability and flexibility of Arduino-compatible boards, as well as user experience.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Microduino uses the same development environment as Arduino IDE, designers can use the Arduino IDE, Processing on Microduino for idea realization, prototype development and low volume production.&lt;br /&gt;
&lt;br /&gt;
Microduino uses optiboot for bootloader, it takes less Flash than Arduino default engine and optimizes program uploading.&lt;br /&gt;
&lt;br /&gt;
Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequency&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
Different configurations in frequency and supply voltage:&lt;br /&gt;
* Clock frequency and supply voltage are paired, 8M module is supplied by 3.3V voltage, while 16M module is by 5.0V voltage. &lt;br /&gt;
* A 16M with 5V '''[[Microduino-Core]]''' module is recommended for desktop equipments or designs; regarding mobile equipments or designs, a 8M with 3.3V module is suggested for low power and battery supply purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Core vs Core+==&lt;br /&gt;
* Microduino also provides '''[[Microduino-Core+]]''' module, aiming at high performance applications which require large SRAM/EEPROM/Flash and more I/O ports.&lt;br /&gt;
&lt;br /&gt;
* Both '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' use UPin-27 interface -- the standard module interface of Microduino series. The main difference between them is MCU chip: -Core module uses ATmega328P/ATmega168PA, as same as Arduino Uno; -Core+ module uses ATmega644PA/ATmega1284P, its performance is similar to Arduino Mega2560.&lt;br /&gt;
&lt;br /&gt;
* Configuration difference between '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' &lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Microduino&lt;br /&gt;
! Chip&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Digital I/O&lt;br /&gt;
! Analog I/O&lt;br /&gt;
! PWM&lt;br /&gt;
! Hardware Serial&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core&lt;br /&gt;
| Atmega168PA &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 23&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Core+&lt;br /&gt;
| Atmega644PA&lt;br /&gt;
| 64K&lt;br /&gt;
| 4K&lt;br /&gt;
| 2K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| ATmega1284P &lt;br /&gt;
| 128K&lt;br /&gt;
| 16K&lt;br /&gt;
| 4K&lt;br /&gt;
| 32&lt;br /&gt;
| 8&lt;br /&gt;
| 6&lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* According above table, Core and Core+ are different in Flash, EEPROM and SRAM size, also, they supply different size of digital I/O and hardware serial ports, and there are 10 more digital I/O and 1 more hardware serial ports in Core+. Designers can select specific module regarding different application requirements on function, performance and power. &lt;br /&gt;
&lt;br /&gt;
* Both Core and Core+ use UPin-27 interface, Microduino program can be smoothly ported between them.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
* Small, Stack, Strong&lt;br /&gt;
* Open source hardware, using the same development environment as Arduino IDE &lt;br /&gt;
* '''[[Microduino-Core]]''' can be burned with ISP, same as Arduino, easy &amp;quot;bootloader&amp;quot;&lt;br /&gt;
* Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all Microduino modules and sensors can be easily stacked and extended through it&lt;br /&gt;
* Delivered ready to plug in.&lt;br /&gt;
* 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Specifications==&lt;br /&gt;
* Microcontroller: ATmega328P/ATmega168PA&lt;br /&gt;
* Operating Voltage: 5V/3.3V&lt;br /&gt;
* Input Voltage (limits): 6-20V&lt;br /&gt;
* Digital I/O Pins: 14 (of which 6 provide PWM output with D3，D5，D6，D9，D10 and D11)&lt;br /&gt;
* Analog Input Pins: 8 (2 more comparing to Arduino Uno)&lt;br /&gt;
* DC Current per I/O Pin: 40 mA&lt;br /&gt;
* DC Current:  50 mA&lt;br /&gt;
* Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data.&lt;br /&gt;
* External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.&lt;br /&gt;
* PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.&lt;br /&gt;
* SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI library.&lt;br /&gt;
* TWI: A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.&lt;br /&gt;
* AREF. Reference voltage for the analog inputs. Used with analogReference().&lt;br /&gt;
* Flash Memory	32 KB (ATmega328P) of which 0.5 KB used by bootloader&lt;br /&gt;
* SRAM	2 KB (ATmega328P)&lt;br /&gt;
* EEPROM	1 KB (ATmega328P)&lt;br /&gt;
* Clock Speed	16MHz(5V) / 8Mhz(3.3V)&lt;br /&gt;
&lt;br /&gt;
* Currently, there are 4 different configurations for '''[[Microduino-Core]]''' modules:&lt;br /&gt;
:{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Type&lt;br /&gt;
! Flash&lt;br /&gt;
! SRAM&lt;br /&gt;
! EEPROM&lt;br /&gt;
! Frequecy&lt;br /&gt;
! Supply&lt;br /&gt;
|-&lt;br /&gt;
| Atmega328P@16M，5V &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega328P@8M，3V3 &lt;br /&gt;
| 32K&lt;br /&gt;
| 2K&lt;br /&gt;
| 1K&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@16M，5V &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 16M&lt;br /&gt;
| 5.0V&lt;br /&gt;
|-&lt;br /&gt;
| ATmega168PA@8M，3V3 &lt;br /&gt;
| 16K&lt;br /&gt;
| 1K&lt;br /&gt;
| 512&lt;br /&gt;
| 8M&lt;br /&gt;
| 3.3V&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:[[file:Micromodule-Core-Pinout1.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Micromodule-Core-Pinout2.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Micromodule-Core-Pinout3.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
:[[file:Micromodule-Core-Pinout.png|800px|thumb|left|Microduino-Core-Pinout]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
* '''[[Microduino-Core]]''' pinout verctorgraph file【'''[[media:Micromodule-Core-Pinout.pdf|download]]'''】&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Documents==&lt;br /&gt;
* Snapshot of '''[[Microduino-Core]]''' schematic and pcb &lt;br /&gt;
:[[file:Micromodule-Core-SCH.png|600px|thumb|left|Microduino-Core Schematic]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Micromodule-Core-PCB.png|600px|thumb|none|Microduino-Core PCB]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Microduino-Core]]''' Eagle source file 【'''[[media:Microduino-Core.zip|download]]'''】&lt;br /&gt;
* '''[[Microduino-Core]]''' main chips and devices&lt;br /&gt;
** MCU: '''[[media:ATmega168PA328P.pdf|ATmega168PA/328P]]'''&lt;br /&gt;
** Crystal oscillator: '''[[media:CSTCE16M00G53.pdf|CSTCE16M00G53]]'''&lt;br /&gt;
** Switch: '''[[media:Switch-TS-018.jpg|TS-018]]'''&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
* Microduino Arduino IDE Configuration&lt;br /&gt;
** 1. Install Arduino IDE: Microduino use the same IDE as Arduino, please download Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】 and install it in your disk. (if you already have it, just skip this step). Please check Arduino IDE details from 【'''[http://arduino.cc/en/Reference/HomePage Reference]'''】 and 【'''[http://arduino.cc/en/Tutorial/HomePage Workshop]'''】. &lt;br /&gt;
** 2. Patch Microduino package: Please download Microduino package for Arduino IDE from 【'''[[media:Microduino.zip|download]]'''】, and unzip is to {Your Arduino Install Driectory}/hardware directory.&lt;br /&gt;
** Microduino Arduino IDE Reference workshop: 【'''[[Arduino IDE Microduino Configuration]]'''】. &lt;br /&gt;
** 3. Programming: To upload program to Microduino-Core/Core+ through Arduino IDE, designers are recommended to use '''[[Microduino-FT232R]]''' module.&lt;br /&gt;
** 4. Enjoy your Microduino journey!&lt;br /&gt;
&lt;br /&gt;
* Burn Microduino BootLoader&lt;br /&gt;
** Bootloader burning is necessary if designers want to update Microduino-Core/Core+ firmware by themselves, designers can leaverage Arduino Uno or another burned Microduino-Core/Core+ to make a new one.&lt;br /&gt;
** Microduino bootloader workshop: 【'''[[Burn Bootloader to Microduino-Core/Core+ with an Arduino]]'''】.&lt;br /&gt;
** Bootloader is specified for different Microduino-Core/Core+ configurations, correct one must be selected during burning.&lt;br /&gt;
** Initial bootloader is designed for ATmegaX8 series optiboot, which occupies only 512 bytes flash.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
* room-Microduino&lt;br /&gt;
* obdii-Microduino&lt;br /&gt;
* pilot-Microduino&lt;br /&gt;
* green-Microduino&lt;br /&gt;
* music-Microduino&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
==Buy==&lt;br /&gt;
* Buy '''[http://www.ebay.com Microduino@eBay]'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==History==&lt;br /&gt;
*2012/12/16: Published Microduino-Core patch for Arduino IDE&lt;br /&gt;
*2012/11/18: Optimized the first formal release, finalized Miroduino-Core configuration&lt;br /&gt;
*2012/11/06: Beta version.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
==Pictures==&lt;br /&gt;
:[[file:Micromodule-Core-F.JPG|thumb|600px|left|Microduino-core Front]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Micromodule-Core-B.JPG|thumb|600px|left|Microduino-core Back]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
:[[file:Micromodule-Core-3d.jpg|thumb|600px|left|Microduino-core 3D model]]&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot;/&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Makermodule</name></author>	</entry>

	</feed>