Difference between revisions of "Microduino-Module Core+"
(→Specification) |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 13: | Line 13: | ||
* Strong configuration. Its biggest Flash and SRAM can arrive 128KB and 16KB respectively. | * Strong configuration. Its biggest Flash and SRAM can arrive 128KB and 16KB respectively. | ||
* Small, cheap, stackable, and open. | * Small, cheap, stackable, and open. | ||
− | * Open source hardware circuit design, and compatible-with Arduino programming development | + | * Open source hardware circuit design, and compatible-with Arduino programming development environment; |
− | * Same with Arduino, Microduino can use ISP download line to program to 「bootloader」 | + | * Same with Arduino, Microduino can use ISP download line to program to 「bootloader」 flexibly; |
− | * The unified Microduino interface specification and abundant peripheral | + | * The unified Microduino interface specification and abundant peripheral modules can be connected and extended with other modules and sensors conformed to the Microduino interface specification conveniently and flexibly; |
* 2.54 spacing mother of interface is convenient to integrate into the hole plate. | * 2.54 spacing mother of interface is convenient to integrate into the hole plate. | ||
|- | |- | ||
Line 21: | Line 21: | ||
==Specification== | ==Specification== | ||
− | * | + | *[Extension]'''[[Difference between Microduino-Core and Core+]]''' |
− | * '''[[Microduino-Core+]]'''According to the different core and clock frequency, there are four different versions at | + | * '''[[Microduino-Core+]]'''According to the different core and clock frequency, there are four different versions at present: |
:{|class="wikitable" | :{|class="wikitable" | ||
! MCU type | ! MCU type | ||
Line 63: | Line 63: | ||
− | * Digital I/O There are 32 number digital input/ | + | * Digital I/O There are 32 number digital input/output: |
** Labeled on the module of D0, D1, D2~D13 and A0~A7, and the 10 (D14~D23) more than core . | ** Labeled on the module of D0, D1, D2~D13 and A0~A7, and the 10 (D14~D23) more than core . | ||
− | * Analog I/O There are 8 analog input/ | + | * Analog I/O There are 8 analog input/output: |
− | ** Labeled on the module of A0~ | + | ** Labeled on the module of A0~A7; |
− | ** Each provides a 10-bit resolution(that is 0~1024). By default, analog value measurement range is from GND to VCC voltage | + | ** Each provides a 10-bit resolution(that is 0~1024). By default, analog value measurement range is from GND to VCC voltage value; |
** Please refer to '''[http://www.arduino.cc/en/Reference/AnalogRead analogRead()]''' function. | ** Please refer to '''[http://www.arduino.cc/en/Reference/AnalogRead analogRead()]''' function. | ||
− | * There are 8 PWM | + | * There are 8 PWM supports: |
** Labeled on the module of respectively D7,D8,D9,D10,D12,D13,D22,D23. | ** Labeled on the module of respectively D7,D8,D9,D10,D12,D13,D22,D23. | ||
** Please refer to '''[http://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]''' function. | ** Please refer to '''[http://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]''' function. | ||
− | * There are two serial port | + | * There are two serial port supports: |
** Labeled on the module of Serial[D0(RX),D1(TX)] and Serial1[D2(RX),D3(TX)]. | ** Labeled on the module of Serial[D0(RX),D1(TX)] and Serial1[D2(RX),D3(TX)]. | ||
** Connected with USBTTL,it will occupy D0 and D1. If the ports D0 and D1 are also occupied by other modules, this will lead to the communication with USBTTL is abnormal and the program can not be downloaded. | ** Connected with USBTTL,it will occupy D0 and D1. If the ports D0 and D1 are also occupied by other modules, this will lead to the communication with USBTTL is abnormal and the program can not be downloaded. | ||
− | *There is one SPI | + | *There is one SPI support: |
** Labeled on the module of D13(SCK),D12(MISO),D11(MOSI) and D10(SS). | ** Labeled on the module of D13(SCK),D12(MISO),D11(MOSI) and D10(SS). | ||
− | *There is one 12C | + | *There is one 12C support: |
** Labeled on the module of SDA(D20),SCL(D21). | ** Labeled on the module of SDA(D20),SCL(D21). | ||
− | * There are 3 external interrupt | + | * There are 3 external interrupt supports: |
** Labeled on the module of D2(interrupt0),D3(interrupt1) and D6(interrupt2). | ** Labeled on the module of D2(interrupt0),D3(interrupt1) and D6(interrupt2). | ||
** Please refer to'''[http://arduino.cc/en/Reference/AttachInterrupt attachInterrupt()]'''function. | ** Please refer to'''[http://arduino.cc/en/Reference/AttachInterrupt attachInterrupt()]'''function. | ||
Line 86: | Line 86: | ||
− | *Instruction of the | + | *Instruction of the pins: |
{|class="wikitable" | {|class="wikitable" | ||
Line 115: | Line 115: | ||
| 7||(MOSI)PB5||D11||D11||||||||||MOSI|||| | | 7||(MOSI)PB5||D11||D11||||||||||MOSI|||| | ||
|- | |- | ||
− | | 8||(MISO)PB6||D12||D12|||||| | + | | 8||(MISO)PB6||D12||D12||||||||||MISO|||| |
|- | |- | ||
− | | 9||(SCK)PB7||D13||D13|||||| | + | | 9||(SCK)PB7||D13||D13||||||||||SCK|||| |
|- | |- | ||
| 10||AREF||AREF|||||||||||||||| | | 10||AREF||AREF|||||||||||||||| | ||
Line 201: | Line 201: | ||
**'''[[Microduino Getting start]]''' | **'''[[Microduino Getting start]]''' | ||
− | * | + | * Program Microduino BootLoader. |
− | ** If the BootLoader are damaged, you need to use Arduino UNO or existing Microduino to program bootloader for the damaged | + | ** If the BootLoader are damaged, you need to use Arduino UNO or existing Microduino to program bootloader for the damaged Microduino; |
− | **You can refer to the tutorial: '''[[Do you know how to program bootloader | + | **You can refer to the tutorial: '''[[Do you know how to use Arduino UNO to program bootloader to Microduino-Core?]]'''. |
|- | |- | ||
| | | | ||
+ | |||
==Application== | ==Application== | ||
* [https://www.microduino.cc/project Microduino project case] | * [https://www.microduino.cc/project Microduino project case] | ||
* [https://www.microduino.cc/wiki/index.php?title=Microduino_(Arduino%E5%85%BC%E5%AE%B9%E6%9D%BF%EF%BC%89%E6%95%99%E7%A8%8B Microduino application tutorial] | * [https://www.microduino.cc/wiki/index.php?title=Microduino_(Arduino%E5%85%BC%E5%AE%B9%E6%9D%BF%EF%BC%89%E6%95%99%E7%A8%8B Microduino application tutorial] | ||
− | * [http://www.geek-workshop.com/thread-4558-1-1.html Microduino the Internet of things application] | + | * [http://www.geek-workshop.com/thread-4558-1-1.html Microduino the Internet of things application] [From geek-workshop.com] |
|- | |- | ||
| | | | ||
Line 222: | Line 223: | ||
**A:Yes, you can. | **A:Yes, you can. | ||
==Purchase== | ==Purchase== | ||
− | + | ||
|- | |- | ||
| | | |
Latest revision as of 03:47, 4 August 2017
Language: | English • 中文 |
---|
Microduino-Core+ is an 8-bit microcontroller development core board based on Atmel ATmega1284P and ATmega644PA series as the core and it is an open-source controller module compatible with Arduino UNO. Beside Microduino-core+ has the features of Microduino-Core, the number of input and output of Flash, RAM, EEPROM of it has been greatly improved, and the pin conforms to the norms of Microduino, and the players can upgrade core to core+ smoothly, without modifying the arduino code basically. Microduino uses java and C language development environment, same to Arduino. Players can use Arduino IDE, cooperated with software such as Flash or Processing , with Microduino and other electronic components, modules and sensors to make many funny interactive works.
ContentsFeatures
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specification
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Document
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Development
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Application
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FAQ
Purchase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Map Storage
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
History |