PWM enabling and library on omega2+
-
I am trying to enable PWM on omega2 though expansion board. Is there any initialization and operating library available. I used fast-gpio based sw-pwm previously but on omega2 how to use available pwm pins.
-
they have a page of documentation for how to use each expansion and off the pwm docs is how to use with python, i think. fast-gpio did not work for a while, not sure if they fixed it.
-
@Douglas-Kryder I am looking for on board pwm pins, is it there?
-
there is a seperate pwm expansion. other than using that i have not looked into which specific pins on the omega2+ are used for pwm.
-
@Douglas-Kryder The MT7688 does have four quite sophisticated hardware PWM units, however only two of them (pwm0, pwm1) have pins exposed on the Omega2. See here for some information , albeit in the context of generating WS281x LED signals.