Electronic – Is it safe to use this relay with mains voltage

#nodemcumainsrelayvoltage

I'm new to electronics and have recently fallen in love with it, after buying a few NodeMCUs to play around with. I currently have a load of them around my house monitoring things like temperature and humidity, but would like to further extend their use to garage door controllers and maybe even control mains voltage, which is what my question below relates to.

I have two questions both of which relating to this relay module:

  1. I understand that the NodeMCU voltage out is 3.3V, however, the relay advertises itself as 3V. Does this small difference have any effect? (i.e. will it still work with a NodeMCU?)
  2. Whilst I am new to electronics, I do fully understand the risks related to mains power and will take every precaution when dealing with it, including having one of my friends who is a qualified electrical engineer watching over me. The question is: Can the relay module specified above handle European outlet power? (I.e. could this be plugged directly into the side of the relay which is being controlled and have the NodeMCU control it on/off or is the voltage/current etc. too high to work with the relay module linked; either causing a hazard or frying the relay module/NodeMCU?)

I would really appreciate any guidance people can give me, as I am just in the research phase of a possible new project and would like to have a better overall idea of what is/isn't possible specifically with these relay modules. I have been unable to find concrete information on the Amazon page and have instead been told "One Channel 3V Relay interface board, be able to control various appliances, and equipments with large current" and "Optical coupling isolation, input and output power optional independent control ( DC 3V )".

Thank you in advance for any help.

Best Answer

  1. I found a maybe non-official PDF: here It shows the various ratings like 3V for yours, and a maximum of 120%, which is 3 * 1.2 = 3.6V, thus 3.3V is well within range.

  2. It also shows (also on the relay itself) 0-250VAC so well within the 220-240V European wall outlet.

You can have 10A attached to it, use some safety margin, but it's quite a lot. In principle 220 (safe side) * 10A = 2200 W total devices. However, keep in mind some devices when switched on use a lot of current temporarily.

Btw, I also use these (not sure if I have the 3V or 5V version) without any problem with 220-240V, never had a problem.

Always make sure the wires to the mains are NOT ABLE to be touchable, e.g. put them inside an enclosure, EVEN (especially) when testing.

Related Topic