Difference between revisions of "Setup Guide on Mac OS X"

From Microduino Wiki
Jump to: navigation, search
(Congfigure procedure)
(Replaced content with "'''Microduino Getting start'''")
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| style="width: 800px;"
+
'''[[Microduino Getting start]]'''
|-
 
|
 
==Equipment==
 
*Software:
 
Microduino software develop environment Arduino IDE, Microduino IDE configure pagckage;
 
*Hardware:
 
Microduino FT232R、Micro-USB cable;
 
==Congfigure procedure==
 
 
 
* Download Arduino IDE on
 
  http://arduino.cc/en/Main/Software
 
 
 
[[File:01 arduino IDE mac.png|thumb|center|600px|Arduino IDE for Mac]]
 
 
 
* Uncompress the Arduino IDE package to Applications folder;
 
 
 
* Download and install the USB driver on
 
  http://www.ftdichip.com/Drivers/VCP.htm
 
 
 
[[File:02 FTDI drivers mac.png|thumb|center|600px|USB for Mac]]
 
 
 
* Right click (or click with two fingers) the Arduino app in Applications folder, select the ""Show Package Contents""
 
 
 
[[File:Show Package Contents.png|thumb|center|600px|Show Package Contents]]
 
 
 
* Download and uncompress the Microduino hardware package
 
    [[File:Microduino-hardware.zip]]
 
 
 
* Place the Microduino folder into "/Applications/Arduino.app/Contents/Resources/Java/hardware"
 
 
 
[[File:Place of hardware folder.png|thumb|center|600px|Place of hardware folder]]
 
 
 
* Connect the Microduino FT323R to PC with the Micro-USB cable;
 
 
 
* Open the Arduino app, Click the ""Tools"" menu, you will see Microduino family under "Board" menu.
 
 
 
[[File:Microduino boards.png|thumb|center|600px|Microduino boards]]
 
 
 
* And something like "/dev/tty.usbserial-XXXXXXXX"
 
 
 
[[File:03 Serial Port mac.png|thumb|center|600px|Serial Port]]
 
 
 
* Select the correct board model and serial port, you can now enjoy the limitless possibility Microduino brings to you.
 
 
 
 
 
One of our dear community members created a PDF document about this procedure, you can take that as a reference:
 
 
 
[[File:Mac microduino.pdf|thumbnail|Setup Guide on Mac OS X]]
 
 
 
|}
 

Latest revision as of 14:19, 4 December 2014

Microduino Getting start