Hello, I have a problem with controlling a controller for brush motors using PWM in esp32.
A regulator like this:
https://rc-team.pl/regulatory/35491-graupner-regulator-speed-profi-40r-bec-7196.html
.
I try duty ranges from 0 to 1020.
Zero response...
A regulator like this:
https://rc-team.pl/regulatory/35491-graupner-regulator-speed-profi-40r-bec-7196.html
led = machine.Pin(2)
led_pwm = machine.PWM(led)
led_pwm.freq(50)
led_pwm.duty(100)
I try duty ranges from 0 to 1020.
Zero response...