查看“Microduino-Core/ko”的源代码
←
Microduino-Core/ko
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{{Language|Microduino-Core}} {| style="width: 800px;" |- | [[file:Microduino-core -rect.jpg|400px|thumb|right|Microduino-Core]] '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]'''는 마이크로두이노 시리즈 코어 모듈중에 하나이다. '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]'''는 아두이노 우노(UNO) 보드와 호환되는 오픈 소스 하드웨어이다. [http://www.atmel.com Atmel]사의 ATmega328P/ATmega168PA 시리즈를 기반으로 한 8비트 마이크로컨트롤러 개발보드이다. 아두이노 우노보드와 비교해 보면, '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]''''의 특징은 아래와 같다. *'''[http://arduino.cc/en/Main/ArduinoBoardUno 아두이노 우노보드]'''를 마이크로컨트롤러 부분인 '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]'''와 '''[[Microduino-FT232R|마이크로두이노-FT232R 모듈]]'''로 분리했다. '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]'''에 프로그램을 업로딩 하고 난 후 '''[[Microduino-FT232R]]'''모듈은 항상 필요없으므로 마이크로두이노 코어/코어 플러스 모듈이 여러개여도 '''[[Microduino-FT232R]]'''모듈은 하나만 가지고 있어도 된다. 보드사이즈는 사각형으로 25.4mm X 27.94mm로 매우 작다. * 마이크로두이노는 'U'자 모양의 27핀 인터페이스를 사용한다(UPin-27). 모든 마이크로두이노 코어 모듈, 확장 모듈, 확장 보드는 동일한 인터페이스를 사용하기 때문에 간단하게 연결해서 사용할 수 있다. * 작은 사이즈와 일정한 인터페이스를 가지고 있으므로, 마이크로두이노는 시제품의 가격과 사이즈를 획기적으로 줄인다. 아두이노 호환보드이므로 사용자의 경험을 유용성과 사용성을 확대한다. 마이크로두이노는 아두이노와 동일한 개발환경을 사용하고 있고, 아두이노 IDE, 프로세싱을 이용하여 아이디어를 현실화하고 시제품을 개발하고 소량생산 할 수 있다. 마이크로두이노는 optiboot 부트로더를 사용하고 있으므로 아두이노 디폴트 엔진보다 작은 메모리를 사용하여 프로그램 업로딩을 최적화했다. 현재, '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]'''은 4개 다른 구성을 가지고 있다. {|class="wikitable" ! Type ! Flash ! SRAM ! EEPROM ! Frequency ! Supply |- | Atmega328P@16M,5V | 32K | 2K | 1K | 16M | 5.0V |- | ATmega328P@8M,3V3 | 32K | 2K | 1K | 8M | 3.3V |- | ATmega168PA@16M,5V | 16K | 1K | 512 | 16M | 5.0V |- | ATmega168PA@8M,3V3 | 16K | 1K | 512 | 8M | 3.3V |} 주파수와 공급전원의 설정: * 동작주파수와 공급전원이 연계되어 있는데, 8MHz 동작 모듈은 3.3V를 공급받고, 16MHz 동작 모듈은 5.0V를 공급받는다. * 16MHz/5.0V '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]'''은 데스크탑 장비나 디자인에 이용하고, 8MHz/3.3V '''[[Microduino-Core/ko | 마이크로두이노 코어모듈]]'''은 저전력 배터리 전원공급이 가능한 모바일 디바이스를 설계하는데 사용할 것을 권장한다. |- | ==마이크로두이노 코어/코어 플러스 비교== * 마이크로두이노는 '''[[Microduino-Core+|마이크로두이노 코어 플러스]]'''모듈이 있는데 SRAM/EEPROM/플레쉬의 용량이 더 크고 더 많은 I/O 포트를 제공하기 위한 목적이다. * '''[[Microduino-Core|마이크로두이노 코어]]'''와 '''[[Microduino-Core+|마이크로두이노 코어 플러스]]'''모듈 둘 다 '''[[UPin-27]]''' 인터페이스를 사용하다. '''[[UPin-27]]''' 인터페이스는 마이크로두이노 시리즈의 기본 인터페이스이다. 두 모듈에서 다른 것은 사용한 MCU인데 코어모듈은 아두이노 우노와 동일한 ATmega328P/ATmega168PA을 사용했고, 코어 플러스 모듈은 아두이노 Mega2560과 비슷한 성능을 가지고 있다. * Configuration difference between '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' * '''[[Microduino-Core|마이크로두이노 코어]]'''과 '''[[Microduino-Core+|마이크로두이노 코어 플러스]]'''모듈의 차이점은 :{|class="wikitable" ! Microduino ! Chip ! Flash ! SRAM ! EEPROM ! Digital I/O ! Analog I/O ! PWM ! Hardware Serial |- | rowspan="2" | Core | Atmega168PA | 16K | 1K | 512 | 23 | 8 | 6 | 1 |- | ATmega328P | 32K | 2K | 1K | 23 | 8 | 6 | 1 |- | rowspan="2" | Core+ | Atmega644PA | 64K | 4K | 2K | 32 | 8 | 6 | 2 |- | ATmega1284P | 128K | 16K | 4K | 32 | 8 | 6 | 2 |} * 위의 테이블을 보면, 코어와 코어 플러스 모듈은 플레쉬, EEPROM, SRAM 사이즈가 다른 것을 볼 수 있다. 또한, 코어 플러스 모듈은 10개의 더 많은 디지털 I/O와 하드웨어 시리얼 포트가 한개 더 있다. 디자이너는 기능, 성능, 전원등 상황에 따라 다른 모듈을 선택하여 사용할 수 있다. * 코어와 코어 플러스 모듈은 UPin-27 인터페이스를 사용하고 있으며 마이크로두이노는 약간의 수정을 통해 두 보드에 포팅이 가능하다. |- | ==특징== * 작고, 쌓을수 있고, 강력하다. * 아뒤이노(Arduino)와 동일한 개발환경을 사용하는 오픈소프 하드웨어 * '''[[Microduino-Core]]''' can be burned with ISP, same as Arduino, easy "bootloader" * '''[[Microduino-Core/ko|마이크로두이노 코어모듈]]'''아두이노(Arduino)와 동일하게 ISP(In System Programming) 포트로 부트로더를 구울수 있다. * Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all * 마이크로두이노의 모든 모듈은 'U'자 모양의 27핀 인터페이스(UPin-27)를 사용한다. 마이크로두이노 모듈과 센서들은 손쉽게 연결할 수 있으며 계속 확장할 수 있다. * 2.54mm (0.1 inch) 핀피치로 되어 있어 브레드 보드와 호환된다. |- | ==사양== * 마이크로컨트롤러: ATmega328P/ATmega168PA * 동작주파수: 5V/3.3V * 디지털 I/O 핀: 14개 (이중 6개는 PWM 출력으로 사용가능 : D3,D5,D6,D9,D10, D11) * 아날로그 I/O 핀: 8개 (아두이노 우노보드보다 2개 더 많음) * I/O 핀당 DC 전류: 40 mA * 시리얼 포트 : 0번핀(RX), 1번핀(TX). TTL 레벨 시리얼 데이터 송수신 * 외부 인터럽트 : 2, 3번핀. 로우 인터럽트, 상승/하강 에지 인터럽트, 상태변이 인터럽트로 사용가능하다. 자세한 사항은 attachInterrupt() 함수를 참고하라. * PWM : 3, 5, 6, 9, 10, 11핀. analogWrite() 함수를 사용하여 8비트 PWM 출력 * SPI : 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). * TWI : SDA 또는 A4, SCL 또는 A5핀 사용. Wire 라이브러리를 통해서 TWI 통신지원. * AREF. 아날로그 입력으 기준전압. analogRefernce()를 사용한다. * 부트로더가 사용하는 0.5KB를 포함하여 32KB(ATmega328P) 플레쉬메모리 * SRAM 2 KB (ATmega328P) * EEPROM 1 KB (ATmega328P) * Clock Speed 16MHz(5V) / 8Mhz(3.3V) * 현재, '''[[Microduino-Core/ko|마이크로두이노 코어]]'''모듈은 4개의 버젼이 제공된다 :{|class="wikitable" ! Type ! Flash ! SRAM ! EEPROM ! Frequecy ! Supply |- | Atmega328P@16M,5V | 32K | 2K | 1K | 16M | 5.0V |- | ATmega328P@8M,3V3 | 32K | 2K | 1K | 8M | 3.3V |- | ATmega168PA@16M,5V | 16K | 1K | 512 | 16M | 5.0V |- | ATmega168PA@8M,3V3 | 16K | 1K | 512 | 8M | 3.3V |} :[[file:Microduino-Core-Pinout.jpg|800px|thumb|center|Microduino-Core-Pinout]] :[[file:Microduino-Core-Pinout1.jpg|800px|thumb|center|Microduino-Core-Pinout]] :[[file:Microduino-Core-Pinout2.jpg|800px|thumb|center|Microduino-Core-Pinout]] :[[file:Microduino-Core-Pinout3.jpg|800px|thumb|center|Microduino-Core-Pinout]] |- | ==문서== * '''[[Microduino-Core/ko|마이크로두이노 코어]]''' Eagle 소스화일 : '''[[media:Microduino-Core.zip|다운로드]]''' * '''[[Microduino-Core/ko|마이크로두이노 코어]]''' 메인칩 ATmega168PA/328P 데이터쉬트 : '''[[media:ATmega168PA328P.pdf|다운로드]]''' |- | ==Development== * Microduino Arduino IDE Configuration ** 1. Install Arduino IDE: Microduino use the same IDE as Arduino, please download Arduino IDE from 【'''[http://arduino.cc/en/Main/Software Arduino IDE official]'''】 and install it in your disk. (if you already have it, just skip this step). Please check Arduino IDE details from 【'''[http://arduino.cc/en/Reference/HomePage Reference]'''】 and 【'''[http://arduino.cc/en/Tutorial/HomePage Workshop]'''】. ** 2. Patch Microduino package: Please download Microduino package for Arduino IDE from 【'''[[media:Microduino-hardware.zip|download]]'''】, and unzip is to {Your Arduino Install Driectory}/hardware directory. ** Microduino Arduino IDE Reference workshop: 【'''[[Arduino IDE Microduino Configuration]]'''】. ** 3. Programming: To upload program to Microduino-Core/Core+ through Arduino IDE, designers are recommended to use '''[[Microduino-FT232R]]''' module. ** 4. Enjoy your Microduino journey! * Burn Microduino BootLoader ** Bootloader burning is necessary if designers want to update Microduino-Core/Core+ firmware by themselves, designers can leaverage Arduino Uno or another burned Microduino-Core/Core+ to make a new one. ** Microduino bootloader workshop: 【'''[[Burn Bootloader to Microduino-Core/Core+ with an Arduino]]'''】. ** Bootloader is specified for different Microduino-Core/Core+ configurations, correct one must be selected during burning. ** Initial bootloader is designed for ATmegaX8 series optiboot, which occupies only 512 bytes flash. * How to download program to Microduino through Arduino:'''[[Media:Arduino-Miccroduino-e.pdf|Download program to Microduino through Arduino ]]''' |- | ==Applications== * room-Microduino * obdii-Microduino * pilot-Microduino * green-Microduino * music-Microduino |- | ==FQA== *How to use the Microduino? **Install Arduino IDE **Download Arduino IDE Microduino hardware support package:【Media:Microduino-hardware.zip】 **Write the code in Arduino IDE,recommend use release 1.0 or upper **Connect the hardware,core/core+ and USBTTL module, select the correct board type and download the program **If download failed, please check the hardware connection firstly, and then reset the board, try again **If still failure, you can search the failure information in internet, maybe need burn the bootloader. How to burn the bootloader, please refer to following link:【'''[[Burn Bootloader to Microduino-Core/Core+ with an Arduino]]'''】 *Do you have 3.3V version board? **So far no. *Does Core has PWM pin? **Core supports six PWM output, that is I/O port 3,5,6,9,10 and 11. Core+ supports six PWM output, that is 7,8,9,10,22 and 23 ==Buy== * Buy '''[http://www.microduino.cc/Modules/Microdoino%20Core%20Modules/Microdoino-Core Microduino-Core]''' |- | ==History== *2012/12/16: Published Microduino-Core patch for Arduino IDE *2012/11/18: Optimized the first formal release, finalized Miroduino-Core configuration *2012/11/06: Beta version. |- | ==Pictures== :[[file:Microduino-Core-t.JPG|thumb|600px|center|Microduino-core Front]] <br style="clear: left"/> :[[file:Microduino-Core-b.JPG|thumb|600px|center|Microduino-core Back]] <br style="clear: left"/> :[[file:Microduino-Core-3d.jpg|thumb|600px|center|Microduino-core 3D model]] <br style="clear: left"/> :[[file:Microduino-Core-Upin27.jpg|thumb|600px|center|Microduino-core Upin27 model]] <br style="clear: left"/> |}
该页面使用的模板:
模板:Language
(
查看源代码
)
模板:Nmbox
(
查看源代码
)
返回至
Microduino-Core/ko
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
Welcome
首页
创客大赛
大赛详情
3D打印
安装月球车
图形化编程
操控月球车
升级月球车
编程工具下载
软件下载
Arduino
Processing
Mixly
Scratch
模块套件
Microduino 102
mCookie 102
mCookie 202
mCookie 302
IBC
其他
应用套件
四轴飞行器
平衡车
小车CUBE
音乐播放器
刷卡音乐播放器
wifi气象站
彩虹音乐触摸灯
分贝检测仪
迎门汇报
LED点阵时钟
LED点阵屏幕
硬件
mCookie
Sensor
Microduino
MicroWrt
MicroNux
MicroRobot-Core
MicroRobot-CoreESP
ideaBoard
ideaBox
MicroMV
MicroAI
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息