PWM for Analog strips #735
Unanswered
marcobrianza
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Yes. If you compile with the relay functionality turned in, you can output PWM on a few of the ESPs output pins. Not all platforms support the outputs so you may need to do a custom build. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is -1 on both builds. When it is -1, the channel is not configured. You need to assign a GPIO. Yes the outputs support both PWM and on/off mode. The trigger point is only valid in on/off mode. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you see the attached file?In esp8266 -1 becomes 4294967295On 27 Jan 2024, at 16:28, Martin Mueller ***@***.***> wrote:
It is -1 on both builds. When it is -1, the channel is not configured. You need to assign a GPIO. Yes the outputs support both PWM and on/off mode. The trigger point is only valid in on/off mode.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi have seen that PWM output is possible with a special I2C chip.
Is it also possible using the processor pins?
Beta Was this translation helpful? Give feedback.
All reactions