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

From Microduino Wiki
Jump to: navigation, search
(Confirm Drivers Installed Successfully)
(Selecting Board Type, Processor, and Serial Port)
Line 38: Line 38:
  
 
=Selecting Board Type, Processor, and Serial Port=
 
=Selecting Board Type, Processor, and Serial Port=
 +
{| class="wikitable"
 +
|-
 +
! Name
 +
! Board
 +
! Processor
 +
! Contained in Kit
 +
|-
 +
| Core (168pa)
 +
| Microduino/mCookie-Core (168pa)
 +
|-
 +
| Core (328p)
 +
| Microduino/mCookie-Core (328p)
 +
|-
 +
| Core+ (644pa)
 +
| Microduino/mCookie-Core+ (644pa)
 +
|-
 +
| Core+ (1284pa)
 +
| Microduino/mCookie-Core+ (1284pa)
 +
|-
 +
| CoreUSB
 +
| Microduino/mCookie-Core USB (32u4)
 +
|-
 +
| CoreRF
 +
| Microduino/mCookie RF (128rfa1)
 +
|}
  
 
=Arduino IDE Basics=
 
=Arduino IDE Basics=

Revision as of 22:35, 21 March 2017

Language: English  • 中文

Download

  • Download the latest Windows IDE:

https://www.microduino.cc/download

Installation

  • Double click on the setup file Arduino IDE 1.X.X for Microduino.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

USBTTL

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

CoreUSB

MicroduinoGettingStart-CoreUSB.jpg

mBattery

MBattery-t.jpg
IMPORTANT: Ensure that mBattery is "ON" by pressing and holding the button. A red LED should be on, which indicates that power is being supplied to the modules.
  • Verify that there are available Port options under Tools.
MicroduinoGettingStart-USBTTL.jpg

Selecting Board Type, Processor, and Serial Port

Name Board Processor Contained in Kit
Core (168pa) Microduino/mCookie-Core (168pa)
Core (328p) Microduino/mCookie-Core (328p)
Core+ (644pa) Microduino/mCookie-Core+ (644pa)
Core+ (1284pa) Microduino/mCookie-Core+ (1284pa)
CoreUSB Microduino/mCookie-Core USB (32u4)
CoreRF Microduino/mCookie RF (128rfa1)

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.