Difference between revisions of "Template:Upload"

From Microduino Wiki
Jump to: navigation, search
(Created page with "*<div class="nameA">Stack '''{{{nameA|Core module}}}''' together.</div> **<div class="nameB">Connect '''{{{nameB|Communication with USB}}}''' through USB cable and prepare to...")
 
Line 2: Line 2:
 
**<div class="nameB">Connect '''{{{nameB|Communication with USB}}}''' through USB cable and prepare to upload the program.</div>
 
**<div class="nameB">Connect '''{{{nameB|Communication with USB}}}''' through USB cable and prepare to upload the program.</div>
 
**Note:You'd better upload the program before stack all modules together.
 
**Note:You'd better upload the program before stack all modules together.
*Open Arduino IDE for Microduino, environment.(Reference of setup:'''[[AVR core:Getting started]]''')
+
*Open Arduino IDE for Microduino, environment.(Reference of setup:'''[[AVR Core:Getting started]]''')
 
*<div class="boardName">Click '''[Tool]''', and confirm '''development board/producessor({{{boardName|Development board/producessor}}})'''are chosen correctly, and choose the corresponding '''port (COMX)'''</div>
 
*<div class="boardName">Click '''[Tool]''', and confirm '''development board/producessor({{{boardName|Development board/producessor}}})'''are chosen correctly, and choose the corresponding '''port (COMX)'''</div>
 
*<div class="fileName">Click '''[File]'''->'''[Open]''', and browse to the project programm address, and open '''“{{{fileName|Program name}}}”''' to open the program</div>
 
*<div class="fileName">Click '''[File]'''->'''[Open]''', and browse to the project programm address, and open '''“{{{fileName|Program name}}}”''' to open the program</div>
 
*After confirm all these items are right, click '''"→"'''to download program to the development board.
 
*After confirm all these items are right, click '''"→"'''to download program to the development board.

Revision as of 05:30, 9 August 2016

  • Stack Core module together.
    • Connect Communication with USB through USB cable and prepare to upload the program.
    • Note:You'd better upload the program before stack all modules together.
  • Open Arduino IDE for Microduino, environment.(Reference of setup:AVR Core:Getting started
  • Click [Tool], and confirm development board/producessor(Development board/producessor)are chosen correctly, and choose the corresponding port (COMX)
  • Click [File]->[Open], and browse to the project programm address, and open “Program name” to open the program
  • After confirm all these items are right, click "→"to download program to the development board.