Rotary encoder

From Wildsong
Revision as of 02:53, 20 June 2023 by Brian Wilson (talk | contribs) (Created page with "I have several encoders that I got from the place in Beaverton, that I can never remember the name of. Gizmo Surplus? And I have one on a board from a sensor kit, it has pull up resistors and a 5 pin connector. # CLK # DAT # SW # + # GND I have to assume it works at +5V and that it will work with this [https://github.com/miketeachman/micropython-rotary nice Python library] by Mike Teachman. Or I need to find more info, probably here on the [https://learn.adafruit.com/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

I have several encoders that I got from the place in Beaverton, that I can never remember the name of. Gizmo Surplus?

And I have one on a board from a sensor kit, it has pull up resistors and a 5 pin connector.

  1. CLK
  2. DAT
  3. SW
  4. +
  5. GND

I have to assume it works at +5V and that it will work with this nice Python library by Mike Teachman. Or I need to find more info, probably here on the Adafruit site.

I have my choice of Micropython or Circuit Python. I think I will try Circuit Python and the Adafruit Feather board. Looks like it's "built in" on Circuit Python. Their demo sets it up as a volume control knob over the USB port. I will try that exercise as a starting point.