Difference between revisions of "Microduino-Shield UNO"

From Microduino Wiki
Jump to: navigation, search
Line 3: Line 3:
 
|
 
|
 
[[file:Microduino-Uno-ks.jpg|400px|thumb|right|Microduino-Uno]]
 
[[file:Microduino-Uno-ks.jpg|400px|thumb|right|Microduino-Uno]]
 +
Microduino-Uno is an extension board based on official Arduino board, you can use it just like a Arduino with Microduino FT232R and Microduino Core module.
 
|-
 
|-
 
|
 
|
==特色==
+
==Features==
*兼容Arduino uno针脚;
+
*Pin compatible with Arduino uno;
*支持宽电压DC电源输入(支持8~35V);
+
*Support wide voltage DC power input (8 ~ 35V input);
*2.54间距的排母为Microduino模块提供底座,同一名字的引脚都相互连接在该板,调试方便;
+
*2.54 pitch Female Heade is Microduino module based, the same name of the pins are connected to each other in the board, each pin is installed with the power and ground to facilitate debugging;
*统一的 Microduino 接口规范,和丰富的外围模块,可方便、灵活的与其他符合 Microduino 接口规范的模块、传感器进行快速的连接和扩展;
+
*Define unified interface Microduino specification and contain rich peripheral modules. Set up the quick connection with other Microduino modules and sensors easily and flexibly.
 +
 
  
 
==Specifications==
 
==Specifications==
*支持宽电压DC电源输入(支持8~40V);
+
*Support wide voltage DC power input (8 ~ 35V input);
*5V及3V3稳压;
+
*5V and 3.3V regulator;
*数字口D13接LED指示灯,高电平点亮;
+
*Digit IO port D13 connect the LED light,high lights;
*板载复位按键;
+
*Reset button on board;
*增加串口(RX1,TX1)、I2C(SCL,SDA)、电源(5V,3.3V)和地引脚;
+
* Add serial port(RX1,TX1)、I2C(SCL,SDA)、power(5V,3.3V)and ground pin;
*板载ICSP引脚;
+
*ICSP pin on board;
*两个Microduino UPIN27座互联在该板上。
+
*Two Microduino UPIN27 seat interconnect in the board.
  
 
[[File:Uno-Pinout-1.jpg|800px|thumb|center|Microduino-Uno-Pinout]]
 
[[File:Uno-Pinout-1.jpg|800px|thumb|center|Microduino-Uno-Pinout]]
Line 24: Line 26:
 
[[File:Uno-Pinout-2.jpg|800px|thumb|center|Microduino-Uno-Pinout]]
 
[[File:Uno-Pinout-2.jpg|800px|thumb|center|Microduino-Uno-Pinout]]
  
==文档==
+
==Document==
 
Eagle PCB '''[[File:Microduino-UNO.zip]]'''
 
Eagle PCB '''[[File:Microduino-UNO.zip]]'''
  
===主要元件===
+
===Main component===
*开关稳压芯片:LM2674 '''[[File:LM2674.pdf]]'''
+
*Switching Regulator Chip:LM2674 '''[[File:LM2674.pdf]]'''
*LDO稳压芯片:ASM1117 '''[[File:AMS1117-3.3.pdf]]'''
+
*LDO regulator chip:ASM1117 '''[[File:AMS1117-3.3.pdf]]'''
*绕线贴片功率电感:RWPA4018S '''[[File:RWPA4018S.pdf]]'''
+
*Wound Chip Power Inductors:RWPA4018S '''[[File:RWPA4018S.pdf]]'''
*肖特基二极管:SOD123 '''[[File:SOD-123.pdf]]'''
+
*Schottky diodes:SOD123 '''[[File:SOD-123.pdf]]'''
 
 
==开发==
 
与其他符合 Microduino 接口规范的模块、传感器进行快速的连接和扩展实现特定功能。
 
 
 
==应用==
 
你可以下载Microduino提供的测试程序,测试数字口D13引脚LED:
 
  
所需要准备的硬件有:Microduino FT232R、Microduino Core、Microduino UNO;
+
==Development==
 +
Set up the quick connection with other Microduino modules and sensors easily and flexibly.
  
所需要准备的软件有:Microduino提供的测试程序(Arduino端)、Arduino IDE(1.0版本以上);
+
==Application==
 +
You can download the program that Microduino provides to test the LED connected to I/O port D13:
  
先用IED打开Arduino IDE自带的Blink测试程序,板卡选择Microduino Core (Atmega328P@16M,5V),直接下载即可,下载完毕可以看到板载上的LED每隔一秒闪烁一次;
+
*Prepared Hardware:Microduino FT232R、Microduino Core、Microduino UNO;
 +
*Prepared Software:Microduino provides testing program(Arduino part)、Arduino IDE(1.0 release and upper);
 +
*Open Arduino IDE's Blink test program, card type choose "Microduino Core (Atmega328P@16M,5V)",download directly. After finished download,you can see the onboard LED flashes every second once;
  
 
==Pictures==
 
==Pictures==

Revision as of 05:34, 7 February 2014

Microduino-Uno

Microduino-Uno is an extension board based on official Arduino board, you can use it just like a Arduino with Microduino FT232R and Microduino Core module.

Features

  • Pin compatible with Arduino uno;
  • Support wide voltage DC power input (8 ~ 35V input);
  • 2.54 pitch Female Heade is Microduino module based, the same name of the pins are connected to each other in the board, each pin is installed with the power and ground to facilitate debugging;
  • Define unified interface Microduino specification and contain rich peripheral modules. Set up the quick connection with other Microduino modules and sensors easily and flexibly.


Specifications

  • Support wide voltage DC power input (8 ~ 35V input);
  • 5V and 3.3V regulator;
  • Digit IO port D13 connect the LED light,high lights;
  • Reset button on board;
  • Add serial port(RX1,TX1)、I2C(SCL,SDA)、power(5V,3.3V)and ground pin;
  • ICSP pin on board;
  • Two Microduino UPIN27 seat interconnect in the board.
Microduino-Uno-Pinout
Microduino-Uno-Pinout
Microduino-Uno-Pinout

Document

Eagle PCB File:Microduino-UNO.zip

Main component

Development

Set up the quick connection with other Microduino modules and sensors easily and flexibly.

Application

You can download the program that Microduino provides to test the LED connected to I/O port D13:

  • Prepared Hardware:Microduino FT232R、Microduino Core、Microduino UNO;
  • Prepared Software:Microduino provides testing program(Arduino part)、Arduino IDE(1.0 release and upper);
  • Open Arduino IDE's Blink test program, card type choose "Microduino Core (Atmega328P@16M,5V)",download directly. After finished download,you can see the onboard LED flashes every second once;

Pictures

Microduino Uno Front
Microduino Uno Back