Help: very basic Omron G5V-1 circuit

Hello there. I am very noob in this, I am sorry in advance for the stupid questions. This is my second project ever. The first one involved the classic blue relay you can find in all starter kits, but I can't use it since it is too big to fit inside the intercom's case. And, I found this smaller relay.

I have a 50ohm 0.5W speaker inside my apartment intercom device (tcs ISH3022). That speaker is connected to the intercom's board with two wires: red and black. The intercom device itself is pretty basic, only two small wires from the wall are connected to it.

I want to insert a switch so that I can turn on/off the speaker. My idea is to cut the red wire, insert a relay and then control that relay with Arduino.

Now, I have Arduino UNO and Omron G5V-1 (5VDC). How can I wire up those 3 things to turn on/off the speaker? I will provide external power to Arduino of course.

I made a "schematic" so if someone could draw wires on top of this image?

Note: please do not make professional schematics, I can't read those. Just draw lines in paint (like I did :D)

Thank you very much.

You will need a transistor with a resistor to turn on the relay.
You also need a diode across the relay to protect the ransisor

Your relay coil using the 5 volt coil has a 30 mA current draw. Not good for an Arduino or sort of pushing the limits. While 40 mA is kicked around most will tell you do not exceed 20 mA. That said you want to use a transistor to drive your relay coil as was already mentioned. You also as mentioned want a flyback diode across your relay coil.

Using a uC like an Arduino is really super overkill unless you have a reason for doing this. I could make a schematic and sorry I don't do Fritzing images. All you need is a simple common switch to turn your speaker On / Off. Again, don't drive the relay directly with an Arduino.

Ron

It is not at all hard to learn, then you will be able to speak a universal language that has served the world very well, for over a century. Have some respect for your own abilities!

Tutorial here: How to Read a Schematic - SparkFun Learn

1 Like

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