Hi
I need to control 5 relays with an MKR 1400. I can control them with a Arduino UNO using a 3.3 V but with MKR 1400 the relays do not turn on. Do i need to add something to the project to control it? Thanks in advance.
Hi
I need to control 5 relays with an MKR 1400. I can control them with a Arduino UNO using a 3.3 V but with MKR 1400 the relays do not turn on. Do i need to add something to the project to control it? Thanks in advance.
Please post a link to the relay, or its data.
A wiring could also be helpful.
Probably some type of driver or buffer.
The relays are this:
The wire is this (for the MKR 1400):
I test again with 1 relay and works fine, but when i increase 2 or more relays to the circuit they don't turn on. Would a logic signal converter resolves my issue?
logic signal converter:
Idahowalker, any sugestion how to solve this? Thanks
Do you have the bare relays, or the ones you linked to which appear to have some driver circuitry?
Do you know the "5" refers to the coil voltage, 5 volts? It is odd they work at all with 3.3.
And you can't power them like that off the Arduino board, you need a separate more adequate source of 5 volts for the relays and some of the standard method for driving a relay with an Arduino output pin, which you can google a variety of, at least a transistor, a resistor and a diode.
Here, let me google that for you:
https://forum.arduino.cc/index.php?topic=197898.0
HTH
a7
Just add add a external power supply and it's working
thanks to all
petersain:
Just add add a external power supply and it's workingthanks to all
Glad you figured out how to solve Scotty's problem.
You are welcome.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.