Difference between revisions of "Microduino-Module Core"
m (Fengfeng moved page Microduino-Core to Microduino-Module Core) |
|||
Line 5: | Line 5: | ||
[[File:Microduino-core-rect.jpg|400px|thumb|right|Microduino-Core]] | [[File:Microduino-core-rect.jpg|400px|thumb|right|Microduino-Core]] | ||
Microduino-Core is an 8-bit microcontroller development board, with the core of Atmel ATmega328P and ATmega168PA series. It is a open-source, compatible-with-Arduino UNO controller module. | Microduino-Core is an 8-bit microcontroller development board, with the core of Atmel ATmega328P and ATmega168PA series. It is a open-source, compatible-with-Arduino UNO controller module. | ||
− | Compared with Arduino UNO, Microduino-core has the following | + | Compared with Arduino UNO, Microduino-core has the following features: |
* It uses the U-shape 27pin Microduino interface specification, and it has multiple interface compatible peripheral modules and sensors. | * It uses the U-shape 27pin Microduino interface specification, and it has multiple interface compatible peripheral modules and sensors. | ||
* Microduino breaks up the USB serial interface communication module and Atmega core module, and makes them into two Microduino development boards which can be divided and stacked. | * Microduino breaks up the USB serial interface communication module and Atmega core module, and makes them into two Microduino development boards which can be divided and stacked. | ||
− | * It uses micro USB to supply power, and removes the external power supply socket, making the whole size very small, 25.4mm long X 27.94mm wide(the size of a | + | * It uses micro USB to supply power, and removes the external power supply socket, making the whole size very small, 25.4mm long X 27.94mm wide(the size of a 1 yuan coin). |
Lightweight design makes Microduino has a unique advantage in the project designs with the requirement of size and cost, and it can achieve the fast and flexible function extension for the design with other Microduino modules, according to the need of the players. | Lightweight design makes Microduino has a unique advantage in the project designs with the requirement of size and cost, and it can achieve the fast and flexible function extension for the design with other Microduino modules, according to the need of the players. | ||
− | Microduino uses java and C language development environment, same as Arduino. The players can use Arduino IDE, together with software such as Flash and Processing , use Microduino and other electronic components, modules, and sensors to make many interesting and interactive works. | + | Microduino uses java and C language development environment, same as Arduino. The players can use Arduino IDE, together with software such as Flash and Processing, use Microduino and other electronic components, modules, and sensors to make many interesting and interactive works. |
==Feature== | ==Feature== | ||
* Small, cheap, stacked, and open. | * Small, cheap, stacked, and open. | ||
− | * Open-source hardware circuit design, and programming development environment compatible with Arduino | + | * Open-source hardware circuit design, and programming development environment compatible with Arduino; |
− | * Same as Arduino , Microduino can use ISP download line to program to「bootloader」 | + | * Same as Arduino, Microduino can use ISP download line to program to「bootloader」 flexibly; |
− | * Unified Microduino interface specification and abundant peripheral modules, can be quickly and conveniently and flexibly connected and extended with other modules and sensors conforming to the Microduino interface | + | * Unified Microduino interface specification and abundant peripheral modules, can be quickly and conveniently and flexibly connected and extended with other modules and sensors conforming to the Microduino interface specification; |
* 2.54-distance parent interface is convenient to integrate into the hole plate. | * 2.54-distance parent interface is convenient to integrate into the hole plate. | ||
|- | |- | ||
Line 27: | Line 27: | ||
− | *According to the different core and clock frequency, there are four different versions of the '''[[Microduino-Core]]''' | + | *According to the different core and clock frequency, there are four different versions of the '''[[Microduino-Core]]''': |
:{|class="wikitable" | :{|class="wikitable" | ||
! Type | ! Type | ||
Line 49: | Line 49: | ||
| 3.3V | | 3.3V | ||
|- | |- | ||
− | | ATmega168PA@ | + | | ATmega168PA@16M, 5V |
| 16K | | 16K | ||
| 1K | | 1K | ||
Line 56: | Line 56: | ||
| 5.0V | | 5.0V | ||
|- | |- | ||
− | | ATmega168PA@ | + | | ATmega168PA@8M, 3V3 |
| 16K | | 16K | ||
| 1K | | 1K | ||
Line 64: | Line 64: | ||
|} | |} | ||
− | * The size of | + | * The size of Microduino: 25.4mm X 27.94mm . |
− | * Digital I/O There are 22 digital input/output ports | + | * Digital I/O There are 22 digital input/output ports totally: |
** They are labeled on the module of D0, D1, D2~D13, and A0~A7, of which A6 and A7 can only input. | ** They are labeled on the module of D0, D1, D2~D13, and A0~A7, of which A6 and A7 can only input. | ||
− | * Analog I/O There are 8 analog input ports | + | * Analog I/O There are 8 analog input ports totally: |
− | ** They are labeled on the module of A0~ | + | ** They are labeled on the module of A0~A7; |
− | ** Each of them offers 10 resolution(namely 0~1024). By default, the analog voltage range for measurement is GND to VCC voltage | + | ** Each of them offers 10 resolution(namely 0~1024). By default, the analog voltage range for measurement is GND to VCC voltage values; |
** Please refer to ''[http://www.arduino.cc/en/Reference/AnalogRead analogRead()]''' function for the details. | ** Please refer to ''[http://www.arduino.cc/en/Reference/AnalogRead analogRead()]''' function for the details. | ||
− | * PWM supports, a total of | + | * PWM supports, a total of 6: |
** Respectively labeled on the module of D3,D5,D6,D9,D10,D11. | ** Respectively labeled on the module of D3,D5,D6,D9,D10,D11. | ||
** Please refer to '''[http://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]''' function for the details. | ** Please refer to '''[http://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]''' function for the details. | ||
− | * A serial port support, a total of | + | * A serial port support, a total of 1: |
− | ** Labeled on the module of Serial[D0(RX),D1(TX)] | + | ** Labeled on the module of Serial[D0(RX), D1(TX)] |
** If it connects with USBTTL module, it will take D0 and D1. If ports D0 and D1 are also be taken by other modules, it will communicate with USBTTL abnormal, and the program will not be able to download. | ** If it connects with USBTTL module, it will take D0 and D1. If ports D0 and D1 are also be taken by other modules, it will communicate with USBTTL abnormal, and the program will not be able to download. | ||
− | * SPI support, a total of | + | * SPI support, a total of 1: |
− | ** Labeled on the module of D13(SCK),D12(MISO),D11(MOSI),D10(SS). | + | ** Labeled on the module of D13(SCK), D12(MISO), D11(MOSI), D10(SS). |
− | * I2C support, a total of | + | * I2C support, a total of 1: |
− | ** Labeled on the module of SDA(A4),SCL(A5). | + | ** Labeled on the module of SDA(A4), SCL(A5). |
− | * External interrupt support, a total of | + | * External interrupt support, a total of 2: |
− | ** Labeled on the module of D2(interrupt0),D3(interrupt1). | + | ** Labeled on the module of D2(interrupt0), D3(interrupt1). |
** Please refer to the'''[http://arduino.cc/en/Reference/AttachInterrupt attachInterrupt()]''' function for the details. | ** Please refer to the'''[http://arduino.cc/en/Reference/AttachInterrupt attachInterrupt()]''' function for the details. | ||
* It supports the ISP download function. | * It supports the ISP download function. | ||
Line 90: | Line 90: | ||
− | *Introduction of | + | *Introduction of Pins: |
{|class="wikitable" | {|class="wikitable" | ||
Line 175: | Line 175: | ||
* The main components used in Microduino-core. | * The main components used in Microduino-core. | ||
− | ** | + | ** MCU: '''[[Media:ATmega168PA328P.pdf|ATmega168PA/328P]]''' |
|- | |- | ||
| | | | ||
Line 181: | Line 181: | ||
==Development== | ==Development== | ||
* 1.Developing program to Microduino-core, players need to use '''[[Microduino-USBTTL]]''' module. | * 1.Developing program to Microduino-core, players need to use '''[[Microduino-USBTTL]]''' module. | ||
− | * 2.The tutorial of setting up the development environment and installing the driver is as | + | * 2.The tutorial of setting up the development environment and installing the driver is as following: |
**'''[[Microduino Getting start]]''' | **'''[[Microduino Getting start]]''' | ||
Revision as of 09:34, 9 September 2016
Language: | English • 中文 |
---|
Microduino-Core is an 8-bit microcontroller development board, with the core of Atmel ATmega328P and ATmega168PA series. It is a open-source, compatible-with-Arduino UNO controller module. Compared with Arduino UNO, Microduino-core has the following features:
Lightweight design makes Microduino has a unique advantage in the project designs with the requirement of size and cost, and it can achieve the fast and flexible function extension for the design with other Microduino modules, according to the need of the players. Microduino uses java and C language development environment, same as Arduino. The players can use Arduino IDE, together with software such as Flash and Processing, use Microduino and other electronic components, modules, and sensors to make many interesting and interactive works.
ContentsFeature
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specification
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DocumnetEagle PCB File:Microduino-Core.zip
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Development
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Application
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FAQ
Acquisition | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Map Storage
History
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||