Difference between revisions of "MCookie-CoreUSB Getting started"

From Microduino Wiki
Jump to: navigation, search
m
(Made images clickable and link to respective pages)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Language|MCookie-CoreUSB_Getting_started}}
 
{{Language|MCookie-CoreUSB_Getting_started}}
{| style="width: 800px;"
 
|-
 
|
 
 
 
 
 
 
 
 
==Step 1: Arduino IDE Download and Installation==
 
'''*Arduino compatible, first install the basic IDE'''
 
 
  
Download the Microduino IDE (based on a modified version ArduinoIDE):
+
{| style="width: 800px;" | colspan="2" |
*[https://github.com/wasdpkj/Microduino-IDE-win/archive/master.zip Windows]
 
*[https://github.com/wasdpkj/Microduino-IDE-mac/archive/master.zip Macs]
 
  
 
*We have Microduino compatible hardware support packages and libraries integrated in the IDE. The next step will be to verify that it is installed correctly
 
 
==Step 2: Verify IDE==
 
 
 
{| style="width: 800px;"
 
 
|-
 
|-
|  
+
| style="width:400px" align="left"|  
'''*Verifying hardware support package'''
+
=For MAC=
  
 +
*'''[[Getting started: Mac]]'''
 +
<br>
 +
[[File:microduinoGettingStart-ForMAC.jpg|400px|center|thumb|link=Getting_started:_Mac]]
  
*The Microduino IDE has an integrated hardware support package for all cores availables:
+
| style="width:400px" align="left"|
**This package allows Microduino hardware to be displayed in the “Board” menu
+
=For WINDOWS=
**Like the official Arduino hardware, you can download other codes and reprogram the bootloader
 
  
 
+
*'''[[Getting started: Windows]]'''
1. Start Arduino IDE, click the "Tools" menu.<br>2. Verify that there are Microduino modules under "Board" menu.
+
<br>
||
+
[[File:microduinoGettingStart-ForWindows.jpg|400px|center|thumb|link=Getting_started:_Windows]]
[[File:microduinoGettingStart1.jpg|289px|right|thumb]]
 
|}
 
 
 
 
 
{| style="width: 800px;"
 
 
|-
 
|-
|  
+
|
'''*Verify library'''
 
 
 
 
 
*Microduino provides a compatible library support package for dozens of different functional modules:
 
**The original Arduino support packages are renamed for simpler classification
 
 
 
 
 
1. Start Arduino IDE, click the "File" menu.<br>
 
2. You will find the prewritten programs in the "Examples" menu.<br>
 
ATTENTION: When using version 1.6.3 of the IDE, in order to show the Libraries contents you have to first choose the correct core at the "board" menu.
 
||
 
[[File:microduinoGettingStart2.jpg|289px|right|thumb]]
 
|}
 
 
 
==Step 3: Installing Drivers==
 
 
 
'''*After the IDE is configured, install the drivers'''
 
 
 
 
 
'''*Download drivers
 
*First, download the drivers according to your operational system:
 
**Windows:[https://github.com/wasdpkj/Microduino-Drivers/raw/master/Windows/For%20CoreUSB/dpinst-amd64.exe Windows - 64 bits] [https://github.com/wasdpkj/Microduino-Drivers/raw/master/Windows/For%20CoreUSB/dpinst-x86.exe Windows - 32 bits]
 
**Mac: no drivers need to be downloaded, as soon as the module is connected, a prompt for installation with show up on your computer screen.
 
 
 
'''*Installing drivers'''
 
{| style="width: 800px;"
 
|-
 
|
 
'''**Windows''' <br>
 
1. Run dpinst-XXXXX.exe <br>
 
2. Follow the prompts to complete installation。<br>
 
*Manual installation<br>
 
 
 
: Advanced users may choose to install manually:
 
:'''[[Manually Installing Drivers in Windows]]'''
 
||
 
|}
 
 
 
 
 
 
 
{| style="width: 800px;"
 
|-
 
|
 
'''**Macs''' <br>
 
:1. Run "FTDIUSBSerialDriver_v2_2_18.dmg"
 
:2. Follow the prompts to complete the installation
 
||
 
 
 
|}
 
 
 
==Step 4: Connection Hardware==
 
 
 
 
 
*Use a micro-USB to connect the mCookie-CoreUSB to your PC/Mac;
 
 
 
 
 
{| style="width: 800px;"
 
|-
 
|
 
'''*Windows'''
 
*Open the IDE,go to "Tools" > "Serial Port"
 
*Select "COMXX"
 
||
 
[[File:mCookieGettingStart5.jpg|450px|right|thumb]]
 
|}
 
 
 
 
 
{| style="width: 800px;"
 
|-
 
|
 
'''*Mac OS'''
 
*Open the IDE,go to "Tools" > "Serial Port"
 
*Select"dev/tty.usbmodemXX"
 
||
 
[[File:mCookieGettingStart4.png|450px|right|thumb]]
 
|}
 
 
 
==Appendix==
 
 
 
 
 
*'''[[Install Arduino IDE Microduino Hardware Support Package]]'''
 
*'''[[Install Arduino IDE Microduino Library Support Package]]'''
 
 
 
 
|}
 
|}
 +
<br>
 +
<br>

Latest revision as of 18:14, 18 October 2016

Language: English  • 中文

For MAC


MicroduinoGettingStart-ForMAC.jpg

For WINDOWS


MicroduinoGettingStart-ForWindows.jpg