Grove SPDT Relay 30A
Last updated
Was this helpful?
Last updated
Was this helpful?
The SPDT Relay(30A) is a high quality Single Pole Double Throw Relay(SPDT).The Relay consists of a coil, 1 common terminal, 1 normally closed terminal, and one normally open terminal. When the coil of the relay is at rest (not energized), the common terminal and the normally closed terminal have continuity. When the coil is energized, the common terminal and the normally open terminal have continuity. This relay's coil is rated up to 5V and the contact is rated up to 30A (@250VAC, 30VDC).You can use it to control high current devices.
High Switching Current
SPDT Relay
Normally closed relay
Item
Min
Typical
Max
Unit
working Voltage
4.75
5.0
5.25
VDC
Current
-
185
-
mA
Pull-In Voltage(Max)
-
3.75
-
VDC
Operation Time(Max)
-
15
-
ms
Release Time(Max)
-
10
-
ms
Operating Ambient Temperature
-25
-
70
°C
With Arduino
The SPDT Relay internal structure:
You may see that the common terminal and the normally closed terminal have continuity When the coil of the relay is at rest.
But when the coil is energized, the common terminal and the normally open terminal will have continuity.
Hardware Installation can refer to the following picture:
Good luck to you for controlling your air-condition or washing machine, with Arduino and the Grove - SPDT Relay(30A).
With Raspberry Pi
1.You should have got a raspberry pi and a grovepi or grovepi+.
3.Connection
Plug the sensor to grovepi socket D4 by using a grove cable.
4.Navigate to the demos' directory:
To see the code
5.Run the demo.
!!!Tip More details about Grove modules please refer to
Why do we want to use a relay and do we really need to? Anytime you want to switch on/off a device which draws more current or works with a high voltage, you'll need to use a relay. That is to say, the relay is "a high voltage or current switch controlled by low voltage". The coil of an SPDT relay that we most commonly use draws very little current (the supports 10A). Now, with this 30A relay, you can control much more high-current switch devices such as headlights, parking lights, horns, etc.
The coding to control this relay is the same as the
2.You should have completed configuring the development enviroment, otherwise follow .
[Grove - SPDT Relay(30A) Eagle File]()