Difference between revisions of "MCookie-CoreUSB Getting started"

From Microduino Wiki
Jump to: navigation, search
(Created page with "{{Language|MCookie-CoreUSB_Getting_started}} {| style="width: 800px;" |- | ==Step 1: Arduino IDE下载== '''*mCookie完全兼容Microduino,先安装基础IDE''' *先...")
 
Line 10: Line 10:
  
  
==Step 1: Arduino IDE下载==
+
==Step 1: Arduino IDE Download and Installation==
'''*mCookie完全兼容Microduino,先安装基础IDE'''
+
'''*Arduino compatible, first install the basic IDE'''
  
*先在此下载Microduino的IDE(基于Arduino版本修改):
 
**[https://github.com/wasdpkj/Microduino-IDE-win/archive/master.zip Microduino-IDE-windows]
 
**[https://github.com/wasdpkj/Microduino-IDE-mac/archive/master.zip Microduino-IDE-mac]
 
  
 +
Download the Microduino IDE (based on a modified version ArduinoIDE):
 +
*[https://github.com/wasdpkj/Microduino-IDE-win/archive/master.zip Windows]
 +
*[https://github.com/wasdpkj/Microduino-IDE-mac/archive/master.zip Macs]
  
*我们已经将'''Microduino兼容'''的'''硬件支持包'''和'''程序库'''集成在了IDE中,下一步将验证他们的有效性
 
  
==Step 2: 验证IDE==
+
*We have Microduino compatible hardware support packages and libraries integrated in the IDE. The next step will be to verify that it is installed correctly
 +
 
 +
==Step 2: Verify IDE==
 +
 
  
 
{| style="width: 800px;"
 
{| style="width: 800px;"
 
|-
 
|-
 
|  
 
|  
'''*验证硬件支持包'''
+
'''*Verifying hardware support package'''
  
  
*为适配Microduino的多种核心,IDE已集成了Microduino硬件支持包;
+
*The Microduino IDE has an integrated hardware support package for all cores availables:
**该支持包让Arduino IDE在板卡内显示Microduino硬件
+
**This package allows Microduino hardware to be displayed in the “Board” menu
**并和Arduino官方硬件一样能在线下载及重新烧写bootloader
+
**Like the official Arduino hardware, you can download other codes and reprogram the bootloader
  
  

Revision as of 06:07, 21 July 2015

Language: English  • 中文




Step 1: Arduino IDE Download and Installation

*Arduino compatible, first install the basic IDE


Download the Microduino IDE (based on a modified version ArduinoIDE):


  • We have Microduino compatible hardware support packages and libraries integrated in the IDE. The next step will be to verify that it is installed correctly

Step 2: Verify IDE

*Verifying hardware support package


  • The Microduino IDE has an integrated hardware support package for all cores availables:
    • This package allows Microduino hardware to be displayed in the “Board” menu
    • Like the official Arduino hardware, you can download other codes and reprogram the bootloader


  • 启动Arduino IDE,单击"Tools"菜单
  • 您将会在"Board"菜单下看到Microduino系列.
MicroduinoGettingStart1.jpg


*验证程序库


  • Microduino针对数十种不同的功能模块,整理出了兼容的程序库支持包;
    • 这里面包含Arduino官方原版的部分支持包
    • 我们只是对其文件夹改名,便于整理分类


  • 启动Arduino IDE,单击"File"菜单
  • 您将会在"Examples"菜单下找到程序示例.
  • 注意:1.6.3版本的IDE要先在"Board"菜单下选择好板卡才能找到Microduino的示例程序
MicroduinoGettingStart2.jpg

Step 3: 驱动程序

*开发环境配置好之后,开始安装驱动程序


*下载驱动

  • 先在此下载对应系统的驱动:
    • Windows:Microduino-Drivers,下载完解压压缩文件,记住解压文件的位置
    • mac电脑免安装,使用之前按提示配置。

*安装驱动

**Windows


**Mac OS

Step 4: 连接硬件

  • 用Micro-USB 线连接mCookie-CoreUSB到您的PC/Mac上;


*Windows

  • 打开IDE,在菜单"Tools"里的"Serial Port"
  • 你将看到"COMXX"
MCookieGettingStart5.jpg


*Mac OS

  • 打开IDE,在菜单"Tools"里的"Serial Port"
  • 你将看到"dev/tty.usbmodemXX"
MCookieGettingStart4.png

附录