N
N
NRO2017-11-25 16:34:20
PHP
NRO, 2017-11-25 16:34:20

How to control fan speed 220v using arduino?

There is a relay 220 connected to the arduino, is it possible to control the speed of the fan connected to it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
0
0xD34F, 2019-09-08
@UnluckySerivelha

$ids = explode(',', $arr['ids']);

$newArr = array_map(function($n, $i) use($arr) {
  return [ $n, $arr['src'][$i] ];
}, $ids, array_keys($ids));

V
Vladimir Kuts, 2017-11-25
@fox_12

Well, the relay itself cannot control the speed of revolutions.
And in general - whether it will work in principle - depends on the type of fan motor.

D
Dmitry Makarov, 2018-01-12
@MDiMaI666

Try a semister (triac)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question