Editor Version ×
Standard

1.Easy to use and quick to get started

2.The process supports design scales of 300 devices or 1000 pads

3.Supports simple circuit simulation

4.For students, teachers, creators

Profession

1.Brand new interactions and interfaces

2.Smooth support for design sizes of over 5,000 devices or 10,000 pads

3.More rigorous design constraints, more standardized processes

4.For enterprises, more professional users

Ongoing

STD Grove - Encoder

License:

Mode: Editors' pick

  • 1.3k
  • 0
  • 0
Update time: 2021-04-11 21:47:12
Creation time: 2016-01-14 03:00:12
Description
This module is an incremental rotary encoder. It encodes the rotation signal from the axis and output the signal by electronic pulse. The Grove – Encoder is one of the Grove series and has a standard Grove interface. When you need to add a rotary knob to your project, for example a volume knob for a speaker, a selection panel or a digital input, this will be your first choice. ![enter image description here][1] Note: It is able to generate another signal when it’s being pressed down. However due to the limitation of the number of Grove signal cable, the module is made without output of this signal. Features Incremental encoder Grove Interface. 360 degree rotary Specification Voltage: 4.5V~5.5V Current: 10mA~30mA Dimension: 20*20mm Net Weight: 12g This Grove-Encoder is very easy to use with the Encoder Lib designed by seeedstudio. Simply connect this module to the D2 connector of Base Shield and you can start using. The following is a introduction of how to make a Circular LED bar (the idea came from seeedstudio wish). This Circular LED bar consists of an Encoder and a Grove-CircularLED module. Connect the two modules to Base shield as the following picture:Examples->Encoder->EncodeCircuiBar. #include #include #include CircularLED circularLED; unsigned int LED[24]; int index_LED; void setup() { encoder.Timer_init(); } void loop() { if (encoder.rotate_flag ==1) { if (encoder.direct==1) { index_LED++; if (index_LED>23) index_LED=24; SenttocircularBar(index_LED); } else { index_LED--; if(index_LED
Design Drawing
schematic diagram
1 /
PCB
1 /
The preview image was not generated, please save it again in the editor.
ID Name Designator Footprint Quantity
1 Encoder U1 5P-13.75X11.7X6.5H 1
2 3.3k R1,R2,R3,R4,R5 R0603 5
3 100nF C1 C0603 1
4 TWIG U2 1U-DIM-W-DRILL 1
5 TWIG-4P-2.0-SMD-FEMALE-REINFORCE J2 4P-SMD-2.0 1

Unfold

Project Attachments
Empty
Project Members
Target complaint
Related Projects
Change a batch
Loading...
Add to album ×

Loading...

reminder ×

Do you need to add this project to the album?

服务时间

周一至周五 9:00~18:00
  • 0755 - 2382 4495
  • 153 6159 2675

服务时间

周一至周五 9:00~18:00
  • 立创EDA微信号

    easyeda

  • QQ交流群

    664186054

  • 立创EDA公众号

    lceda-cn