- Install
- Basic operation
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
- "Basic" group
- ”Basic I/O" group
- ”PWM Output" group
- Overview
- Usage of each block for ESP32 series
- Usage of each block for ESP32 series (deprecated)
- Usage of each block for Raspberry Pi
- Usage of each block for Raspberry Pi Pico/PicoW
- "Servo Motor" group
- ”Motor" group
- ”Display" group
- ”Sensor" group
- "Micro controller" group
- "Excel" group
- "scikit-learn" group
- "matplotlib" group
- "Web" group
- "File" group
- "Image" group
- "Turtle" group
- "Speech" group
Usage of each block for ESP32 series (deprecated)
This group of blocks will be deprecated in the future, so please refrain from using them.
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 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
Performs PWM output.
Specify the output destination channel and the duty ratio (0 to 100) of the PWM output.