Difference between revisions of "Microduino-Shield Encoder"

From Microduino Wiki
Jump to: navigation, search
(Application)
(Application)
Line 52: Line 52:
 
*You can download Microduino test programs to have a simple test of its function:
 
*You can download Microduino test programs to have a simple test of its function:
  
[https://github.com/Microduino/Microduino_Tutorials/commit/da150a429c15c78262f9fd26a6d5e8ed827321e5 (Rotary Encoder Test)测试旋转编码器]
+
[https://github.com/Microduino/Microduino_Tutorials/commit/da150a429c15c78262f9fd26a6d5e8ed827321e5 Rotary Encoder Test]
 
*All Hardware: Microduino USBTTL, Microduino-Core and Microduino- Encoder;
 
*All Hardware: Microduino USBTTL, Microduino-Core and Microduino- Encoder;
 
*All Software: Microduino test program(Arduino terminal) and Arduino IDE(Version 1.0 or higher);
 
*All Software: Microduino test program(Arduino terminal) and Arduino IDE(Version 1.0 or higher);

Revision as of 03:06, 5 January 2015

Language: English  • 中文


Microduino- Encoder

Microduino-Encoder is application board based rotary encoder control.







Feature

  • Uniform Microduino interface standard and rich external modules, easy for connection with other modules and sensors with Microduino interface standard;
  • Onboard analog key and sensor interface;
  • Onboard rotary encoder.

Specification

  • Electrical specification
    • MicroUSB power supply;
    • 3V3 stabilivolt;
    • PWR can select different voltage value (5v or 3.3v) through jumpers;
    • Onboard power source(5v and 3.3v) indicator;
  • Extension
    • Onboard reset key;
    • OLED fixation base board;
    • Serial RX0 and TX0 interface;
    • Two IIC interfaces;
    • Two analog keys connected to A6;
    • There are bonding pads of analog serial port(A0,A1 and A2) and GND on the base board.(5v and 3.3v):
Microduino-Encoder-Pinout
Microduino-Encoder-Pinout

Document

Development

It can has a fast connection and extension with encoder and other Microduino modules to achieve different function.

Application

  • You can download Microduino test programs to have a simple test of its function:

Rotary Encoder Test

  • All Hardware: Microduino USBTTL, Microduino-Core and Microduino- Encoder;
  • All Software: Microduino test program(Arduino terminal) and Arduino IDE(Version 1.0 or higher);
  • Open Microduino test program with IDE, choose Microduino-Core(Atmega328P@16M,5V) as the board and then download;
  • Open serial monitor after download and confirm baud rate as 115200;
    • Data keeps increasing when rotating right;
    • Data keeps decreasing when rotating left;
    • Press down the encoder and the data clears;

Purchase

History

Picture

Front

File:Microduino-Encoder-F.JPG
Microduino-Encoder Front

Back

File:Microduino-Encoder-b.JPG
Microduino-Encoder Back

Video