How can I design a circuit for my project?

In summary, the high school student wants to build a circuit that will allow wet clothes to enter the house, and then turn off the motor when the clothes enter the house. He or she is looking for help, and has found that limit switches, timer basics, and moisture sensors are helpful. He or she has also researched how to build a circuit using 555 timers and microcontrollers. Finally, the student encourages others to have fun while completing this project.
  • #1
Nabin kalauni
26
6
I am a first year high school student designing a project. I want to build a circuitry that enables wet clothes to enter the house once it starts to rain. For this I decided to use a simple water sensor and a motor to move the rope with clothes. But after that I have not found a satisfactory way to make the clothes return to the open once it stops raining or once the sun emerges. Your help would be much appreciated. Also keep in mind that the motor has to be turned off once the clothes enter the house and rrmain turned off until it stops raining.Thank you.
 
Engineering news on Phys.org
  • #2
Have you already designed and built the circuit to bring the clothes in?
 
  • Like
Likes Nabin kalauni
  • #3
Drakkith said:
Have you already designed and built the circuit to bring the clothes in?
Yes I have. It uses a simple water sensor and a motor powered by a 9V battery.
 
  • #4
Nabin kalauni said:
Yes I have. It uses a simple water sensor and a motor powered by a 9V battery.
I also want to clarify that its just a small model.
 
  • #5
Forgive me, I was going to try to offer some advice, but after thinking it over I think I'll leave that to others whose are far more knowledgeable in this area than I am. I've only completed a basic course in electronic circuits and have little practical experience.
 
  • Like
Likes Nabin kalauni
  • #6
Do you know about limit switches? Do you know about timer basics and moisture sensors? What have you found through Google?
 
  • Like
Likes CWatters, berkeman and Nabin kalauni
  • #7
Averagesupernova said:
Do you know about limit switches? Do you know about timer basics and moisture sensors? What have you found through Google?
Not yet. But if you tell me its going to help, I'll diving into them right away
 
  • Like
Likes Averagesupernova, Tom.G and berkeman
  • #8
Sigh... Those were the good times when we made such things with just switches and logic gates alone: occasionally mixing it with an 555 or such...

These days many people just buys a cheap microcontroller and googles up all the necessary circuitry from the internet... Sigh... Don't get old... Sigh...

...
Anyway, I think you should start that way too. You need two sensors for sensing the position of the rope: one sensor for checking the rain, and one bidirectional DC motor drive circuit. The rest is software. Nice, clean.
 
  • Like
Likes Nabin kalauni and jim hardy
  • #9
A salvaged garage door opener would be an interesting way to get started.
Nabin kalauni said:
But after that I have not found a satisfactory way to make the clothes return to the open once it stops raining or once the sun emerges. Your help would be much appreciated. Also keep in mind that the motor has to be turned off once the clothes enter the house and rrmain turned off until it stops raining.Thank you.
A question well stated is half answered...

You have to mix "Logic thinking" with "measurement thinking". That's a folly some programmers fall into, they forget the computer program must base its decision on some real world condition.
That condition might be a logical state like "System is waiting for it to stop raining" , which needs no measurement from outside world
or a logical state that does require a measurement like "My moisture sensor reports It's not raining ".

Draw yourself a flowchart of the thought process that'll finish your clothes dryng task
then start working on a circuit for each block in the flowchart.

I would suggest you do it first time with 555 timers , they can be wired to do logic elements like memory , time delay, invert, and, or,,,
and if you tie TRIG to RESET and connect an analog signal there you have a dandy comparator for logic decision based on that analog voltage.

That'll teach you a LOT of basics.

Then move on to tiny microcontrollers . Learning your first one will be difficult but after that you have a real powerful tool in your 'bag of tricks' .
Leaping into them too soon might overwhelm and discourage you. Myself I don't use them because the field changes so fast i can't keep up.

Take apart an old garage door opener and see how it measures position... and how it checks for small children standing underneath the door.
Robots are without remorse so build some foresight into yours.

Above all, Have Fun !
 
Last edited:
  • Like
Likes Nabin kalauni and Averagesupernova
  • #10
Thank you everyone for your help. I appreciate it a lot and I have a lot more faith that I can do this now. Thanks again. ☺
 
  • Like
Likes jim hardy
  • #11
Keep us posted on your progress.
 

Related to How can I design a circuit for my project?

1. What components do I need for my circuit?

The components you will need for your circuit will depend on the specific requirements of your project. However, some common components include resistors, capacitors, diodes, transistors, and integrated circuits.

2. How do I choose the right components for my circuit?

When choosing components for your circuit, you need to consider factors such as voltage, current, and frequency requirements. You should also choose components that are compatible with each other and can handle the power and temperature requirements of your circuit.

3. How do I create a circuit diagram?

To create a circuit diagram, you can use software such as CircuitMaker, EasyEDA, or KiCad. These programs allow you to design and simulate your circuit before building it. You can also create a circuit diagram by hand using symbols to represent each component and connecting them with lines to show the connections.

4. How can I test my circuit?

Before testing your circuit, make sure all connections are secure and there are no loose wires. You can use a multimeter or oscilloscope to check the voltage, current, and frequency of your circuit. You can also use a breadboard to test your circuit before soldering the components onto a PCB.

5. What should I do if my circuit is not working?

If your circuit is not working, double-check all connections and components to ensure they are correct and in good condition. You can also use a troubleshooting guide to identify and fix any issues. If you are still unable to get your circuit to work, seek help from a more experienced individual or consult an electronics forum for assistance.

Similar threads

Replies
55
Views
3K
Replies
12
Views
2K
Replies
7
Views
2K
Replies
12
Views
2K
Replies
5
Views
1K
  • Electrical Engineering
Replies
10
Views
5K
Replies
4
Views
1K
  • Electrical Engineering
Replies
5
Views
2K
  • Electrical Engineering
Replies
6
Views
2K
  • Electrical Engineering
Replies
11
Views
3K
Back
Top