IOT based Smart Irrigation project

Hello All,
I am working on IOT based Smart Irrigation project.
In first phase I shall work on controlling water pump, right now my 7.5hp motor is controlled by "3 phase star delta starter".
Could you please provide/point to web source for following queries?

  1. Three phase motor don't have neutral, So how I get 5v dc to operate Arduino/ESP32 using 3phase 440volt?
  2. How to measure voltage in each phase to protect motor from phase failure?
  3. How to measure current very accurate to protect motor from dry run? which CT is best?
  4. How to get status of motor whether its on or off?
  1. Just like any other 3-phase circuit. You use a transformer on one phase to get a lower voltage. Then get a power supply that uses that voltage as input.

  2. Again a transformer on each phase. You know the turns ratio of the transformer, so you know the voltage of the transformer secondary, which you can measure.

  3. You can't because each of the three wires carries the current for the two adjacent phases.

  4. Your contactor needs a separate contact set to tell you this.

Is there any other solution than using transformer on each phase, i see there are auto to automatically start motor as soon as there is power in all three phases, but that circuit not using three transformers. How to measure 440v between each phase?

Put a relay on each phase. When all three are closed, you can close the contactor and start the motor. Pretty simple.
Are you completely sure you have a DELTA configuration. What country are you in? Very few have DELTA as a standard.

This is started I have
image

I think even failure of phase also relay will be operated, i mean even though phase fails, it never go complete 0 potential.

How auto starter works? They are very compact and handles all i.e. phase failure, dry run , current sensing etc

If a phase fails, what ever that means, the fuse inside your mains metering box has opened and the part of the circuit is definitely open.
You need to educate yourself on how your mains power is distributed and controlled.

Ok thanks, note this approach of using relays, can we just measure voltage between RYB and detect phase is failed or not? how is this approach? whenever voltage drops below 400 we say phase failed and stop motor?

NO! Remember you are dealing with AC and it always drops to ZERO twice per cycle!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.