“Getting started: Windows”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
The Board Types
 
(未显示同一用户的2个中间版本)
第6行: 第6行:
 
*'''Download the IDE: [https://www.microduino.cc/ftpshare/IDE/Arduino%20IDE%201.6.5%20for%20Microduino.exe Arduino IDE 1.6.5]'''
 
*'''Download the IDE: [https://www.microduino.cc/ftpshare/IDE/Arduino%20IDE%201.6.5%20for%20Microduino.exe Arduino IDE 1.6.5]'''
 
=Installation=
 
=Installation=
*Double click '''Install Microduino IDE.exe'''. Choose your language and then press【OK】.
+
*Double click '''Install Microduino IDE.exe'''. Click【Next】.
[[File:IDEsetup1.jpg|600px|center|thumb]]
+
[[File:IDEsetup1.JPG|600px|center|thumb]]
 
*Make sure '''Arduino IDE''', '''USBTTL driver''', and '''Core USB driver''' are all checked. Click【Next】.
 
*Make sure '''Arduino IDE''', '''USBTTL driver''', and '''Core USB driver''' are all checked. Click【Next】.
[[File:microduinoGettingStart-steup2.jpg|600px|center|thumb]]
+
[[File:IDEsetup2.JPG|600px|center|thumb]]
*Click【Browse...】if you would like to choose a different installation destination. Then click【Install】.
+
*Click【Browse...】if you would like to choose a different installation destination. Then click【Next】 and 【Install】.
[[File:microduinoGettingStart-steup3.jpg|600px|center|thumb]]
+
[[File:IDEsetup3.JPG|600px|center|thumb]]
*After the Arduino IDE has been installed, a window for driver installation will appear. Follow the instructions. Final window after driver installation:
+
<br>
[[File:microduinoGettingStart-steup4.jpg|600px|center|thumb]]
+
[[File:IDEsetup4.JPG|600px|center|thumb]]
 +
*After the Arduino IDE has been installed, a window for driver installation will appear. Click【Extract】 and follow the instructions.  
 +
[[File:IDEsetup5.JPG|600px|center|thumb]]
 +
*Click【Finish】to complete the installation.
 +
[[File:IDEsetup6.JPG|600px|center|thumb]]
 
*After installation, there will be a shortcut to the Arduino IDE on your desktop.  
 
*After installation, there will be a shortcut to the Arduino IDE on your desktop.  
 +
[[File:ArduinoIcon.png|600px|center|thumb]]
 
=Confirm Drivers Installed Successfully=
 
=Confirm Drivers Installed Successfully=
 
*Connect [[Microduino-USBTTL]] to your computer. Verify that there are available Port options under Tools.
 
*Connect [[Microduino-USBTTL]] to your computer. Verify that there are available Port options under Tools.
第23行: 第28行:
 
==Arduino IDE Basics==
 
==Arduino IDE Basics==
 
===Interface===
 
===Interface===
[[File:microduinoGettingStart-IDE.jpg|500px|center|thumb]]
+
[[File:Interface.png|500px|center|thumb]]
 
*【Verify】: Checks for errors in the code.
 
*【Verify】: Checks for errors in the code.
  
第31行: 第36行:
  
 
===Tools===
 
===Tools===
[[File:microduinoGettingStart-Tools.jpg|600px|center|thumb]]
+
[[File:Tools.JPG|600px|center|thumb]]
 
*【Board】: Select the corresponding core module to which the program is being uploaded.
 
*【Board】: Select the corresponding core module to which the program is being uploaded.
  
第77行: 第82行:
 
{| style="width: 800px;" | colspan="2" |
 
{| style="width: 800px;" | colspan="2" |
  
When using [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]], select Microduino-CoreUSB。
+
When using [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]], select Microduino-CoreUSB:
 
|-
 
|-
 
| style="width:300px" align="left"|  
 
| style="width:300px" align="left"|  

2015年8月25日 (二) 08:26的最新版本

Language English

Download

Installation

  • Double click Install Microduino IDE.exe. Click【Next】.
  • Make sure Arduino IDE, USBTTL driver, and Core USB driver are all checked. Click【Next】.
  • Click【Browse...】if you would like to choose a different installation destination. Then click【Next】 and 【Install】.


  • After the Arduino IDE has been installed, a window for driver installation will appear. Click【Extract】 and follow the instructions.
  • Click【Finish】to complete the installation.
  • After installation, there will be a shortcut to the Arduino IDE on your desktop.

Confirm Drivers Installed Successfully

  • Connect Microduino-USBTTL to your computer. Verify that there are available Port options under Tools.
MicroduinoGettingStart-USBTTL.jpg
MicroduinoGettingStart-CoreUSB.jpg

Arduino IDE Basics

Interface

Interface.png
  • 【Verify】: Checks for errors in the code.
  • 【Upload】: Uploads the program to a MCU.
  • 【Serial Monitor】: Useful in debugging programs.

Tools

  • 【Board】: Select the corresponding core module to which the program is being uploaded.
  • 【Processor】: Select the corresponding processor.
  • 【Port】: Select the common USB port.

The Board Types

When using Microduino-Core, select the proper processor for your board:


MicroduinoGettingStart-Core3V3.jpg


MicroduinoGettingStart-Core+3V3.jpg



When using Microduino-Core+, select the proper processor for your board:


MicroduinoGettingStart-Core5V.jpg


MicroduinoGettingStart-Core+5V.jpg



When using Microduino-CoreUSB or mCookie-CoreUSB, select Microduino-CoreUSB:


Microduino-core32U4-rect.jpg


MCookie-CoreUSB-F.JPG



Uploading Code

  1. Select board type and processor.
  2. Select the port.
  3. Click upload.