Hi all,
I am trying to use a PWM output on Wemos S2 mini board with this basic config:
esp32:
board: lolin_s2_mini
variant: esp32s2
framework:
type: arduino
fan:
- platform: speed
id: oven_fan
output: fan_pwm
name: $name Fan
speed_count: 100
output:
- platform: ledc
id: fan_pwm
pin:
number: 4
min_power: 0
frequency: 22.5kHz
but seems that the PWM signal doesn’t came out to any GPIO pin. Is that supported or am I missing something in the configuration?
I had no problem at all with a ESP32 D1 Mini based on ESP32 WROOM 32.
Many thanks