Download Print this page

Advertisement

Quick Links

Grove - Encoder
Release date:
Version:
Wiki:
http://www.seeedstudio.com/wiki/Grove_-_Encoder
Bazaar:
http://www.seeedstudio.com/depot/Grove-Encoder-p-1352.html
9/22/2015
1.0
1

Advertisement

loading
Need help?

Need help?

Do you have a question about the Grove-Encoder and is the answer not in the manual?

Questions and answers

Summary of Contents for Seeed Grove-Encoder

  • Page 1 Grove - Encoder Release date: 9/22/2015 Version: Wiki: http://www.seeedstudio.com/wiki/Grove_-_Encoder Bazaar: http://www.seeedstudio.com/depot/Grove-Encoder-p-1352.html...
  • Page 2 Document Revision History Revision Date Author Description Sep 21, 2015 Victor.He Create file...
  • Page 3: Table Of Contents

    Contents Document Revision History · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2 1.
  • Page 4 Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification. The content of this manual is subject to change without notice.
  • Page 5: Introduction

    1. Introduction 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.
  • Page 6: Features

    2. Features  Incremental encoder  Grove Interface.  360 degree rotary...
  • Page 7: Specifications

    3. Specifications Item Typical Unit Voltage Current Dimension 20x 20 Net Weight Gram...
  • Page 8: Usage

    4. Usage 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...
  • Page 9 void loop() (encoder.rotate_flag ==1) (encoder.direct==1) index_LED++; (index_LED>23) index_LED=24; SenttocircularBar(index_LED); else index_LED--; if(index_LED<0) index_LED=0; SenttocircularBar(index_LED); encoder.rotate_flag void SenttocircularBar(int index) (int i=0;i<24;i++) (i<index) LED[i]=0xff; else LED[i]=0; circularLED.CircularLEDWrite(LED); Upload it to your Arduino/Seeeduino, please refer to here to learn how to upload sketches. You can see:...
  • Page 10 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.
  • Page 11: Resources

    5. Resources Encoder Spec Demo in Arduino forum TimeOne Lib Encoder Lib Grove-Encoder Eagle files...
  • Page 12: Support

    6. Support If you have questions or other better design ideas, you can go to our forum wish to discuss.

This manual is also suitable for:

111020001