Difference between revisions of "MCookie-CoreUSB Getting started"

From Microduino Wiki
Jump to: navigation, search
m
Line 58: Line 58:
 
|}
 
|}
  
==Step 3: 驱动程序==
+
==Step 3: Installing Drivers==
  
'''*开发环境配置好之后,开始安装驱动程序'''
+
'''*After the IDE is configured, install the drivers'''
  
  
'''*下载驱动
+
'''*Download drivers
*先在此下载对应系统的驱动:
+
*First, download the drivers according to your operational system:
**Windows:[https://github.com/wasdpkj/Microduino-Drivers/archive/master.zip Microduino-Drivers],下载完解压压缩文件,'''记住解压文件的位置'''。
+
**Windows:[https://github.com/wasdpkj/Microduino-Drivers/archive/master.zip Microduino-Drivers],after downloading, extract the compressed files, follow the prompts to complete installation。
**mac电脑免安装,使用之前按提示配置。
+
**For Mac users, run the downloaded file, and just follow the prompts to complete installation。
  
'''*安装驱动'''
+
'''*Installing drivers'''
 
{| style="width: 800px;"
 
{| style="width: 800px;"
 
|-
 
|-
 
|  
 
|  
 
'''**Windows'''
 
'''**Windows'''
*'''[[windows手动安装mCookie-CoreUSB驱动程序]]'''
+
After downloading, <br>
 +
1. Extract the compressed files <br>
 +
3. Follow the prompts to complete installation。<br>
 +
*Manual installation
 +
:1. Advanced users may choose to install manually:
 +
:'''[[Manually Installing Drivers in Windows]]'''
 
  ||  
 
  ||  
 +
|}
  
|}
 
  
  
Line 82: Line 87:
 
|-
 
|-
 
|  
 
|  
'''**Mac OS'''
+
'''Macs'''
*'''[[Mac安装mCookie-CoreUSB驱动程序]]'''
+
:1. Unzip get"\Mac.os"Folder Contents
 +
:2. Run "FTDIUSBSerialDriver_X_X"
 +
:3. Follow the prompts to complete the installation
 
  ||  
 
  ||  
  

Revision as of 08:42, 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


1. Start Arduino IDE, click the "Tools" menu.
2. Verify that there are Microduino modules under "Board" menu.

MicroduinoGettingStart1.jpg


*Verify library


  • Microduino provides a compatible library support package for dozens of different functional modules:
    • The original Arduino support packages are renamed for simpler classification


1. Start Arduino IDE, click the "File" menu.
2. You will find the prewritten programs in the "Examples" menu.
ATTENTION: When using version 1.6.3 of the IDE, in order to show the Libraries contents you have to first choose the correct core at the "board" menu.

MicroduinoGettingStart2.jpg

Step 3: Installing Drivers

*After the IDE is configured, install the drivers


*Download drivers

  • First, download the drivers according to your operational system:
    • Windows:Microduino-Drivers,after downloading, extract the compressed files, follow the prompts to complete installation。
    • For Mac users, run the downloaded file, and just follow the prompts to complete installation。

*Installing drivers

**Windows After downloading,
1. Extract the compressed files
3. Follow the prompts to complete installation。

  • Manual installation
1. Advanced users may choose to install manually:
Manually Installing Drivers in Windows


Macs

1. Unzip get"\Mac.os"Folder Contents
2. Run "FTDIUSBSerialDriver_X_X"
3. Follow the prompts to complete the installation

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

附录