Search found 2 matches
- Mon Jan 19, 2026 7:41 pm
- Forum: ESP32 Arduino
- Topic: Configuring MCPWM in ESP32
- Replies: 4
- Views: 752
Re: Configuring MCPWM in ESP32
I mean, im sure i wont be able to see the actual PWM wave, however I should be able to see if it is at least working right? If I set the duty cycle to 100 I should always have HIGH as an output, no?
- Sat Jan 17, 2026 10:43 pm
- Forum: ESP32 Arduino
- Topic: Configuring MCPWM in ESP32
- Replies: 4
- Views: 752
Configuring MCPWM in ESP32
Hi I was trying to configure the MCPWM in ESP32 DEV V3. At first I was trying to configure it manually through the registers and the data sheet, no success. Then I tried to use the "driver/mcpwm.h" library (code below) and it still didn't work.It should give me a both 1 and 0 on the serial or at ...