Usage of each block for ESP32 series (deprecated)

日本語のページ

Channel settings

Channel settings

Set the PWM frequency and resolution for each channel.
Specify the channel number from 0 to 15 for ESP32, and from 0 to 7 for ESP32-S3/ESP32-C3.

Assigning channels to pins

Assign channel to pin

Assign PWM channels to GPIO pins.
Assign the destination pin to a variable in advance using the "Pin Assignment" block in the "Basic I/O" group.

PWM output

PWM output

Performs PWM output.
Specify the output destination channel and the duty ratio (0 to 100) of the PWM output.