Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid flickering of PwmOutput module #19

Open
falkoschindler opened this issue Nov 8, 2023 · 1 comment
Open

Avoid flickering of PwmOutput module #19

falkoschindler opened this issue Nov 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@falkoschindler
Copy link
Collaborator

Because we set duty and frequency in every loop cycle, the PWM signal seems to be reset every time which causes some flickering. Can we avoid resetting these values if they haven't changed?

@falkoschindler falkoschindler self-assigned this Nov 8, 2023
@falkoschindler falkoschindler added the enhancement New feature or request label Nov 8, 2023
@falkoschindler
Copy link
Collaborator Author

Unfortunately we can't reproduce the problem at the moment. A breadboard setup with two ESPs generates a perfect PWM signal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant