Difference between revisions of "Template:Upload"
From Microduino Wiki
Line 1: | Line 1: | ||
− | *<div class="nameA">Stack '''{{{nameA|Core module}}}''' together.</div> | + | *<div class="nameA">Stack '''{{{nameA|Core module}}}''' together.</div> |
− | **<div class="nameB">Connect '''{{{nameB|Communication | + | **<div class="nameB"> Connect the '''{{{nameB|Communication module including USB}}}''' during them with USB cable to prepare for uploading. </div> |
− | ** | + | **Note: You'd better upload the program before stacking all modules together. |
− | *Open Arduino IDE for Microduino, environment | + | *Open Arduino IDE for Microduino, environment (For setup, you can refer to: '''[[AVR Core: Getting Started]]''') |
− | *<div class="boardName">Click '''[Tool]''', | + | *<div class="boardName">Click '''[Tool]''', confirm '''development board/processor({{{boardName|development board/processor}}})''' is chosen correctly, and choose the corresponding '''port (COMX)'''.</div> |
− | *<div class="fileName">Click '''[File]'''->'''[Open]''', | + | *<div class="fileName">Click '''[File]'''->'''[Open]''', browse to the project program address, and click '''"{{{fileName|Program name}}}"''' to open the program. </div> |
− | *After | + | *After confirming all these items are correct, click '''"→"''' to download the program to the development board. |
Revision as of 07:43, 19 September 2016
- Stack Core module together.
- Connect the Communication module including USB during them with USB cable to prepare for uploading.
- Note: You'd better upload the program before stacking all modules together.
- Open Arduino IDE for Microduino, environment (For setup, you can refer to: AVR Core: Getting Started)
- Click [Tool], confirm development board/processor(development board/processor) is chosen correctly, and choose the corresponding port (COMX).
- Click [File]->[Open], browse to the project program address, and click "Program name" to open the program.
- After confirming all these items are correct, click "→" to download the program to the development board.