Difference between revisions of "Microduino-Module Core"
From Microduino Wiki
(→Features) |
(→Specifications) |
||
Line 133: | Line 133: | ||
| | | | ||
− | == | + | ==Specification== |
− | * | + | *'''[[Difference between Microduino-Core and Core+]]''' |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | + | * '''[[Microduino-Core]]''' is classified into four versions based on different core and clock frequency. |
:{|class="wikitable" | :{|class="wikitable" | ||
− | ! Type | + | ! Type |
! Flash | ! Flash | ||
! SRAM | ! SRAM | ||
! EEPROM | ! EEPROM | ||
− | ! | + | ! Time clock frequency |
− | ! | + | ! Operation voltage |
|- | |- | ||
| Atmega328P@16M,5V | | Atmega328P@16M,5V | ||
Line 190: | Line 174: | ||
| 3.3V | | 3.3V | ||
|} | |} | ||
+ | |||
+ | * Microduino Size: 25.4mm X 27.94mm | ||
+ | |||
+ | |||
+ | *22 digital I/O input/output ports: | ||
+ | ** You can see D0, D1, D2-D13 and A0-A7 marked on this module. For A6 and A7 are the input ports. | ||
+ | * Eight analog I/O input ports: | ||
+ | ** A0-A7 marked on the module. | ||
+ | ** 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()]''' function. | ||
+ | * PWM support: | ||
+ | ** In the module, it is marked with D3,D5,D6,D9,D10 and D11. | ||
+ | ** For more information, please refer to: '''[http://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]'''function. | ||
+ | * Serial port support: | ||
+ | ** In the module, it is marked with Serial[D0(RX),D1(TX)]. | ||
+ | ** If it used with Microduino-USBTTL, the D0 and D1 will be occupied. | ||
+ | * SPI support: | ||
+ | ** In the module, it is marked with D13(SCK),D12(MISO),D11(MOSI),D10(SS). | ||
+ | * I2C support: | ||
+ | ** In the module, it is marked with SDA(A4),SCL(A5)。 | ||
+ | * External interruption support: | ||
+ | ** In the module, it is marked with D2(interrupt0) and D3(interrupt1). | ||
+ | ** For more information, please refer to:'''[http://arduino.cc/en/Reference/AttachInterrupt attachInterrupt()]''' function. | ||
+ | * Support ISP download function. | ||
+ | * Support AREF. | ||
+ | |||
+ | |||
+ | *Pin Description: | ||
+ | |||
+ | {|class="wikitable" | ||
+ | | align="center" style="background:#f0f0f0;"|'''Pin''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Original Pin Name''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Map Pin Name''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Digital Pin''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Analog Pin''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''interrupt''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''PWM''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Serial''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''SPI''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''I2C''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''Power''' | ||
+ | |- | ||
+ | | 1||VCC||+5V||||||||||||||||+5V | ||
+ | |- | ||
+ | | 2||VCC||+3V3||||||||||||||||+3.3V | ||
+ | |- | ||
+ | | 3||(AIN1)PD7||D7||D7|||||||||||||| | ||
+ | |- | ||
+ | | 4||(ICP)PB0||D8||D8|||||||||||||| | ||
+ | |- | ||
+ | | 5||(OC1A)PB1||D9||D9||||||yes|||||||| | ||
+ | |- | ||
+ | | 6||(OC1B/SS)PB2||D10||D10||||||yes||||SS|||| | ||
+ | |- | ||
+ | | 7||(OC2A/MOSI)PB3||D11||D11||||||yes||||MOSI|||| | ||
+ | |- | ||
+ | | 8||(MISO)PB4||D12||D12||||||||||MISO|||| | ||
+ | |- | ||
+ | | 9||(SCK)PB5||D13||D13||||||||||SCK|||| | ||
+ | |- | ||
+ | | 10||AREF||AREF|||||||||||||||| | ||
+ | |- | ||
+ | | 11||(ADC0)PC0||A0||D14||A0|||||||||||| | ||
+ | |- | ||
+ | | 12||(ADC1)PC1||A1||D15||A1|||||||||||| | ||
+ | |- | ||
+ | | 13||(ADC2)PC2||A2||D16||A2|||||||||||| | ||
+ | |- | ||
+ | | 14||(ADC3)PC3||A3||D17||A3|||||||||||| | ||
+ | |- | ||
+ | | 15||(ADC4/SDA)PC4||SDA||D18||A4||||||||||SDA|| | ||
+ | |- | ||
+ | | 16||(ADC5/SCL)PC5||SCL||D19||A5||||||||||SCL|| | ||
+ | |- | ||
+ | | 17||(ADC6)||A6||D20(only input)||A6|||||||||||| | ||
+ | |- | ||
+ | | 18||(ADC7)||A7||D21(only input)||A7|||||||||||| | ||
+ | |- | ||
+ | | 19||(RXD)PD0||D0||D0||||||||0(RX)|||||| | ||
+ | |- | ||
+ | | 20||(TXD)PD1||D1||D1||||||||0(TX)|||||| | ||
+ | |- | ||
+ | | 21||(INT0)PD2||D2||D2||||0|||||||||| | ||
+ | |- | ||
+ | | 22||(OC2B/INT1)PD3||D3||D3||||1||yes|||||||| | ||
+ | |- | ||
+ | | 23||(XCK/T0)PD4||D4||D4|||||||||||||| | ||
+ | |- | ||
+ | | 24||(OC0B/T1)PD5||D5||D5||||||yes|||||||| | ||
+ | |- | ||
+ | | 25||(OC0A/AIN0)PD6||D6||D6||||||yes|||||||| | ||
+ | |- | ||
+ | | 26||RESET||RST|||||||||||||||| | ||
+ | |- | ||
+ | | 27||GND||GND||||||||||||||||GND | ||
+ | |} | ||
+ | |||
+ | |||
+ | * Microduino-Core Pinout | ||
:[[file:Microduino-Core-Pinout.jpg|800px|thumb|center|Microduino-Core-Pinout]] | :[[file:Microduino-Core-Pinout.jpg|800px|thumb|center|Microduino-Core-Pinout]] | ||
− | :[[file:Microduino-Core- | + | :[[file:Microduino-Core-Pinout1Big.jpg|800px|thumb|center|Microduino-Core-Pinout]] |
− | :[[file:Microduino-Core- | + | :[[file:Microduino-Core-Pinout2Big1.jpg|800px|thumb|center|Microduino-Core-Pinout]] |
− | :[[file:Microduino-Core- | + | :[[file:Microduino-Core-Pinout3Big.jpg|800px|thumb|center|Microduino-Core-Pinout]] |
− | |||
|- | |- |
Revision as of 08:00, 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
|