matornei:
Hello,
I just discover ARDUINO and I want to make my first project.
I have the following scenario.
If the water sensor detect a leak i want to be inform by (sms, email or any other method) and automatically power off an outlet. When the leak if off i want the outlet to be power on
It it possible?
If i want to monitor detection in 3 rooms, how can i do that ?
I also want to be able to power off the outlet with my phone (wifi connection)
Another question
If I want to control more equipment (smoke detection, motion sensor etc), do I need to pull the Arduino UNO wire up to each sensor?
What component do i need to buy.
Thank you very much for help
Come on, have you put any thought into this yourself?
"If the water sensor detect a leak" - what water sensor and how does it detect leaks?
An Arduino can switch power outlets on and off using relays, unless the Arduino is connected to the power outlet when it cannot turn the power back on because it is err..... switched off.
"If i want to monitor detection in 3 rooms, how can i do that "
You can detect motion in numerous rooms using motion detectors.
"If I want to control more equipment (smoke detection, motion sensor etc), do I need to pull the Arduino UNO wire up to each sensor" - that depends on what equipment you buy, it could use WiFi.
"What component do i need to buy"
buy an Arduino Uno an LED and a 220ohm resistor and read the tutorial on how to make the LED blink.
Once you understand that move on to slightly more complicated project.
It is your project. People will help you if you have a real try at it and get stuck. They will not design and build something for you into which you have not put the slightest thought.