5V Relay

From Open Source Ecology
Revision as of 15:54, 21 April 2018 by Marcin (talk | contribs)
Jump to navigation Jump to search

Notes

  • Arduino on USB has 500mW of power
  • 8 channel relay appears to take .36W [1] - or 76mW per coil
  • Arduino pins can put that out directly - 200mA for Vcc and GND pin - see Arduino Pin Current Limitations. Otherwise, the multiple output pins are rated for 20 mA, and 40 mA max. Since the signal for the relay can be small, the Vcc and GND connection is sufficient - but not if you want to power more than 3 relays simultaneously.