Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. Fuses to protect attached relays on board?

Fuses to protect attached relays on board?

Scheduled Pinned Locked Moved Hardware
relaygeneral lightingfuse
4 Posts 2 Posters 1.5k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Samuel235
    Hardware Contributor
    wrote on last edited by Samuel235
    #1

    I'm mid process of making a double relay board to automate some lighting around the house and in the garden. The issues that i'm facing here is the use of fuses. Because i'm supplying the AC power from the AC INPUT on the board itself the only fuse protection that the attached device will have is back at the ring main fuse board in the house. The schematic is below (In image and .sch file in case you can't see the image clearly enough), just in case I'm not completely explaining properly. There will not be any motors or pumps attached to this and therefor i'm thinking that there will never be a current overload on this module, the only thing that i'm worried about it issues with the circuits attached, such as shorting out for some reason or even if its a garden module, the lighting casing could fail and cause a short circuit via rain or something maybe.

    As you can see in the schematic shown below, the relay power is coming from the input AC power (top left).

    The module isn't finished yet, i'm still to put on security and then maybe a current sensor along with a temperature sensor for inside of the enclosure maybe, however if it gets too hot the thermal fuse will do its job anyway, so not seeing much need for the temp sensor. The current sensor would be installed on the input terminal before the AC power gets used for anything so it can monitor the overall current used on the module itself including the relays attached.

    0_1464545086900_RelaySCH.jpgHominiACPowered(2)RelayModule.sch

    MySensors 2.1.1
    Controller - OpenHAB (Virtual Machine)
    Gateway - Arduino Mega MQTT Gateway W5100

    GertSandersG 1 Reply Last reply
    1
    • S Samuel235

      I'm mid process of making a double relay board to automate some lighting around the house and in the garden. The issues that i'm facing here is the use of fuses. Because i'm supplying the AC power from the AC INPUT on the board itself the only fuse protection that the attached device will have is back at the ring main fuse board in the house. The schematic is below (In image and .sch file in case you can't see the image clearly enough), just in case I'm not completely explaining properly. There will not be any motors or pumps attached to this and therefor i'm thinking that there will never be a current overload on this module, the only thing that i'm worried about it issues with the circuits attached, such as shorting out for some reason or even if its a garden module, the lighting casing could fail and cause a short circuit via rain or something maybe.

      As you can see in the schematic shown below, the relay power is coming from the input AC power (top left).

      The module isn't finished yet, i'm still to put on security and then maybe a current sensor along with a temperature sensor for inside of the enclosure maybe, however if it gets too hot the thermal fuse will do its job anyway, so not seeing much need for the temp sensor. The current sensor would be installed on the input terminal before the AC power gets used for anything so it can monitor the overall current used on the module itself including the relays attached.

      0_1464545086900_RelaySCH.jpgHominiACPowered(2)RelayModule.sch

      GertSandersG Offline
      GertSandersG Offline
      GertSanders
      Hardware Contributor
      wrote on last edited by
      #2

      @Samuel235
      Instead of transistors you can use cheap FETs: 2N7000 with a 150Ohm resistor between mcu pin and gate. The FET would be in the same position as the transistor, and you save a resistor
      As for fuses, I depend on the normal glass fuses (10A in my case for my 10A relay). Mounting them vertical allows a minimal PCB space, depends on the room you have above the PCB.

      S 1 Reply Last reply
      0
      • GertSandersG GertSanders

        @Samuel235
        Instead of transistors you can use cheap FETs: 2N7000 with a 150Ohm resistor between mcu pin and gate. The FET would be in the same position as the transistor, and you save a resistor
        As for fuses, I depend on the normal glass fuses (10A in my case for my 10A relay). Mounting them vertical allows a minimal PCB space, depends on the room you have above the PCB.

        S Offline
        S Offline
        Samuel235
        Hardware Contributor
        wrote on last edited by Samuel235
        #3

        @GertSanders, of course FETs would be a better solution for the switching. However, how does this remove a resistor, because from what i'm aware of, if you want the MOSFET to be open (off) while the MCU is powering up or turned off then its still best practice to have a pulldown resistor from gate to gnd. I'm trying to use parts that i can source in decent quantities for this module, do you think the below N-Channel Enhancement Mode MOSFET would work fine, it states its a 2.5v switching MOSFET so i'd like to think this is classed as a logic-level device?

        Device: http://www.aliexpress.com/item/FREE-SHIPPING-Free-Shipping-200pcs-lot-N-Channel-MOSFET-2SK3018-100MA-30V-KN-SOT23-SMD-Triode/1996891927.html?spm=2114.30010308.3.30.RYjbCG&ws_ab_test=searchweb201556_10,searchweb201602_2_10037_10033_507_10032_10020_10017_10021_10022_10009_10008_10018_101_10019,searchweb201603_2&btsid=0c50ce82-e4b2-47ba-946b-79d737a60762
        Datasheet: http://www.gmesemi.com/userfiles/product/1321344998959.pdf

        My thoughts on the fuse situation is that IF a device blows the fuse protecting the relay i would want to either replace the relay and the fuse too or replace the whole module. I wouldn't like to risk it not have already damaged the relay. So, whats your thoughts of putting in a SMT/SMD fuse soldered to the board as any fuse that i solder to the board (lead or SMT) need to be de-soldered to replace, and i have no issue de-soldering SMT devices. So, i have proposed to use this fuse.

        MySensors 2.1.1
        Controller - OpenHAB (Virtual Machine)
        Gateway - Arduino Mega MQTT Gateway W5100

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Samuel235
          Hardware Contributor
          wrote on last edited by
          #4

          Or even this MOSFET and it would seem this is the datasheet after a quick google.

          MySensors 2.1.1
          Controller - OpenHAB (Virtual Machine)
          Gateway - Arduino Mega MQTT Gateway W5100

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          24

          Online

          11.7k

          Users

          11.2k

          Topics

          113.1k

          Posts


          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • MySensors
          • OpenHardware.io
          • Categories
          • Recent
          • Tags
          • Popular