Getting started: Mac

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

Download

  • Select the corresponding download for your Mac OS version:

https://www.microduino.cc/download/

Installation

  • Open the downloaded file. You will see the Arduino IDE and a Drivers folder:
  • If the following window appears when trying to open "Arduino IDE for Microduino", go to:

System Preferences->Security and Privacy->Change "Allow apps downloaded from:" to Anywhere.

  • Open the Drivers folder. Then install the driver package for your particular Mac OS version:
MCookie GettingStart 1 EN.png
  • Your Mac is trying to recognize the new device. Briefly press the key to the right of your shift key.
MCookie GettingStart 2 EN.png
  • A popup will appear saying that your keyboard cannot be recognized. Click "Skip".
MCookie GettingStart 3 EN.png
  • Select the keyboard layout for your region (ANSI for most users). Click done.
MCookie GettingStart 4 EN.png

Confirm Drivers Installed Successfully

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

Arduino IDE Basics

Interface

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

Tools

MicroduinoGettingStart-Tools1.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.