<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8_IDE%EC%97%90%EC%84%9C_%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EB%91%90%EC%9D%B4%EB%85%B8_%EB%B6%80%ED%8A%B8%EB%A1%9C%EB%8D%94_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%ED%95%98%EA%B8%B0</id>
		<title>아두이노 IDE에서 마이크로두이노 부트로더 프로그램하기 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8_IDE%EC%97%90%EC%84%9C_%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EB%91%90%EC%9D%B4%EB%85%B8_%EB%B6%80%ED%8A%B8%EB%A1%9C%EB%8D%94_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%ED%95%98%EA%B8%B0"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8_IDE%EC%97%90%EC%84%9C_%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EB%91%90%EC%9D%B4%EB%85%B8_%EB%B6%80%ED%8A%B8%EB%A1%9C%EB%8D%94_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%ED%95%98%EA%B8%B0&amp;action=history"/>
		<updated>2026-04-30T03:00:14Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8_IDE%EC%97%90%EC%84%9C_%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EB%91%90%EC%9D%B4%EB%85%B8_%EB%B6%80%ED%8A%B8%EB%A1%9C%EB%8D%94_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%ED%95%98%EA%B8%B0&amp;diff=3810&amp;oldid=prev</id>
		<title>Md：Created page with &quot;{| style=&quot;width: 800px;&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 ...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8_IDE%EC%97%90%EC%84%9C_%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EB%91%90%EC%9D%B4%EB%85%B8_%EB%B6%80%ED%8A%B8%EB%A1%9C%EB%8D%94_%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%ED%95%98%EA%B8%B0&amp;diff=3810&amp;oldid=prev"/>
				<updated>2014-08-20T15:01:32Z</updated>
		
		<summary type="html">&lt;p&gt;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;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&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;
|-&lt;br /&gt;
|&lt;br /&gt;
[[File:ArduinoISP.jpg|600px|thumb|center]]&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;
|-&lt;br /&gt;
|&lt;br /&gt;
[[File:Select_items.jpg|600px|thumb|center]]&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;
|-&lt;br /&gt;
|&lt;br /&gt;
[[File:microduino_wire.jpg|600px|thumb|center]]&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;
[[File:microduino_boot.jpg|600px|thumb|center]]&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>Md</name></author>	</entry>

	</feed>