Help wiring relay with S/S, VCC & GND Pins

Hello,

Ordered a relay from Aliexpress (of course zero documentation) Its made by ARYAR Model HL-OR1-8L-HC.... I ordered a 6 channel and they shipped me an 8 channel. I've wired up many relays but the normal 10a relays that are common I needed this because it supports 30a to switch a larger load. I ordered Input Voltage 5V, Trigger Voltage 3.3V because I use an ESP32 dev board.

There are 8 input pins (which I would expect Channel 1-8) and there is a S/S pin, VCC, GND. I've applied 5VDC to the VCC & GND pins but cannot get the relay to trigger by sending 3.3v to a pin for a channel. Any ideas on what the S/S pin is for? Here is a link to the board I ordered (They shipped an 8 channel board) https://www.aliexpress.us/item/2255800256210405.html?spm=a2g0o.order_list.order_list_main.65.4f881802pODXDI&gatewayAdapt=glo2usa

These were the specs on their web site. Any suggestsions greatly appreciated.

Features:

Input Voltate (VCC): 5V, 12V or 24V

Trigger Voltage (S/S):3.3V5V, 12V or 24V

Output capacity: within DC 30V 10A or AC 250V 10A.

Using optocoupler isolation, strong anti-jamming capability and stable performance.

The module compatible with high or low trigger.

With power indicator and working indicator.

All interfaces can be connected directly via terminal wiring leads, very convenient.

Module Interface Description:

  1. VCC and GND: Input Voltage (Working Voltage)

  2. S/S and X1, X2.....Xn:Trigger Voltage, Signal input terminal(support High/Low Level switch freely);

  3. Normally open (NO): Relay normally open;

  4. Common terminal (COM): Relay common;

  5. Normally closed terminal (NC): relay normally closed terminal;

6 -Channel

Relay Voltage: 5V 12V or 24V

Output Capacity: within DC 30V/30A or AC 250V/30A

Quiescent Current: 5mA

Input Maximum Current: 200mA

Trigger Current: 5mA

(and ground) From where?

They sent you 8ch instead of 6ch, so how can you expect that trigger voltage is what you ordered?
If there is correctly designed isolation done with optocouplers, you should have 5V vcc and gnd for relay and separate 3V3 and gnd for trigger. Your image is worthless to try to understand the circuit.

I applied the 5VDC and Ground from the ESP32 and the 3.3v signal was coming from the ESP32. Thanks

Thanks for replying. So should I apply a separate 5vdc and ground from a power supply and the 3.3v signal and ground from the ESP32? Any idea what the S/S Pin is for?

5V from the ESP32 will not be enough to activate the relays, that should be a separate power supply. Each relay takes 185mA at 5V to drive the coil, plus a little for the drive circuitry.

My guess is S/S is for the 3.3V line to the ESP32, then each relay input is triggered with a LOW. Check current with a multimeter, generally opto-coupled relay boards have on-board current limiting resistors. Generally you DO NOT connect a common ground between the 5V supply for the relays and the ESP32.

It is probably the signal common. The description states that the relays can be selected for high or low signal. That means that they will energize with either a 0 volt signal or a 3.3 volt signal.

I did not see a set of selection jumpers on the pictures in the A/E listing you linked but I did see them on pics of other Aryar relay boards. You will have to set all the relays the same.

If you select HIGH the SS will be connected to GND. If you select LOW the SS will be connected to 3.3 volts.

I have limited internet access at the moment and net searches are torture. Perhaps you can do more research under Aryar relay boards.

I wrote "correctly designed isolation..." You never know. But I would expect so. So separate 5V supply for relays and ESP 3.3V to S/S and low signal (GND) to Xx for trigger. No common GND.
If that doesn't trigger the relay, reverse polarity; ESP Gnd to s/s and high signal (3.3V) to Xx for trigger.

SOLVED! Thank You kmin it worked. Separate 5vdc power supply to the VCC & GND. GND from the ESP32 to the S/S pin. Then any 3.3v from any PIn on the ESP32 fires the relay. Is the separate 5VDC power supply necessary because the ESP32 5VDC out does not have enough power? Thank you to everyone that chimed in to assist, learning is fun.

Yes.
If you only drive one or two relays at the same time, you could do it from 5V pin.
But you loose optoisolation that way (if that matters to you).

Thank you for your help!