Grove Relay: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoGroveRelay.png == Summary == The **Grove Relay** module allows control of high-voltage devices using a digital input signal. It features a simple interface compatible with Grove connectors and supports initial state configuration. == Description == This relay module can switch devices on or off based on a digital input signal. It is suitable for controlling lights, motors, or other appliances in prototyping and automation projects. The module ca..."
 
(No difference)

Latest revision as of 01:48, 14 September 2025

File:TArduinoGroveRelay.png

Summary

The **Grove Relay** module allows control of high-voltage devices using a digital input signal. It features a simple interface compatible with Grove connectors and supports initial state configuration.

Description

This relay module can switch devices on or off based on a digital input signal. It is suitable for controlling lights, motors, or other appliances in prototyping and automation projects. The module can be initialized to an ON or OFF state using the Initial Value property.

Diagram:

Properties

  • Initial Value (boolean) – Sets the relay to ON (true) or OFF (false) at startup.

Pins

Input Pins

  • in (digital) – Digital input to control the relay state.

Other Pins

  • Grove – Standard Grove connector for power and signal.

Categories