Difference between revisions of "Getting started: Microduino IDE for Windows"

From Microduino Wiki
Jump to: navigation, search
(The Board Types)
Line 4: Line 4:
 
|
 
|
 
=Download=
 
=Download=
*'''Download the IDE: [https://www.microduino.cc/ftpshare/IDE/Arduino%20IDE%201.6.5%20for%20Microduino.exe Arduino IDE 1.6.5]'''
+
*Download the latest Windows IDE:
 +
https://www.microduino.cc/download
 
=Installation=
 
=Installation=
 
*Double click '''Install Microduino IDE.exe'''. Click【Next】.
 
*Double click '''Install Microduino IDE.exe'''. Click【Next】.

Revision as of 18:15, 18 October 2016

Language: English  • 中文

Download

  • Download the latest Windows IDE:

https://www.microduino.cc/download

Installation

  • Double click Install Microduino IDE.exe. Click【Next】.
IDEsetup1.JPG
  • Make sure Arduino IDE, USBTTL driver, and Core USB driver are all checked. Click【Next】.
IDEsetup2.JPG
  • Click【Browse...】if you would like to choose a different installation destination. Then click【Next】 and 【Install】.
IDEsetup3.JPG


IDEsetup4.JPG
  • After the Arduino IDE has been installed, a window for driver installation will appear. Click【Extract】 and follow the instructions.
IDEsetup5.JPG
  • Click【Finish】to complete the installation.
IDEsetup6.JPG
  • After installation, there will be a shortcut to the Arduino IDE on your desktop.
ArduinoIcon.png

Confirm Drivers Installed Successfully

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

Arduino IDE Basics

Interface

Interface.png
  • 【Verify】: Checks for errors in the code.
  • 【Upload】: Uploads the program to a MCU.
  • 【Serial Monitor】: Useful in debugging programs.

Tools

Tools.JPG
  • 【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.