-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
esp32: After hard reset PWM always has a duty of 512 of frequencies < 611Hz. #8306
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
Labels
Comments
robert-hh
added a commit
to robert-hh/micropython
that referenced
this issue
Feb 27, 2022
If setting the frequency to a value used already by an existing timer, this timer will be used. But still, the duty cycle for that channel may have to be changed. Fixes micropython#8306 as well.
robert-hh
added a commit
to robert-hh/micropython
that referenced
this issue
Mar 1, 2022
If setting the frequency to a value used already by an existing timer, this timer will be used. But still, the duty cycle for that channel may have to be changed. Fixes micropython#8306 as well.
robert-hh
added a commit
to robert-hh/micropython
that referenced
this issue
Mar 1, 2022
If setting the frequency to a value used already by an existing timer, this timer will be used. But still, the duty cycle for that channel may have to be changed. Fixes micropython#8306 as well.
robert-hh
added a commit
to robert-hh/micropython
that referenced
this issue
Mar 4, 2022
If setting the frequency to a value used already by an existing timer, this timer will be used. But still, the duty cycle for that channel may have to be changed. Fixes micropython#8306 as well.
Fixed by 55a0125 |
tannewt
pushed a commit
to tannewt/circuitpython
that referenced
this issue
Aug 24, 2023
…for-todbot Add several constants needed to use multicast UDP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is another variant of the <611Hz issue. After hard reset, for the first PWM object the duty rate is always 50% for frequencies < 611Hz, regardless of what has been set in the constructor. Setting the duty rate in a second command works. Further new instantiated PWM objects have the right duty rate. For frequencies >=611 it works well.
The text was updated successfully, but these errors were encountered: