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

From Microduino Wiki
Jump to: navigation, search
(Installation)
(Remove gatekeeper information because the IDE is now signed and no longer needed)
Line 11: Line 11:
 
*Open the downloaded file. You will see the '''Arduino IDE''' and a '''Drivers''' folder:
 
*Open the downloaded file. You will see the '''Arduino IDE''' and a '''Drivers''' folder:
 
[[File:microduinoGettingStart_mac_ide.jpg|400px|center|thumb]]
 
[[File:microduinoGettingStart_mac_ide.jpg|400px|center|thumb]]
*'''If the following window appears when trying to open "Arduino IDE for Microduino", go to:
 
<b> System Preferences->Security and Privacy->Change "Allow apps downloaded from:" to Anywhere.'''
 
*<span style="color:red">Please follow this guide if you are using OS X 10.12.1 (Sierra) or above to re-enable the "Anywhere" option:</span> http://osxdaily.com/2016/09/27/allow-apps-from-anywhere-macos-gatekeeper/
 
[[File:Mac_Damaged_IDE.jpg|400px|center|thumb]]
 
[[File:Mac_System_Preference.jpg|400px|center|thumb]]
 
[[File:Mac_Gatekeeper.jpg|400px|center|thumb]]
 
 
*Open the '''Drivers''' folder. Then install the driver package for your particular Mac OS version:
 
*Open the '''Drivers''' folder. Then install the driver package for your particular Mac OS version:
 
[[File:microduinoGettingStart_mac_divers.jpg|400px|center|thumb]]
 
[[File:microduinoGettingStart_mac_divers.jpg|400px|center|thumb]]

Revision as of 18:22, 18 October 2016

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:
MicroduinoGettingStart mac ide.jpg
  • Open the Drivers folder. Then install the driver package for your particular Mac OS version:
MicroduinoGettingStart mac divers.jpg
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.