Search found 3 matches
- Mon Apr 22, 2019 3:14 pm
- Forum: ESP-IDF
- Topic: How to remove PWM signal from the pin?
- Replies: 4
- Views: 7809
Re: How to remove PWM signal from the pin?
Thanx for helping!
- Thu Apr 18, 2019 10:57 am
- Forum: ESP-IDF
- Topic: How to remove PWM signal from the pin?
- Replies: 4
- Views: 7809
Re: How to remove PWM signal from the pin?
you dont need to de-init the pin. just set the PWM to 0. Thanks for answering, username! I was trying to do this also, but functions mcpwm_set_duty_in_us, mcpwm_set_signal_low and several others do not work properly. PWM signal still present on GPIO. Can you show me the function to switch it off?
- Wed Apr 17, 2019 12:44 pm
- Forum: ESP-IDF
- Topic: How to remove PWM signal from the pin?
- Replies: 4
- Views: 7809
How to remove PWM signal from the pin?
Hello! I'm working with several digital servomotors and I need to deal with overload situation. In case when my servomotor stays in overload state for too long I need to turn off the servomotor. I don't want to power off them so I'm looking for a function to turn off PWM signal. Currently, I'm using...