Difference between revisions of "RotaryEnc"

From Land Boards Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Rotary Encoder Breakout Board ==
 
== Rotary Encoder Breakout Board ==
=== Rotary Encoder/Breakout Board ===
+
 
 +
[[File:RotaryEnd_Breadboard-P17140-720pxV.jpg]]
 +
 
 +
=== Features ===
 +
 
 +
* Includes pushbutton Switch
 +
* Includes Pull-Up resistors
 +
* Needs external R/C filter on output for debounce if interrupt driven
 +
* Silkscreen marked RENC1
 +
 
 +
== Pinout ==
 +
 
 +
# G
 +
# V
 +
# B
 +
# A
 +
# Switch
 +
 
 +
* Viewed from bottom
  
 
[[File:RotaryEncoderCAD.PNG]]
 
[[File:RotaryEncoderCAD.PNG]]
 +
 +
== With right angle connectors ==
  
 
[[File:Si5351_004_720px.jpg]]
 
[[File:Si5351_004_720px.jpg]]
  
* Includes pushbutton Switch
+
== Arduino Libraries ==
* Includes Pull-Up resistors
+
 
* Needs R/C filter on output for debounce
 
 
* [https://playground.arduino.cc/Main/RotaryEncoders/ Reading Rotary Encoders] - Arduino reference
 
* [https://playground.arduino.cc/Main/RotaryEncoders/ Reading Rotary Encoders] - Arduino reference
 
* [https://github.com/mprograms/SimpleRotary Simple Rotary Encoder Arduino library]
 
* [https://github.com/mprograms/SimpleRotary Simple Rotary Encoder Arduino library]
 
* [http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx Library for the Arduino environment for using a rotary encoder as an input]
 
* [http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx Library for the Arduino environment for using a rotary encoder as an input]

Latest revision as of 22:35, 3 January 2023

Rotary Encoder Breakout Board

RotaryEnd Breadboard-P17140-720pxV.jpg

Features

  • Includes pushbutton Switch
  • Includes Pull-Up resistors
  • Needs external R/C filter on output for debounce if interrupt driven
  • Silkscreen marked RENC1

Pinout

  1. G
  2. V
  3. B
  4. A
  5. Switch
  • Viewed from bottom

RotaryEncoderCAD.PNG

With right angle connectors

Si5351 004 720px.jpg

Arduino Libraries