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

来自Microduino Wikipedia
跳转至: 导航搜索
安装
第4行: 第4行:
 
|
 
|
  
=下载=
+
=Download=
*从我们的网站上选择您的苹果操作系统的版本下载:
+
*Select the corresponding download for your Mac OS version:
 
https://www.microduino.cc/download/
 
https://www.microduino.cc/download/
  
=安装=
+
=Installation=
*打开下载文件,你可以看到Arduino IDE和Drivers驱动文件夹。
+
*Open the downloaded file. You will see the '''Arduino IDE''' and a '''Drivers''' folder:
 
[[File:microduinoGettingStart_mac_ide.jpg|400px|center|thumb]]
 
[[File:microduinoGettingStart_mac_ide.jpg|400px|center|thumb]]
*打开驱动文件夹,然后为您的苹果操作系统版本安装相应的驱动程序。
+
*Open the '''Drivers''' folder. Then install the driver package for your Mac OS version:
 
[[File:microduinoGettingStart_mac_divers.jpg|400px|center|thumb]]
 
[[File:microduinoGettingStart_mac_divers.jpg|400px|center|thumb]]
*[[Microduino-CoreUSB/zh]][[mCookie-CoreUSB/zh]]通过MicroUSB接上电脑,会自动弹出一个“介绍”对话框,点击继续,进入下一个步骤;
+
*Connect [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]] to your computer. A popup will appear. Click continue.
 
[[File:mCookie_GettingStart_1_CN.png|400px|center|thumb]]
 
[[File:mCookie_GettingStart_1_CN.png|400px|center|thumb]]
*提示正在识别设备,需要你按下“Shift”右边的按键;
+
*Your Mac is trying to recognize the new device. Briefly press the key to the right of your shift key.
 
[[File:mCookie_GettingStart_2_CN.png|400px|center|thumb]]
 
[[File:mCookie_GettingStart_2_CN.png|400px|center|thumb]]
*按下按键时,会弹出一个对话框“您的键盘不能被识别”,点击左边的“跳过”;
+
*A popup will appear saying that your keyboard cannot be recognized. Click "Skip".
 
[[File:mCookie_GettingStart_3_CN.png|400px|center|thumb]]
 
[[File:mCookie_GettingStart_3_CN.png|400px|center|thumb]]
*需要你选择键盘类型,根据你所在的区域选择,点击完成。
+
*Select the keyboard layout for your region. Click finish.
 
[[File:mCookie_GettingStart_4_CN.png|400px|center|thumb]]
 
[[File:mCookie_GettingStart_4_CN.png|400px|center|thumb]]
  
=验证驱动=
+
=Confirm Drivers Successfully=
*[[Microduino-USBTTL/zh]]接上电脑,可识别端口号。
+
*Connect [[Microduino-USBTTL]] to your computer. Verify that there are available Port options under Tools.
 
[[File:microduinoGettingStart-USBTTL_mac.jpg|600px|center|thumb]]
 
[[File:microduinoGettingStart-USBTTL_mac.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_mac.jpg|600px|center|thumb]]
 
[[File:microduinoGettingStart-CoreUSB_mac.jpg|600px|center|thumb]]
  
=IDE 介绍=
+
==Arduino IDE Basics==
==快捷图标说明==
+
===Interface===
[[File:microduinoGettingStart-Tools_mac.jpg|600px|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-IDE_mac.jpg|400px|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"|  
第67行: 第67行:
 
{| 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"|  
第84行: 第84行:
 
{| 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"|  
第100行: 第100行:
 
<br>
 
<br>
  
==程序下载步骤==
+
===Uploading Code===
*选择好板卡,处理器
+
#Select board type and processor.
*选择端口
+
#Select the port.
*上传
+
#Click upload.
 +
 
 
|}
 
|}

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

Language English

Download

  • Select the corresponding download for your Mac OS version:

https://www.microduino.cc/download/

Installation

  • Open the downloaded file. You will see the Arduino IDE and a Drivers folder:
  • Open the Drivers folder. Then install the driver package for your Mac OS version:
  • Your Mac is trying to recognize the new device. Briefly press the key to the right of your shift key.
  • A popup will appear saying that your keyboard cannot be recognized. Click "Skip".
  • Select the keyboard layout for your region. Click finish.

Confirm Drivers Successfully

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

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.