1

How do I make an electrical switch using Arduino, that when it receives signal (wirelessly or through a LAN port) to switch off it disconnects the switch and then again told to turn on turns the switch on?

The main problem I am facing is that I need to give a 5V output to turn off the transmission between two wires having voltage rating of 230V.

Greenonline
3,1527 gold badges36 silver badges48 bronze badges
asked Sep 24, 2015 at 10:55
4
  • 2
    Google the phrase "Arduino Relay" Commented Sep 24, 2015 at 11:20
  • 2
    Relays are the only solution which you are looking for.! Commented Sep 24, 2015 at 12:50
  • You need two shields: a Network (i.e. Ethernet/Wi-Fi/GSM/3G) shield, and (as already mentioned); a Relay shield. Plus, some code to glue the two together. See Ethernet Switching - with Arduino for an example of how to do it. Commented Sep 25, 2015 at 9:31
  • Depending on the nature of your load and how you need to switch it, the type of electronically controlled switching device you should use will vary. A cheap mechanical relay module can indeed be a simple solution for low-current devices switched at a no more than moderate rate, but if you have something high current like a heating element, inductive like a large motor, or need to do duty-cycle based control, you will need a different sort of switching element, perhaps TRIAC-based, but likely requiring a fair amount of surrounding circuitry for safety and longevity. Commented Sep 27, 2015 at 1:59

2 Answers 2

4

You need to use Relays. There all kind of relays.

Regular and Solid state ... for controlling a Regular Relay using Arduino you will need a transistor (so you will able to provide the right current to the relay to close a circle)

There are a lot of guides for Arduino and Relays (for example)

Nick Gammon
38.9k13 gold badges69 silver badges125 bronze badges
answered Sep 25, 2015 at 13:53
1

As pointed out in the comments, I would need to use something known as a relay with my Arduino.

Anonymous Penguin
6,36510 gold badges34 silver badges62 bronze badges
answered Sep 24, 2015 at 14:22

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.