I have an Arduino project which involves turning on a couple of devices which require an input voltage in excess of 5 V. I have successfully prototyped it using three Grove-Relay modules.
I now want to move it to a PCB, and space is at a premium. Ideally I would like to just use the relay itself and dispense with the voltage regulation circuitry on that board. My question is whether I can do this.
Is the purpose of that circuitry to allow the relay to be switched by 3.3 V or 5 V because the relay requires 3.3 V, (i.e. steps the voltage down to 3.3 V if in excess of that is supplied to the board)? Or is it required because the 3.3 V output of an Arduino is too variable for the relay to work without it?