Iwant to control the speed of a 220v fan approx.
I will use a toshiba vf-s15 inverter.
I would like the Arduino to command it, and to manage it.
Arduino must take into account the two pressure sensors, calculate the difference and send a command to the inverter to keep the difference between the two sensors constant.
Is there a way?
I'm a beginner and I'm trying to learn.
But it will be very difficult ......
Play with the IDE examples to get some coding experience .
Get your pressure transducers working so you can read their values ... then calculate the difference. Then ..... In other words take small steps in the project.
brugola:
I want to control the speed of a 220v fan approx.
I will use a toshiba vf-s15 inverter.
I would like the Arduino to command it, and to manage it.
Arduino must take into account the two pressure sensors, calculate the difference and send a command to the inverter to keep the difference between the two sensors constant.
Is there a way?
I'm a beginner and I'm trying to learn.
But it will be very difficult ......
3a8082e126