Difference between revisions of "Getting started: Microduino IDE for Windows"
From Microduino Wiki
(→mBattery) |
(→Selecting Board Type and Processor) |
||
Line 64: | Line 64: | ||
|- | |- | ||
| Atmega328P@16M,5V | | Atmega328P@16M,5V | ||
− | | Itty Bitty City Kit, X02 Series Kits: [[102 Basic Kit]]; [[202 Advanced Kit]]; [[302 Expert Kit]] | + | | [[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" | Core+ (644pa) | ||
Line 71: | Line 71: | ||
|- | |- | ||
| Atmega644pa@16M,5V | | Atmega644pa@16M,5V | ||
− | | 302 Expert Kit | + | | [[MCookie_Expert_Kit|302 Expert Kit]] |
|- | |- | ||
| rowspan="2" | Core+ (1284pa) | | rowspan="2" | Core+ (1284pa) | ||
Line 82: | Line 82: | ||
| Microduino/mCookie-Core USB (32u4) | | Microduino/mCookie-Core USB (32u4) | ||
| USB | | USB | ||
− | | X01 Series Kits: [[101 Basic Kit]]; [[201 Advanced Kit]]; [[301 Expert Kit]] | + | | X01 Series Kits: [[MCookie_Basic_Kit|101 Basic Kit]]; [[MCookie_Advanced_Kit|201 Advanced Kit]]; [[MCookie_Expert_Kit|301 Expert Kit]] |
|- | |- | ||
| CoreRF | | CoreRF |
Revision as of 00:28, 23 March 2017
Language: | English • 中文 |
---|
ContentsDownload
Installation
Confirm Drivers Installed SuccessfullyConfirm that the drivers are installed successfully based on your hardware. USBTTL
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. mBattery must be "ON" in order to program 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
Uploading Code
|