How to control fan with Blynk?

  1. NOT directly (even if it is a low current fan), use a transistor/mosfet circuit (Google for that)

  2. See #1

  3. Most likely PWM will work with the proper circuit. But for that in the ESP32 you need to use some different code as the ESP32 Arduino Core doesn’t support analogWrite() yet. Check out this link for a bit more info…

1 Like