查看“Microduino-Core+/ko”的源代码
←
Microduino-Core+/ko
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{{Language|Microduino-Core+}} {| style="width: 800px;" |- | [[file:Microduino-core+ -rect.jpg|400px|thumb|right|Microduino-Core+]] '''[[Microduino-Core+]]''' 는 '''[www.atmel.com Atmel]'''사의 ATmega644PA/ATmega1284P 시리즈를 메인칩으로 사용하고 있습니다. '''[[Microduino-Core|마이크로두이노 코어]]'''버전보다 성능이 향상된 모듈입니다.. '''[[Microduino-Core+]]''' has all features of –Core, can be stacked with modules through UPin-27 Microduino standard bus interface, as smart as '''[http://arduino.cc/en/Main/ArduinoBoardMega2560 Arduino Mega2560]''', but as small as a quarter. Moreover, '''[[Microduino-Core+]]''' has 10 more digital I/O ports than '''[[Microduino-Core]]''', provides 2 hardware serial ports, and more SRAM/Flash/EEPROM, it’s designed for high hardware resource required applications and designs. '''[[Microduino-Core+|마이크로두이노 코어 플러스]]'''는 마이크로두이노 코어의 모든 기능을 가지고 있으며 UPin-27 마이크로두이노 기본 인터페이스를 이용해서 쌓아 올릴수 있다. '''[http://arduino.cc/en/Main/ArduinoBoardMega2560 Arduino Mega2560]'''보드 만큼 스마트하지만 사이즈는 1/4정도 작습니다. Microduino uses the same development environment as Arduino IDE, designers can use the Arduino IDE, Processing on Microduino for idea realization, prototype development and low volume production. Programs can be smoothly migrated from Core to Core+ without any modification. Microduino uses optiboot for bootloader, it takes less Flash than Arduino default engine and optimizes program uploading. Currently, there are 4 different configurations for '''[[Microduino-Core+]]''' modules: {|class="wikitable" ! Type ! Flash ! SRAM ! EEPROM ! Frequency ! Supply |- | ATmega644PA@16M,5V | 64K | 4K | 2K | 16M | 5.0V |- | ATmega644PA@8M,3V3 | 64K | 4K | 2K | 8M | 3.3V |- | Atmega1284P@16M,5V | 128K | 16K | 4K | 16M | 5.0V |- | ATmega1284P@8M,3V3 | 128K | 16K | 4K | 8M | 3.3V |} Different configurations in frequency and supply voltage: * Clock frequency and supply voltage are paired; 8M module is supplied by 3.3V voltage, while 16M module is by 5.0V voltage. * A 16M with 5V '''[[Microduino-Core+]]''' module is recommended for desktop equipments or designs; regarding mobile equipments or designs, a 8M with 3.3V module is suggested for low power and battery supply purposes. |- | ==Core vs Core+== * '''[[Microduino-Core+]]''' aims at high performance applications which require large SRAM/EEPROM/Flash and more I/O ports, '''[[Microduino-Core]]''' is for main stream applications. * Both '''[[Microduino-Core]]''' and '''[[Microduino-Core+]]''' use UPin-27 interface -- the standard module interface of Microduino series. The main difference between them is MCU chip: -Core module uses ATmega328P/ATmega168PA, as same as Arduino Uno; -Core+ module uses ATmega644PA/ATmega1284P, its performance is similar to Arduino Mega2560. * Configuration difference between '''[[Microduino-Core]]''' and '''[[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 |} * According above table, Core and Core+ are different in Flash, EEPROM and SRAM size, also, they supply different size of digital I/O and hardware serial ports, and there are 10 more digital I/O and 1 more hardware serial ports in Core+. Designers can select specific module regarding different application requirements on function, performance and power. * Both Core and Core+ use UPin-27 interface, Microduino program can be smoothly ported between them. |- | ==Features== * Small, Stack, Strong * Open source hardware, using the same development environment as Arduino IDE * '''[[Microduino-Core+]]''' can be burned with ISP, same as Arduino, easy "bootloader" * Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, all Microduino modules and sensors can be easily stacked and extended through it * Delivered ready to plug in. * 2.54mm (0.1 inch) pin pitch, compitable to bread board and hole board |- | ==Specifications== * Microcontroller: ATmega644PA/ATmega1284P * Operating Voltage: 5V/3.3V * Digital I/O Pins: 24 (of which 6 provide PWM output with D7,D8,D9,D10,D22 and D23, PWM ports are different to '''[[Microduino-Core]]''') * Analog Input Pins: 8 (2 more comparing to Arduino Uno) * DC Current per I/O Pin: 40 mA * DC Current: 50 mA * Serial: 2 set of serial ports. D0 (RX0) + D1 (TX0) and D2 (RX1) + D3 (TX1), used to receive (RX) and transmit (TX) TTL serial data. * External Interrupts: 2, 3 and 6. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details. * PWM: 7, 8, 9, 10, 22 and 23. Provide 8-bit PWM output with the analogWrite() function. * SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI library. * IIC: D20 (SDA) pin and D21 (SCL) pin. Support TWI communication using the Wire library. * AREF. Reference voltage for the analog inputs. Used with analogReference(). * Currently, there are 4 different configurations for '''[[Microduino-Core+]]''' modules: :{|class="wikitable" ! Type ! Flash ! SRAM ! EEPROM ! Frequecy ! Supply |- | ATmega644PA@16M,5V | 64K | 4K | 2K | 16M | 5.0V |- | ATmega644PA@8M,3V3 | 64K | 4K | 2K | 8M | 3.3V |- | Atmega1284P@16M,5V | 128K | 16K | 4K | 16M | 5.0V |- | ATmega1284P@8M,3V3 | 128K | 16K | 4K | 8M | 3.3V |} :[[file:Microduino-Core+_Pinout_1.jpg|600px|thumb|center|Microduino-Core+ Pin-out]] <br style="clear: left"/> :[[file:Microduino-Core+_Pinout_2.jpg|600px|thumb|center|Microduino-Core+ Pin-out]] <br style="clear: left"/> :[[file:Microduino-Core+_Pinout_3.jpg|600px|thumb|center|Microduino-Core+ Pin-out]] <br style="clear: left"/> |- | ==Documents== * '''[[Microduino-Core+]]''' Eagle source file 【'''[[media:Microduino-Core+.zip|download]]'''】 * '''[[Microduino-Core+]]''' main chips and devices ** MCU: '''[[media:coreATmega644PA1284P.pdf|ATmega644PA/1284P]]''' |- | ==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.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. |- | ==Applications== * room-Microduino * obdii-Microduino * pilot-Microduino * green-Microduino * music-Microduino |- | ==FQA== *Do you have ATmega1284P @ 8M 3.3V version? **So far no. ==Buy== * Buy '''[http://www.microduino.cc/Modules/Microdoino%20Core%20Modules/Microdoino-Core-Plus 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"/> |}
该页面使用的模板:
模板: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
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息