Difference between revisions of "Microduino Getting start"

From Microduino Wiki
Jump to: navigation, search
(Created page with "{| style="width: 800px;" | colspan="2" | ==Microduino Start== *'''Microduino 驱动安装''' |- | *'''在Mac OS X(苹果系统)上安装开发环境''' |- | *'''...")
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Language|Microduino Getting start}}
 +
 +
{| style="width: 800px;"
 +
|-
 +
|
 +
[[File:microduinoGettingStartHeader.jpg|360px|right|thumb]]
 +
 +
 +
 +
 +
 +
 +
==Step 1: Arduino IDE download==
 +
'''*Arduino compitable, first install basic IDE'''
 +
 +
 +
*First download the Microduino IDE (based on a modified version Arduino1.0x) :
 +
**[https://github.com/wasdpkj/Microduino-IDE-win/archive/master.zip Microduino-IDE-win]
 +
**[https://github.com/wasdpkj/Microduino-IDE-mac/archive/master.zip Microduino-IDE-mac]
 +
 +
 +
*We have Microduino compatible hardware support packages and libraries integrated in the IDE, the next step will be to verify their validity
 +
 +
==Step 2: Verify IDE==
 +
 +
{| style="width: 800px;"
 +
|-
 +
|
 +
'''*Verifying hardware support package'''
 +
 +
 +
*For fit variety of Microduino core, IDE has integrated Microduino hardware support package;
 +
**The support package to make Microduino hardware display in the board of Arduino IDE
 +
**like official Arduino hardware, you can download online and reprogram the bootloader
 +
 +
 +
*Start Arduino IDE, click the "Tools" menu
 +
*You will see Microduino series under "Board" menu.
 +
||
 +
[[File:microduinoGettingStart1.jpg|289px|right|thumb]]
 +
|}
 +
 +
 
{| style="width: 800px;"
 
{| style="width: 800px;"
| colspan="2" |
+
|-
 +
|
 +
'''*Verify library'''
 +
 
 +
 
 +
*For dozens of different functional modules, Microduino sorting out a compatible library support package;
 +
**It contains the original part of the official Arduino support package
 +
**We just renamed their folders for easy sorting classification
 +
 
 +
 
 +
*Start Arduino IDE, click the "File" menu
 +
*You will find the program example in the "Examples" menu.
 +
||
 +
[[File:microduinoGettingStart2.jpg|289px|right|thumb]]
 +
|}
 +
 
 +
 
 +
 
 +
==Step 3: Drivers==
 +
 
 +
'''*After development environment configured to start installing the driver'''
  
==Microduino Start==
 
  
*'''[[Microduino 驱动安装]]'''
+
'''*Download Driver*
 +
*First download the corresponding system drive:
 +
**[[https://github.com/wasdpkj/Microduino-Drivers Microduino-Drivers]]
 +
 
 +
 
 +
'''*Install the driver'''
 +
 
 +
 
 +
{| style="width: 800px;"
 
|-
 
|-
|
+
|  
*'''[[在Mac OS X(苹果系统)上安装开发环境]]'''
+
'''*Windows'''
 +
*Automatic installation
 +
**Unzip get "\ Windows \ Automatic" folder contents
 +
**Run one "CDM XX WHQL Certified.exe"
 +
***(win7 need administrator privileges to run, like right photo)
 +
**Follow the prompts to complete the installation​
 +
*Manual installation
 +
**If you do not bother, you can choose to manually install:
 +
***'''[[Manually install the Microduino driver in windows]]'''
 +
||
 +
[[File:microduinoGettingStart3.jpg|289px|right|thumb]]
 +
|}
 +
 
 +
 
 +
{| style="width: 800px;"
 
|-
 
|-
|
+
|  
*'''[[安装Arduino IDE Microduino硬件支持包]]'''
+
'''*Mac OS'''
 +
*Unzip get"\Mac.os"Folder Contents
 +
*Run "FTDIUSBSerialDriver_X_X"
 +
*Follow the prompts to complete the installation
 +
||
 +
[[File:microduinoGettingStart4.jpg|289px|right|thumb]]
 +
|}
 +
 
 +
 
 +
    '''note:'''
 +
    '''If there is damage or missing signature file when prompted, can not install the driver properly, you need to disable the digital signature system installation in windows 8。'''
 +
    '
 +
    1.Turn off the check.
 +
    2.Hold the shift key while clicking on Restart
 +
    3.Select Troubleshoot > Advanced Options > Startup Settings > Restart
 +
    4.After Restart select option 7.
 +
    '
 +
 
 +
 
 +
==Step 4: Connecting hardware==
 +
 
 +
 
 +
*Use Micro-USB cable to connect with Microduino-USBTTL to your PC / Mac;
 +
 
 +
 
 +
{| style="width: 800px;"
 
|-
 
|-
|
+
|  
*'''[[如何用Arduino UNO向Microduino-Core烧写bootloader]]'''
+
'''*Windows'''
 +
*Open the IDE, in the menu "Tools" in the "Serial Port"
 +
*You will see the "COMXX"
 +
||
 +
[[File:microduinoGettingStart5.jpg|289px|right|thumb]]
 +
|}
 +
 
 +
 
 +
{| style="width: 800px;"
 
|-
 
|-
|
+
|  
*'''[[关于FT232R(USBTTL)下载模块出现FT232R USB UART的解决办法]]'''
+
'''*Mac OS'''
 +
*Open the IDE, in the menu "Tools" in the "Serial Port"
 +
*You will see the "dev / tty.usbserial-XX"
 +
||
 +
[[File:microduinoGettingStart6.jpg|289px|right|thumb]]
 +
|}
 +
 
 +
 
 +
 
 +
==Appendix==
 +
 
 +
 
 +
*'''[[Install Arduino IDE Microduino Hardware Support Package]]'''
 +
*'''[[Install Arduino IDE Microduino library support package]]'''
  
 
|}
 
|}
<br>
 
<br>
 

Latest revision as of 04:22, 16 May 2016

Language: English  • 中文
MicroduinoGettingStartHeader.jpg




Step 1: Arduino IDE download

*Arduino compitable, first install basic IDE



  • We have Microduino compatible hardware support packages and libraries integrated in the IDE, the next step will be to verify their validity

Step 2: Verify IDE

*Verifying hardware support package


  • For fit variety of Microduino core, IDE has integrated Microduino hardware support package;
    • The support package to make Microduino hardware display in the board of Arduino IDE
    • like official Arduino hardware, you can download online and reprogram the bootloader


  • Start Arduino IDE, click the "Tools" menu
  • You will see Microduino series under "Board" menu.
MicroduinoGettingStart1.jpg


*Verify library


  • For dozens of different functional modules, Microduino sorting out a compatible library support package;
    • It contains the original part of the official Arduino support package
    • We just renamed their folders for easy sorting classification


  • Start Arduino IDE, click the "File" menu
  • You will find the program example in the "Examples" menu.
MicroduinoGettingStart2.jpg


Step 3: Drivers

*After development environment configured to start installing the driver


*Download Driver*


*Install the driver


*Windows

  • Automatic installation
    • Unzip get "\ Windows \ Automatic" folder contents
    • Run one "CDM XX WHQL Certified.exe"
      • (win7 need administrator privileges to run, like right photo)
    • Follow the prompts to complete the installation​
  • Manual installation
MicroduinoGettingStart3.jpg


*Mac OS

  • Unzip get"\Mac.os"Folder Contents
  • Run "FTDIUSBSerialDriver_X_X"
  • Follow the prompts to complete the installation
MicroduinoGettingStart4.jpg


   note:
   If there is damage or missing signature file when prompted, can not install the driver properly, you need to disable the digital signature system installation in windows 8。
   '
   1.Turn off the check.
   2.Hold the shift key while clicking on Restart
   3.Select Troubleshoot > Advanced Options > Startup Settings > Restart
   4.After Restart select option 7.
   '


Step 4: Connecting hardware

  • Use Micro-USB cable to connect with Microduino-USBTTL to your PC / Mac;


*Windows

  • Open the IDE, in the menu "Tools" in the "Serial Port"
  • You will see the "COMXX"
MicroduinoGettingStart5.jpg


*Mac OS

  • Open the IDE, in the menu "Tools" in the "Serial Port"
  • You will see the "dev / tty.usbserial-XX"
MicroduinoGettingStart6.jpg


Appendix