Difference between revisions of "Getting started: Microduino IDE for Windows"
From Microduino Wiki
(→Arduino IDE Basics) |
(→Confirm Drivers Installed Successfully) |
||
Line 24: | Line 24: | ||
=Confirm Drivers Installed Successfully= | =Confirm Drivers Installed Successfully= | ||
Confirm that the drivers are installed successfully based on your hardware. | Confirm that the drivers are installed successfully based on your hardware. | ||
+ | Refer to the table below for which programmer each kit uses: | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Programmer | ||
+ | ! Contained in Kit | ||
+ | ! Programmable Boards | ||
+ | |- | ||
+ | | USBTTL | ||
+ | | 102 Basic Kit | ||
+ | | Core, Core+, CoreRF | ||
+ | |- | ||
+ | | mBattery | ||
+ | | Itty Bitty City, 202 Advanced Kit, 302 Expert Kit | ||
+ | | Core, Core+, CoreRF | ||
+ | |- | ||
+ | | (CoreUSB)* | ||
+ | | X01 Series Kits: 101 Basic Kit; 201 Advanced Kit; 301 Expert Kit | ||
+ | | CoreUSB | ||
+ | |} | ||
+ | *CoreUSB is a core module with an integrated programmer. | ||
+ | |||
==USBTTL== | ==USBTTL== | ||
*Connect [[Microduino-USBTTL]] to your computer. Verify that there are available Port options under Tools. | *Connect [[Microduino-USBTTL]] to your computer. Verify that there are available Port options under Tools. |
Revision as of 21:36, 27 March 2017
Language: | English • 中文 |
---|
ContentsDownload
Installation
Confirm Drivers Installed SuccessfullyConfirm that the drivers are installed successfully based on your hardware. Refer to the table below for which programmer each kit uses:
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
|