Difference between revisions of "Microduino-Module Core"
(→Specifications) |
(→Specification) |
||
Line 137: | Line 137: | ||
− | * '''[[Microduino-Core]]''' is classified into four versions based on different core and clock frequency. | + | * '''[[Microduino-Core+]]''' is classified into four versions based on different core and clock frequency. |
:{|class="wikitable" | :{|class="wikitable" | ||
− | ! | + | ! MCU type |
! Flash | ! Flash | ||
! SRAM | ! SRAM | ||
! EEPROM | ! EEPROM | ||
− | ! | + | ! Clock frequency |
− | ! Operation voltage | + | ! Operation voltage |
|- | |- | ||
− | | | + | | ATmega644PA |
− | | | + | | 64K |
+ | | 4K | ||
| 2K | | 2K | ||
− | |||
| 16M | | 16M | ||
| 5.0V | | 5.0V | ||
|- | |- | ||
− | | | + | | ATmega644PA |
− | | | + | | 64K |
+ | | 4K | ||
| 2K | | 2K | ||
− | |||
| 8M | | 8M | ||
| 3.3V | | 3.3V | ||
|- | |- | ||
− | | | + | | Atmega1284P |
+ | | 128K | ||
| 16K | | 16K | ||
− | | | + | | 4K |
− | |||
| 16M | | 16M | ||
| 5.0V | | 5.0V | ||
|- | |- | ||
− | | | + | | ATmega1284P |
+ | | 128K | ||
| 16K | | 16K | ||
− | | | + | | 4K |
− | |||
| 8M | | 8M | ||
| 3.3V | | 3.3V | ||
|} | |} | ||
− | |||
− | + | * 32 digital I/O ports: | |
− | * | + | ** In the module, it is marked with D0, D1, D2~D13, A0~A7 and D14~D23. |
− | ** | + | * Eight analog input ports: |
− | * Eight analog | + | ** In the module, it is marked with A0~A7. |
− | ** A0 | + | ** Each analog input port offers 10-bit resolution(namely, 0-1024). The analog voltage range is from GND to VCC by default. |
− | ** Each analog input port offers 10-bit resolution(namely, 0-1024). The analog voltage range is from GND to VCC by default. | + | ** For more information, please refer to: '''[http://www.arduino.cc/en/Reference/AnalogRead analogRead()]'''. |
− | ** For more information, please refer to: '''[http://www.arduino.cc/en/Reference/AnalogRead analogRead()]''' | + | * PWM support: |
− | * PWM | + | ** In the module, it is marked with D7,D8,D9,D10,D12,D13,D22 and D23. |
− | ** In the module, it is marked with | + | ** For more information, please refer to: '''[http://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]''' function. |
− | ** For more information, please refer to: '''[http://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]'''function. | ||
* Serial port support: | * Serial port support: | ||
− | ** In the module, it is marked with Serial[D0(RX),D1(TX)]. | + | ** In the module, it is marked with Serial[D0(RX),D1(TX)] and Serial1[D2(RX),D3(TX)]. |
− | ** If it used with Microduino-USBTTL, the D0 and D1 will be occupied. | + | ** If it used with Microduino-USBTTL, the D0 and D1 will be occupied. |
− | * SPI support: | + | * SPI support: |
− | ** In the module, it is marked with D13(SCK),D12(MISO),D11(MOSI) | + | ** In the module, it is marked with D13(SCK),D12(MISO),D11(MOSI) and D10(SS). |
* I2C support: | * I2C support: | ||
− | ** In the module, it is marked with SDA( | + | ** In the module, it is marked with SDA(D20) and SCL(D21). |
* External interruption support: | * External interruption support: | ||
− | ** In the module, it is marked with D2(interrupt0) | + | ** In the module, it is marked with D2(interrupt0),D3(interrupt1) and D6(interrupt2) |
** For more information, please refer to:'''[http://arduino.cc/en/Reference/AttachInterrupt attachInterrupt()]''' function. | ** For more information, please refer to:'''[http://arduino.cc/en/Reference/AttachInterrupt attachInterrupt()]''' function. | ||
− | * Support ISP download function. | + | * Support ISP download function. |
− | * Support AREF. | + | * Support AREF. |
Line 220: | Line 218: | ||
| 2||VCC||+3V3||||||||||||||||+3.3V | | 2||VCC||+3V3||||||||||||||||+3.3V | ||
|- | |- | ||
− | | 3||(AIN1) | + | | 3||(OC0A/AIN1)PB3||D7||D7||||||yes|||||||| |
|- | |- | ||
− | | 4||(ICP) | + | | 4||(OC2B/ICP)PD6||D8||D8||||||yes|||||||| |
|- | |- | ||
− | | 5||(OC1A) | + | | 5||(OC1A)PD5||D9||D9||||||yes|||||||| |
|- | |- | ||
− | | 6||( | + | | 6||(OC0B/SS)PB4||D10||D10||||||yes||||SS|||| |
|- | |- | ||
− | | 7||( | + | | 7||(MOSI)PB5||D11||D11||||||||||MOSI|||| |
|- | |- | ||
− | | 8||(MISO) | + | | 8||(MISO)PB6||D12||D12||||||yes||||MISO|||| |
|- | |- | ||
− | | 9||(SCK) | + | | 9||(SCK)PB7||D13||D13||||||yes||||SCK|||| |
|- | |- | ||
| 10||AREF||AREF|||||||||||||||| | | 10||AREF||AREF|||||||||||||||| | ||
|- | |- | ||
− | | 11||( | + | | 11||(ADC7)PA7||A0||D24||A0|||||||||||| |
|- | |- | ||
− | | 12||( | + | | 12||(ADC6)PA6||A1||D25||A1|||||||||||| |
|- | |- | ||
− | | 13||( | + | | 13||(ADC5)PA5||A2||D26||A2|||||||||||| |
|- | |- | ||
− | | 14||( | + | | 14||(ADC4)PA4||A3||D27||A3|||||||||||| |
|- | |- | ||
− | | 15||( | + | | 15||(SDA)PC1||SDA||D20||||||||||||SDA|| |
|- | |- | ||
− | | 16||( | + | | 16||(SCL)PC0||SCL||D21||||||||||||SCL|| |
|- | |- | ||
− | | 17||( | + | | 17||(ADC1)PA1||A6||D30||A6|||||||||||| |
|- | |- | ||
− | | 18||( | + | | 18||(ADC0)PA0||A7||D31||A7|||||||||||| |
|- | |- | ||
− | | 19||( | + | | 19||(RXD0)PD0||D0||D0||||||||0(RX)|||||| |
|- | |- | ||
− | | 20||( | + | | 20||(TXD0)PD1||D1||D1||||||||0(TX)|||||| |
|- | |- | ||
− | | 21||(INT0)PD2||D2||D2||||0|||||||||| | + | | 21||(INT0)PD2||D2||D2||||0||||1(RX)|||||| |
|- | |- | ||
− | | 22||( | + | | 22||(INT1)PD3||D3||D3||||1||||1(TX)|||||| |
|- | |- | ||
− | | 23||( | + | | 23||(XCK0/T0)PB0||D4||D4|||||||||||||| |
|- | |- | ||
− | | 24||( | + | | 24||(CLKO/T1)PB1||D5||D5|||||||||||||| |
|- | |- | ||
− | | 25||( | + | | 25||(INT2/AIN0)PB2||D6||D6||||2|||||||||| |
|- | |- | ||
| 26||RESET||RST|||||||||||||||| | | 26||RESET||RST|||||||||||||||| | ||
|- | |- | ||
| 27||GND||GND||||||||||||||||GND | | 27||GND||GND||||||||||||||||GND | ||
+ | |- | ||
+ | | 28||(TOSC2)PC7||D14||D14|||||||||||||| | ||
+ | |- | ||
+ | | 29||(TOSC1)PC6||D15||D15|||||||||||||| | ||
+ | |- | ||
+ | | 30||(TDI)PC5||D16||D16|||||||||||||| | ||
+ | |- | ||
+ | | 31||(TDO)PC4||D17||D17|||||||||||||| | ||
+ | |- | ||
+ | | 32||(TMS)PC3||D18||D18|||||||||||||| | ||
+ | |- | ||
+ | | 33||(TCK)PC2||D19||D19|||||||||||||| | ||
+ | |- | ||
+ | | 34||(ADC3)PA3||A4||D28||A4|||||||||||| | ||
+ | |- | ||
+ | | 35||(ADC2)PA2||A5||D29||A5|||||||||||| | ||
+ | |- | ||
+ | | 36||(OC1B)PD4||D22||D22||||||yes|||||||| | ||
+ | |- | ||
+ | | 37||(OC2A)PD7||D23||D23||||||yes|||||||| | ||
|} | |} | ||
+ | :[[file:Microduino-Core+_Pinout_1Big.jpg|600px|thumb|center|Microduino-Core+ Pin-out]] | ||
+ | <br style="clear: left"/> | ||
+ | :[[file:Microduino-Core+_Pinout_2Big1.jpg|600px|thumb|center|Microduino-Core+ Pin-out]] | ||
+ | <br style="clear: left"/> | ||
+ | :[[file:Microduino-Core+_Pinout_3Big1.jpg|600px|thumb|center|Microduino-Core+ Pin-out]] | ||
+ | <br style="clear: left"/> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- |
Revision as of 08:53, 15 December 2015
Language: | English • 中文 |
---|
Microduino-Core is one of core modules of Microduino series, Microduino-Core is an open source hardware and Arduino Uno compatible. It is an 8-bit microcontroller development board, based on Atmel ATmega328P/ATmega168PA series. Comparing to Arduino Uno, Microduino-Core is featured by:
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. 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:
Different configurations in frequency and supply voltage:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contents[hide]Core vs Core+
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Features
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specification
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Documents
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Development
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Applications
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FAQ
Buy
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
History
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pictures
|