RFQ/BOM 0 Sign In / Register

Select Your Location

user image

How to use timer interrupt to achieve the effect of breathing light?

Technology
December 17, 2020 by Ruben 1621

Because the chip does not have hardware PWM, it can only be simulated by software, but it is found to be flickering after testing, and there is no breathing effect.

If you use the delay method, it can be done, but it is too slow for operating efficiency.


My goal is to use the timer interrupt to realize the breathing light. What should I do?

All Comments

user image

Esmeralda Posted on December 17, 2020

The software opens a 40US interrupt and adds 40US to each grid.

0
user image

Alejandra Posted on December 17, 2020

The timer simulates PWM, only the initial segment is a little bit close.

0
user image

Frederick Posted on December 17, 2020

Software simulation, just put it in the interrupt.

0
user image

Savanna Posted on December 17, 2020

In that case, take a variable and set the range to 0-10, then put interrupt, less than 2 the light is on, otherwise the light is off, and the overflow is cleared. Then reverse the state of the light to see if the brightness has changed. This judgment condition is similar to the duty cycle.

0

Write an answer

You need to log in to reply. Sign In | Register