Difference between revisions of "Getting started: Microduino IDE for Mac"
From Microduino Wiki
(→Download) |
(→Arduino IDE Basics) |
||
Line 69: | Line 69: | ||
===Interface=== | ===Interface=== | ||
[[File:microduinoGettingStart-IDE1.jpg|500px|center|thumb]] | [[File:microduinoGettingStart-IDE1.jpg|500px|center|thumb]] | ||
− | * | + | *'''[Verify]''': Checks for errors in the code. |
− | * | + | *'''[Upload]''': Uploads the program to a MCU. |
− | * | + | *'''[Serial Monitor]''': Useful in debugging programs. |
===Tools=== | ===Tools=== | ||
[[File:microduinoGettingStart-Tools1.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-Tools1.jpg|600px|center|thumb]] | ||
− | * | + | *'''[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=== | ===The Board Types=== |
Revision as of 21:24, 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.
Arduino IDE BasicsInterface
Tools
The Board Types
Uploading Code
|