Skip to content

Commit 2faefad

Browse files
committed
Gadgets Page done
and a bid of tidying on the go
1 parent 2708438 commit 2faefad

12 files changed

Lines changed: 44 additions & 95 deletions
43.2 KB
Loading
318 KB
Loading
41.1 KB
Loading
46.2 KB
Loading
348 KB
Loading
44.3 KB
Loading
42.6 KB
Loading
282 KB
Loading
42.8 KB
Loading

www/en/modules/ROOT/pages/digital-outputs-nav.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ image::GrovePicoShieldI2CConnection.png[]
5151

5252
This example uses the grove 4 Channel Relay module, there are other similar modules that may work with this code.
5353

54+
The Single Pole Double Throw SPDT relay is quite useful in certain applications because it has one common terminal and 2 contacts which are great for selecting between two options. The Grove - 4-Channel SPDT Relay has four single pole - double throw (SPDT) switches. It only requires low-voltage and low current signals to control those switches. Specifically, you can use 5V DC to control max.250V AC or 110V DC. The I2C address is changeable so that you can use multiple relay modules in the same project. The Grove - 4-Channel SPDT Relay has four single pole - double throw (SPDT) switches. It only requires low-voltage and low current signals to control those switches. Specifically, you can use 5V DC to control max.250V AC or 110V DC.
55+
56+
SEEED uses an on-board STM32F030F4P6 to control the channels separately. The command from Arduino or other boards is transmit via the I2C interface, the on-board STM32F030F4P6 will parse the command, so that you can control the switch you want.
57+
5458

5559
=== Hardware Details
5660

0 commit comments

Comments
 (0)