Using Arduino to glow LED with every pulse of Rotary Encoder

Hello, with every pulse of rotary encoder, I want one LEDs to glow. How can I program it?
The encoder I'm using is, Heidenhain ROD 420

Welcome to the forum

What code do you currently have to read pulses from the encode ?

How long should the LED "glow" for each time a pulse is received ?

Hi
Do it like this, tell the arduino: Each pulse of the rotary encoder, you must light glow LED.
Answer as simple as your question.

Please read: How to get the best out of this forum
and if you really want help, redo your initial post.

RV mineirin

not quite because @penguin12345 wanted a glow effect so I assume some sort of variation of the brightness for the LED. A small state machine (or similar) to remember a pulse happened and then drive the glowing will be required.

if you don't want to code in details you could outsource the timing management to the SoftPWM library and its SoftPWMSetFadeTime() capability

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.