Difference between revisions of "Microduino Getting start"

From Microduino Wiki
Jump to: navigation, search
Line 5: Line 5:
 
|
 
|
  
*'''[[Microduino Startup/zh]]'''
+
*You need firstly install IDE and drive program. 
  
*'''[[如何用Arduino UNO向Microduino-Core烧写bootloader]]'''
+
==Step1: IDE Configuration==
 +
*Configure the IDE 
 +
===Step1.1: Arduino IDE Download===
 +
*Since Microduino is totally compatible with Arduino, you should install the basic IDE first of all. 
 +
 
 +
*Download Arduino IDE (Version 1.0 or higher) here
 +
**http://arduino.cc/en/Main/Software#toc2
 +
 
 +
===Step1.2: Hardware Support Package===
 +
*For configuring different Microduino core modules, you need to install Microduino hardware support package to Arduino IDE. 
 +
 
 +
*Check below to see more about installation:
 +
**'''[[Arduino IDE Microduino Configuration]]'''
 +
**Support Mac OS and Windows 
 +
 
 +
===Step1.3: Program Library Support Package===
 +
*For dozens of Microduino modules, we sort out this arduino compatible program library support package, which you can download for individual needs.
 +
 
 +
*Installation Method: 
 +
**'''[[Install Arduino IDE Microduino Program Library Support Package]]'''
 +
**Support Mac OS and Windows
 +
 
 +
==Step 2: Drive Program==
 +
*Start to install drive program after configuring IDE. 
 +
*Installation Method: 
 +
**'''[[Arduino IDE Driver Install]]'''
 +
**Support Mac OS and Windows
 +
 
 +
==Step3: Start a Journey of Microduino==
 +
*Click Here:
 +
**'''[[Microduino (Arduino Compatible Board) Tutorial]]'''
  
*'''[[关于FT232R(USBTTL)下载模块出现FT232R USB UART的解决办法]]'''
 
  
 
|}
 
|}

Revision as of 02:23, 22 October 2014

Language: English  • 中文
  • You need firstly install IDE and drive program.

Step1: IDE Configuration

  • Configure the IDE

Step1.1: Arduino IDE Download

  • Since Microduino is totally compatible with Arduino, you should install the basic IDE first of all.

Step1.2: Hardware Support Package

  • For configuring different Microduino core modules, you need to install Microduino hardware support package to Arduino IDE.

Step1.3: Program Library Support Package

  • For dozens of Microduino modules, we sort out this arduino compatible program library support package, which you can download for individual needs.

Step 2: Drive Program

Step3: Start a Journey of Microduino