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

来自Microduino Wikipedia
跳转至: 导航搜索
验证驱动
第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'''. Choose your language and then press【OK】.
 
[[File:microduinoGettingStart-steup1.jpg|600px|center|thumb]]
 
[[File:microduinoGettingStart-steup1.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:microduinoGettingStart-steup2.jpg|600px|center|thumb]]
*点击【浏览】,选择安装地点(默认安装在系统盘,可更改安装位置,如:D:\Microduino-IDE),然后点击【安装】。
+
*Click【Browse...】if you would like to choose a different installation destination. Then click【Install】.
 
[[File:microduinoGettingStart-steup3.jpg|600px|center|thumb]]
 
[[File:microduinoGettingStart-steup3.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:
 
[[File:microduinoGettingStart-steup4.jpg|600px|center|thumb]]
 
[[File:microduinoGettingStart-steup4.jpg|600px|center|thumb]]
*安装完成后,桌面上会出现Arduino软件的logo,下次使用时双击即可。
+
*After installation, there will be a shortcut to the Arduino IDE on your desktop.
=验证驱动=
+
=Confirm Drivers Installed Successfully=
*[[Microduino-USBTTL/zh]]接上电脑,可识别端口号。
+
*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 ]][[mCookie-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:microduinoGettingStart-IDE.jpg|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:microduinoGettingStart-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行: 第60行:
 
{| 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"|  
第77行: 第77行:
 
{| style="width: 800px;" | colspan="2" |
 
{| style="width: 800px;" | colspan="2" |
  
[[Microduino-CoreUSB/zh]][[mCookie-CoreUSB/zh]]为核心芯片时选择Micorduino-CoreUSB。
+
When using [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]], select Microduino-CoreUSB。
 
|-
 
|-
 
| style="width:300px" align="left"|  
 
| style="width:300px" align="left"|  
第93行: 第93行:
 
<br>
 
<br>
  
===程序下载步骤===
+
===Uploading Code===
*选择好板卡,处理器
+
#Select board type and processor.
*选择端口
+
#Select the port.
*下载
+
#Click upload.
  
 
|}
 
|}

2015年8月24日 (一) 08:23的版本

Language English

Download

Installation

  • Double click Install Microduino IDE.exe. Choose your language and then press【OK】.
MicroduinoGettingStart-steup1.jpg
  • Make sure Arduino IDE, USBTTL driver, and Core USB driver are all checked. Click【Next】.
MicroduinoGettingStart-steup2.jpg
  • Click【Browse...】if you would like to choose a different installation destination. Then click【Install】.
MicroduinoGettingStart-steup3.jpg
  • After the Arduino IDE has been installed, a window for driver installation will appear. Follow the instructions. Final window after driver installation:
MicroduinoGettingStart-steup4.jpg
  • 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

  • 【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.