The Rotary Encoder LED Ring is a position indicator for rotary encoders. Traditional knobs with indicator lines do not give accurate representation of an encoder’s value since rotary encoders have no start or end point. The Rotary Encoder LED Ring has through-hole or shaft mounting for most standard encoders and uses a Texas Instruments TLC5925 shift register to interface 16 red LEDs to any microcontroller through SPI. A microcontroller can be programmed to output any desired sequence on the LEDs.
This skill defines how difficult the soldering is on a particular product. It might be a couple simple solder joints, or require special reflow tools.
Skill Level: Rookie - The number of pins increases, and you will have to determine polarity of components and some of the components might be a bit trickier or close together. You might need solder wick or flux.
See all skill levels
If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.
Skill Level: Competent - The toolchain for programming is a bit more complex and will examples may not be explicitly provided for you. You will be required to have a fundamental knowledge of programming and be required to provide your own code. You may need to modify existing libraries or code to work with your specific hardware. Sensor and hardware interfaces will be SPI or I2C.
See all skill levels
If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.
Skill Level: Competent - You will be required to reference a datasheet or schematic to know how to use a component. Your knowledge of a datasheet will only require basic features like power requirements, pinouts, or communications type. Also, you may need a power supply that?s greater than 12V or more than 1A worth of current.
See all skill levels
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
No reviews yet.
Hey everyone!
I was lucky enough to be one of the few to beta test these for Mayhew Labs. Let me first say that while the idea is simple, the execution is amazing!
I've put together a few videos of the rings in action which you can check out below:
Ring used as a MIDI VU meter from Traktor
Ring used a encoder feedback indicator
3 Rings daisy chained together with a flashy demo
how do i program my arduino to just turn all the led's on without a rotary encoder?
I'd imagine that you'd have to bridge a couple of the pins where the rotary encoder would normally connect. Perhaps use an LED-strength resistor to do it. Then just shove a digitalWrite(pin, HIGH) command on it to supply power to the ring.
I have a demo and some code that shows how to drive the LEDs from a Raspberry Pi. Hope someone finds it useful.