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

From Microduino Wiki
Jump to: navigation, search
(设备)
Line 2: Line 2:
 
|-
 
|-
 
|
 
|
==设备==
+
==Equipment==
*软件:
+
*Software:
Microduino软件开发环境Arduino IDE、 Microduino IDE配置包;
+
Microduino software develop environment Arduino IDE, Microduino IDE configure package;
*硬件:
+
*Hardware:
Microduino FT232R、Micro-USB 连接线;
+
Microduino FT232R、Micro-USB cable;
 +
==Congfigure procedure==
  
==安装过程==
+
* Download Arduino IDE on
 
+
  http://arduino.cc/en/Main/Software
* 下载Arduino IDE (http://arduino.cc/en/Main/Software)
 
  
 
[[File:01 arduino IDE mac.png|thumb|center|600px|Arduino IDE for Mac]]
 
[[File:01 arduino IDE mac.png|thumb|center|600px|Arduino IDE for Mac]]
  
* 解压Arduino IDE软件包到程序文件夹里;
+
* Uncompress the Arduino IDE package to Applications folder;
  
* 下载USB驱动程序(http://www.ftdichip.com/Drivers/VCP.htm)
+
* Download the USB driver on
 +
  http://www.ftdichip.com/Drivers/VCP.htm
  
 
[[File:02 FTDI drivers mac.png|thumb|center|600px|USB driver for Mac]]
 
[[File:02 FTDI drivers mac.png|thumb|center|600px|USB driver for Mac]]
  
* 安装USB驱动. 虽然该软件包的名字是'''FTDIUSBSerialDriver_10_4_10_5_10_6_10_7''', 它也可在MAC OS X 10.9.3
+
* Install the USB Driver. Although the package name says '''FTDIUSBSerialDriver_10_4_10_5_10_6_10_7''', it works perfect up to MAC OS X 10.9.3
  
<center><big>DON'T PANIC</big></center>上得到完美的应用
+
<center><big>DON'T PANIC</big></center>
  
 
[[File:Select Driver.png|thumb|center|600px|Select Driver]]
 
[[File:Select Driver.png|thumb|center|600px|Select Driver]]
  
* 在程序文件夹里右击 (或双击) Arduino app, 选择 '''Show Package Contents'''
+
* 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]]
 
[[File:Show Package Contents.png|thumb|center|600px|Show Package Contents]]
  
* 下载并解压Microduino硬件包    [[File:Microduino-hardware.zip]]
+
* Download and uncompress the Microduino hardware package
 +
    [[File:Microduino-hardware.zip]]
  
* 把Microduino文件夹置入'''/Applications/Arduino.app/Contents/Resources/Java/hardware'''
+
* 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]]
 
[[File:Place of hardware folder.png|thumb|center|600px|Place of hardware folder]]
  
* 用Micro-USB 线连接Microduino FTTH32R到你的苹果电脑上;
+
* Connect the Microduino FT323R to your Mac computer with the Micro-USB cable;
  
* 打开Arduino app, 单击'''Tools''' 菜单, 你将会在'''Board'''菜单下看到Microduino系列.
+
* 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]]
 
[[File:Microduino boards.png|thumb|center|600px|Microduino boards]]
  
* 还会看到dev/tty.usbserial-XXXXXXXX'''
+
* And something like '''/dev/tty.usbserial-XXXXXXXX'''
  
 
[[File:03 Serial Port mac.png|thumb|center|600px|Serial Port]]
 
[[File:03 Serial Port mac.png|thumb|center|600px|Serial Port]]
  
* 选择正确的模块和串口, 可以即时享受Microduino带来的无限可能.
+
* Select the correct board model and serial port, you can now enjoy the limitless possibility Microduino brings to you.
  
  
关于这个程序,我们社区的成员创建了PDF文件,可以参考一下:
+
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]]
 
[[File:Mac microduino.pdf|thumbnail|Setup Guide on Mac OS X]]
  
 
|}
 
|}

Revision as of 02:47, 28 April 2014

Equipment

  • Software:

Microduino software develop environment Arduino IDE, Microduino IDE configure package;

  • Hardware:

Microduino FT232R、Micro-USB cable;

Congfigure procedure

  • Download Arduino IDE on
 http://arduino.cc/en/Main/Software
Arduino IDE for Mac
  • Uncompress the Arduino IDE package to Applications folder;
  • Download the USB driver on
 http://www.ftdichip.com/Drivers/VCP.htm
USB driver for Mac
  • Install the USB Driver. Although the package name says FTDIUSBSerialDriver_10_4_10_5_10_6_10_7, it works perfect up to MAC OS X 10.9.3
DON'T PANIC
Select Driver
  • Right click (or click with two fingers) the Arduino app in Applications folder, select the Show Package Contents
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
Place of hardware folder
  • Connect the Microduino FT323R to your Mac computer with the Micro-USB cable;
  • Open the Arduino app, Click the Tools menu, you will see Microduino family under Board menu.
Microduino boards
  • And something like /dev/tty.usbserial-XXXXXXXX
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