Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[51] problem with submersible water pump

Status
Not open for further replies.

uet123

Newbie level 3
Joined
Jun 2, 2019
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
32
I am working on a project i.e. automatic plant watering system using 8051 micro controller.
when the moisture in soil is high the soil moisture sensor senses it and displays the status at the LCD. BUT, when the moisture is low, the soil moisture sensor detects the status but the motor (which should now be turned on) remains off or either turns on for a second and the relay module that has been connected to the pup motor produces ticking sounds continuously which keeps on turning the motor on-off-on-off and the status of moisture at LCD is also not displayed now.
help me sort out the issue please as I have to submit the complete project very soon.
 

This isn't the business section but I'll put in a $1000 quote to do your homework before anyone else has chance.

-OR- you could start by showing what you have done so far.

Brian.
 

Hi,

How and where is the moisture sensor placed?
When the pump turns ON, does water come out, and if so, does the water get in contact with the moisture sensor? That could turn OFF the pump and then wait for the sensor signal to be 'low moisture' again before it pumps again.

Did you implement adequate hysteresis for the pump operation?

These are all guesses though. You need to give more information.
 

If you have used AT89C51/52 then they don't have ADC and if you are not using ADC then you will be using DO (Digital out) pin of your Soil moisture sensor instead of AO (Analog out) pin to sense the Soil moisture using INTx pin and so there is no way to put a hysteresis to moisture sense.

If you have used an ADC chip with 8051 and used AO pin of the sensor to detect moisture then you can add hysteresis to relay control code.
 

The report in post #1 isn't very clear but it sounds like either a coding fault or processor rebooting due to power supply drop or electrical interferences when starting the motor.

Demands a more detailed circuit description, e.g. motor type and control method. How does the circuit behave if the motor is disconnected?
 

Hi,

How and where is the moisture sensor placed?
When the pump turns ON, does water come out, and if so, does the water get in contact with the moisture sensor? That could turn OFF the pump and then wait for the sensor signal to be 'low moisture' again before it pumps again.

Did you implement adequate hysteresis for the pump operation?

These are all guesses though. You need to give more information.


the sensor is placed separate from the motor and YES the motor pumps out water

If you have used AT89C51/52 then they don't have ADC and if you are not using ADC then you will be using DO (Digital out) pin of your Soil moisture sensor instead of AO (Analog out) pin to sense the Soil moisture using INTx pin and so there is no way to put a hysteresis to moisture sense.

If you have used an ADC chip with 8051 and used AO pin of the sensor to detect moisture then you can add hysteresis to relay control code.

Im using AT89S51 and S52, do I have to use ADC with it?

The report in post #1 isn't very clear but it sounds like either a coding fault or processor rebooting due to power supply drop or electrical interferences when starting the motor.

Demands a more detailed circuit description, e.g. motor type and control method. How does the circuit behave if the motor is disconnected?

3-6v submersible water pump and the control method is via 6v battery cells and the circuits behave perfect when the motor is disconnected
 

3-6v submersible water pump and the control method is via 6v battery cells and the circuits behave perfect when the motor is disconnected
O.K., are you using common power supply for pump and processor? If so, try stronger battery or separate supplies.

If no power supply problem: How is the motor switched? If it's by relay, the contact may need a snubber to suppress contact arcing.
 

O.K., are you using common power supply for pump and processor? If so, try stronger battery or separate supplies.

If no power supply problem: How is the motor switched? If it's by relay, the contact may need a snubber to suppress contact arcing.

what a stronger battery could be?
 

what a stronger battery could be?

Stronger battery which could supply current for both PIC and pump. Maybe Pump is drawing more current while turning On and 5V supply is dropping during Pump turn On and PIC is resetting.

Show the power supply circuit. What capacitors do you use in it?
 

A diode-capacitor circuit might buffer the inrush voltage drop. Nevertheless I encourage a test with separate power supplies to sort out things.
 

You have a lot of from the posts above. try to try to curb the transients that come with switching an inductive load like has been told.

the sensor is placed separate from the motor and YES the motor pumps out water

It is not very clear when you say that the sensor is placed separately. One thing you should do is cover up the sensor so the water that is pumped does not get in contact with it. With this we might be able to tell whether the frequent start->stop->start->stop is caused by the sensor feedback.

Another thing you could do is to show us the scope trace of the signal that runs the pump especially when it is supposed to be active.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top