Difference between revisions of "Getting started: Microduino IDE for Mac"
From Microduino Wiki
(→Arduino IDE Basics) |
(→mBattery) |
||
Line 65: | Line 65: | ||
*Verify that there are available Port options under Tools. | *Verify that there are available Port options under Tools. | ||
[[File:MacTutorial_CH340_Port.png|600px|center|thumb]] | [[File:MacTutorial_CH340_Port.png|600px|center|thumb]] | ||
+ | |||
+ | =Selecting Board Type and Processor= | ||
+ | Selecting the Board Type and Processor is required to compile the correct code for the core module. | ||
+ | |||
+ | Configuring the software is done under '''Tools > Board''' and '''Tools > Processor'''. | ||
+ | |||
+ | Below is the table which lists all the core modules with corresponding '''Board''' and '''Processor'''. The table also lists kits that contain specific core modules. | ||
+ | |||
+ | Example usage would be for the Core module in Itty Bitty City. Board is '''Microduino/mCookie-Core (328p)''' and Processor is '''Atmega328P@16M,5V'''. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Name | ||
+ | ! Board | ||
+ | ! Processor | ||
+ | ! Contained in Kit | ||
+ | |- | ||
+ | | rowspan="2" | Core (168pa) | ||
+ | | rowspan="2" | Microduino/mCookie-Core (168pa) | ||
+ | | Atmega168pa@8M,3.3V | ||
+ | |- | ||
+ | | Atmega168pa@16M,5V | ||
+ | |- | ||
+ | | rowspan="2" | Core (328p) | ||
+ | | rowspan="2" | Microduino/mCookie-Core (328p) | ||
+ | | Atmega328P@8M,3.3V | ||
+ | |||
+ | |- | ||
+ | | Atmega328P@16M,5V | ||
+ | | [[Itty_Bitty_City|Itty Bitty City Kit]], '''X02 Series Kits''': [[MCookie_Basic_Kit|102 Basic Kit]]; [[MCookie_Advanced_Kit|202 Advanced Kit]]; [[MCookie_Expert_Kit|302 Expert Kit]] | ||
+ | |- | ||
+ | | rowspan="2" | Core+ (644pa) | ||
+ | | rowspan="2" | Microduino/mCookie-Core+ (644pa) | ||
+ | | Atmega644pa@16M,3.3V | ||
+ | |- | ||
+ | | Atmega644pa@16M,5V | ||
+ | | [[MCookie_Expert_Kit|302 Expert Kit]] | ||
+ | |- | ||
+ | | rowspan="2" | Core+ (1284pa) | ||
+ | | rowspan="2" | Microduino/mCookie-Core+ (1284pa) | ||
+ | | Atmega1284pa@8M,3.3V | ||
+ | |- | ||
+ | | Atmega1284pa@16M,5V | ||
+ | |- | ||
+ | | CoreUSB | ||
+ | | Microduino/mCookie-Core USB (32u4) | ||
+ | | USB | ||
+ | | '''X01 Series Kits''': [[MCookie_Basic_Kit|101 Basic Kit]]; [[MCookie_Advanced_Kit|201 Advanced Kit]]; [[MCookie_Expert_Kit|301 Expert Kit]] | ||
+ | |- | ||
+ | | CoreRF | ||
+ | | Microduino/mCookie RF (128rfa1) | ||
+ | |} | ||
+ | |||
+ | ==Determining Processor Variant== | ||
+ | ===Core=== | ||
+ | <center> | ||
+ | [[File:microduinoGettingStart-Core3V3.jpg|250px]] | ||
+ | [[File:microduinoGettingStart-Core+3V3.jpg|250px]] | ||
+ | </center> | ||
+ | ===Core+=== | ||
+ | <center> | ||
+ | [[File:microduinoGettingStart-Core5V.jpg|250px]] | ||
+ | [[File:microduinoGettingStart-Core+5V.jpg|250px]] | ||
+ | </center> | ||
=Arduino IDE Basics= | =Arduino IDE Basics= |
Revision as of 21:25, 27 March 2017
Language: | English • 中文 |
---|
ContentsDownload
Installation
Microduino / mCookie Setup
Confirm Drivers Installed SuccessfullyUSBTTL
CoreUSB
mBattery
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.
Selecting Board Type and ProcessorSelecting the Board Type and Processor is required to compile the correct code for the core module. Configuring the software is done under Tools > Board and Tools > Processor. Below is the table which lists all the core modules with corresponding Board and Processor. The table also lists kits that contain specific core modules. Example usage would be for the Core module in Itty Bitty City. Board is Microduino/mCookie-Core (328p) and Processor is Atmega328P@16M,5V.
Determining Processor VariantCoreCore+Arduino IDE BasicsInterface
Tools
The Board Types
Uploading Code
|