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

来自Microduino Wikipedia
跳转至: 导航搜索
IDE 介绍
The Board Types
 
(未显示2个用户的8个中间版本)
第3行: 第3行:
 
|-
 
|-
 
|
 
|
=下载=
+
=Download=
*'''下载开发环境:[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=
*双击Install Microduino IDE.exe,弹出窗口,根据个人喜好选择语言,然后点击【OK】,出现安装导向。
+
*Double click '''Install Microduino IDE.exe'''. Click【Next】.
[[File:microduinoGettingStart-steup1.jpg|600px|center|thumb]]
+
[[File:IDEsetup1.JPG|600px|center|thumb]]
*点击【下一步】, 弹出窗口,'''Arduino IDE''''''USBTTL driver''''''Core USB driver''' 都要勾上,然后点击【下一步】,弹出窗口。
+
*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]]
*点击【浏览】,选择安装地点(默认安装在系统盘,可更改安装位置,如:D:\Microduino-IDE),然后点击【安装】。
+
*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]]
*软件安装结束后,出现驱动安装的窗口。根据提示安装即可,安装完成显示。
+
<br>
[[File:microduinoGettingStart-steup4.jpg|600px|center|thumb]]
+
[[File:IDEsetup4.JPG|600px|center|thumb]]
*安装完成后,桌面上会出现Arduino软件的logo,下次使用时双击即可。
+
*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]]
*[[Microduino-USBTTL/zh]]接上电脑,可识别端口号。
+
*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.
 +
[[File:ArduinoIcon.png|600px|center|thumb]]
 +
=Confirm Drivers Installed Successfully=
 +
*Connect [[Microduino-USBTTL]] to your computer. Verify that there are available Port options under Tools.
 
[[File:microduinoGettingStart-USBTTL.jpg|600px|center|thumb]]
 
[[File:microduinoGettingStart-USBTTL.jpg|600px|center|thumb]]
*[[Microduino-CoreUSB/zh ]]接上电脑,可识别端口号。
+
*Connect [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]] to your computer. Verify that there are available Port options under Tools.
 
[[File:microduinoGettingStart-CoreUSB.jpg|600px|center|thumb]]
 
[[File:microduinoGettingStart-CoreUSB.jpg|600px|center|thumb]]
  
==IDE 介绍==
+
==Arduino IDE Basics==
*快捷图标说明
+
===Interface===
[[File:microduinoGettingStart-IDE.jpg|500px|center|thumb]]
+
[[File:Interface.png|500px|center|thumb]]
【验证】:验证代码是否有误
+
*【Verify】: Checks for errors in the code.
  
【上传】:将程序通过数据线上传到主板上
+
*【Upload】: Uploads the program to a MCU.
  
【串口监视器】:是一个免费串口调试,串口监控软件。用来调试程序。
+
*【Serial Monitor】: Useful in debugging programs.
  
*工具说明
+
===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.
  
【处理器】:处理器的选择和核心芯片相关,核心芯片的Core有两个型号,Core+有四个型号,大家可根据芯片的型号来选择处理器。
+
*【Processor】: Select the corresponding processor.
  
【端口】:电脑中USB接口,选择将核心芯片和软件一起的USB端口作为传输端口。
+
*【Port】: Select the common USB port.
  
*板卡选择说明
+
===The Board Types===
 
{| style="width: 800px;" | colspan="2" |
 
{| style="width: 800px;" | colspan="2" |
  
[[Microduino-Core/zh]]为核心芯片时主板和处理器的选择
+
When using [[Microduino-Core]], select the proper processor for your board:
 
|-
 
|-
 
| style="width:300px" align="left"|  
 
| style="width:300px" align="left"|  
第60行: 第65行:
 
{| style="width: 800px;" | colspan="2" |
 
{| style="width: 800px;" | colspan="2" |
  
[[Microduino-Core+/zh]]为核心芯片时主板和处理器的选择
+
When using [[Microduino-Core+]], select the proper processor for your board:
 
|-
 
|-
 
| style="width:300px" align="left"|  
 
| style="width:300px" align="left"|  
第70行: 第75行:
 
<br>
 
<br>
 
[[File:microduinoGettingStart-Core+5V.jpg|400px|right|thumb]]
 
[[File:microduinoGettingStart-Core+5V.jpg|400px|right|thumb]]
 +
|-
 +
|
 +
|}
 +
<br>
 +
<br>
 +
{| style="width: 800px;" | colspan="2" |
 +
 +
When using [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]], select Microduino-CoreUSB:
 +
|-
 +
| style="width:300px" align="left"|
 +
<br>
 +
 +
[[File:Microduino-core32U4-rect.jpg|400px|right|thumb]]
 +
| style="width:500px" align="left"|
 +
 +
<br>
 +
[[File:mCookie-CoreUSB-F.JPG|400px|right|thumb]]
 
|-
 
|-
 
|
 
|
第76行: 第98行:
 
<br>
 
<br>
  
*程序下载步骤
+
===Uploading Code===
**选择好板卡,处理器
+
#Select board type and processor.
**选择端口
+
#Select the port.
**下载
+
#Click upload.
  
 
|}
 
|}

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.