Difference between revisions of "Getting started: Microduino IDE for Windows"
From Microduino Wiki
(→验证驱动) |
|||
Line 3: | Line 3: | ||
|- | |- | ||
| | | | ||
− | = | + | =Download= |
− | *''' | + | *'''Download the IDE: [https://www.microduino.cc/ftpshare/IDE/Arduino%20IDE%201.6.5%20for%20Microduino.exe Arduino IDE 1.6.5]''' |
− | = | + | =Installation= |
− | * | + | *Double click '''Install Microduino IDE.exe'''. Choose your language and then press【OK】. |
[[File:microduinoGettingStart-steup1.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-steup1.jpg|600px|center|thumb]] | ||
− | * | + | *Make sure '''Arduino IDE''', '''USBTTL driver''', and '''Core USB driver''' are all checked. Click【Next】. |
[[File:microduinoGettingStart-steup2.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-steup2.jpg|600px|center|thumb]] | ||
− | * | + | *Click【Browse...】if you would like to choose a different installation destination. Then click【Install】. |
[[File:microduinoGettingStart-steup3.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-steup3.jpg|600px|center|thumb]] | ||
− | * | + | *After the Arduino IDE has been installed, a window for driver installation will appear. Follow the instructions. Final window after driver installation: |
[[File:microduinoGettingStart-steup4.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-steup4.jpg|600px|center|thumb]] | ||
− | * | + | *After installation, there will be a shortcut to the Arduino IDE on your desktop. |
− | = | + | =Confirm Drivers Installed Successfully= |
− | * | + | *Connect [[Microduino-USBTTL]] to your computer. Verify that there are available Port options under Tools. |
[[File:microduinoGettingStart-USBTTL.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-USBTTL.jpg|600px|center|thumb]] | ||
− | * | + | *Connect [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]] to your computer. Verify that there are available Port options under Tools. |
[[File:microduinoGettingStart-CoreUSB.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-CoreUSB.jpg|600px|center|thumb]] | ||
− | ==IDE | + | ==Arduino IDE Basics== |
− | === | + | ===Interface=== |
[[File:microduinoGettingStart-IDE.jpg|500px|center|thumb]] | [[File:microduinoGettingStart-IDE.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=== |
[[File:microduinoGettingStart-Tools.jpg|600px|center|thumb]] | [[File:microduinoGettingStart-Tools.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=== |
{| style="width: 800px;" | colspan="2" | | {| style="width: 800px;" | colspan="2" | | ||
− | [[Microduino-Core | + | When using [[Microduino-Core]], select the proper processor for your board: |
|- | |- | ||
| style="width:300px" align="left"| | | style="width:300px" align="left"| | ||
Line 60: | Line 60: | ||
{| style="width: 800px;" | colspan="2" | | {| style="width: 800px;" | colspan="2" | | ||
− | [[Microduino-Core+ | + | When using [[Microduino-Core+]], select the proper processor for your board: |
|- | |- | ||
| style="width:300px" align="left"| | | style="width:300px" align="left"| | ||
Line 77: | Line 77: | ||
{| style="width: 800px;" | colspan="2" | | {| style="width: 800px;" | colspan="2" | | ||
− | [[Microduino-CoreUSB | + | When using [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]], select Microduino-CoreUSB。 |
|- | |- | ||
| style="width:300px" align="left"| | | style="width:300px" align="left"| | ||
Line 93: | Line 93: | ||
<br> | <br> | ||
− | === | + | ===Uploading Code=== |
− | + | #Select board type and processor. | |
− | + | #Select the port. | |
− | + | #Click upload. | |
|} | |} |
Revision as of 08:23, 24 August 2015
Language: | English • 中文 |
---|
ContentsDownload
Installation
Confirm Drivers Installed Successfully
Arduino IDE BasicsInterface
Tools
The Board Types
Uploading Code
|