Getting started: Windows

来自Microduino Wikipedia
跳转至: 导航搜索
Language English

Download

Installation

  • Double click Install Microduino IDE.exe. Choose your language and then press【OK】.
  • Make sure Arduino IDE, USBTTL driver, and Core USB driver are all checked. Click【Next】.
MicroduinoGettingStart-steup2.jpg
  • Click【Browse...】if you would like to choose a different installation destination. Then click【Install】.
MicroduinoGettingStart-steup3.jpg
  • After the Arduino IDE has been installed, a window for driver installation will appear. Follow the instructions. Final window after driver installation:
MicroduinoGettingStart-steup4.jpg
  • After installation, there will be a shortcut to the Arduino IDE on your desktop.

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

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

Tools

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