Search found 4 matches
- Fri Nov 03, 2023 3:29 pm
- Forum: ESP-IDF
- Topic: mcpwm_set_frequency() equivalent for esp-idf v5.0
- Replies: 9
- Views: 7617
Re: mcpwm_set_frequency() equivalent for esp-idf v5.0
awesome, will check it out, thank you!
- Thu Oct 12, 2023 3:43 am
- Forum: ESP-IDF
- Topic: mcpwm_set_frequency() equivalent for esp-idf v5.0
- Replies: 9
- Views: 7617
Re: mcpwm_set_frequency() equivalent for esp-idf v5.0
That would be awesome, thank you!
- Tue Sep 26, 2023 3:51 am
- Forum: ESP-IDF
- Topic: mcpwm_set_frequency() equivalent for esp-idf v5.0
- Replies: 9
- Views: 7617
Re: mcpwm_set_frequency() equivalent for esp-idf v5.0
Yes, thanks for the suggestion. I did look through all of those and ran the mcpwm_servo_control on my ESP32-S3 to generate a PWM signal. The mcpwm_bldc_speed_control is almost what I need except it modulates duty cycle to control speed and I need to modulate frequency. I know there has to be a simpl...
- Fri Sep 22, 2023 4:59 am
- Forum: ESP-IDF
- Topic: mcpwm_set_frequency() equivalent for esp-idf v5.0
- Replies: 9
- Views: 7617
mcpwm_set_frequency() equivalent for esp-idf v5.0
Hello Community, Does anyone have a working example of how to update the PWM frequency using the new mcpwm driver in IDF v5.0? This was simple in v4.4 using the provided mpcwm_set_frequency() function, however in IDF v5.0, mcpwm_set_frequency was removed. According to the migration documentation fro...