M5Stack Mini 3A Relay Unit


Description

RELAY as it says is an M5Unit that implement a Relay functions. Relay can be used as an electrically operated switch, uses an electromagnet to mechanically operate a switch, where it is necessary to control a large power load circuit by a separate low-power signal such as digital signal output from a microprocessor.

The Relay support input voltage of up to 30V DC and 220V AC.

There are 3 pins named: ON, OFF, COM. You can program to make COM connect to ON or OFF, just by high and low out put of a digital GPIO.

Features

  • Single-BUS control

  • Up to 3A @ 30 V DC or 220 V AC

  • Software Development Platform: Arduino, UIFlow (Blockly, Python)

  • Two Lego-compatible holes

Applications

  • Remote control of high-power appliances, such as refrigerators, air conditioners, TVs, etc.

Specification

ResourcesParameter

Net weight

12g

Gross weight

26g

Product Size

48*24*21mm

Package Size

60*57*17mm

EasyLoader

EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification.

Download Windows Version Easyloader Download MacOS Version Easyloader

Description: The relay coil is turned on and off, and the contact is used as a switch for circuit control.

Pinout

M5Core(GROVE B)GPIO36GPIO265VGND

RELAY Unit

RELAY Controlling Pin

5V

GND

Schematic

Learn

Automation with SIM800L ESP32 M5StackAutomation with SIM800L ESP32 M5StackIt is possible to turn a lamp or fan on and off through an SMS message.

Control sit/stand Desk height with a Paper E-Ink DisplayControl sit/stand Desk height with a Paper E-Ink DisplayControl IKEA Bekant Desk sit/stand height with M5Stack M5Paper using two Relay units and a ToF (time-of-flight sensor VL53L0x) unit.

Control sit/stand Desk height with a touch screenControl sit/stand Desk height with a touch screenControl IKEA Bekant Desk sit/stand height with M5Stack Core2 using two Relay units and a ToF (time-of-flight sensor VL53L0x) unit.

Alexa enabled device with Atom LiteAlexa enabled device with Atom LiteAtom Lite control device with Alexa. In my house, Amazon echo is located in every room, and the lighting of living room is controlled by Alex

Portable Automatic Faucets Using M5StickC for COVID-19Portable Automatic Faucets Using M5StickC for COVID-19Using the M5StickC, we developed a product that allows you to wash your hands without touching the device.

Try to make a low temperature conditioner with M5StackTry to make a low temperature conditioner with M5StackThe mechanism is simple to monitor the value of the water temperature sensor with the M5Stack, and heater power is controlled by the relay

Example

Arduino

UIFlow

UIFlow2.0UIFlow2.0This tutorial will show you how to initialize the configuration using the UIFlow2.0 graphical programming platform

Relay Unit Programming Guide

Feature Introduction

By controlling the opening and closing of the relay to achieve the purpose of weak current control of strong electricity

  • set COM connect ON Control relay closure

  • set COM connect OFF Control relay disconnect

Usage

Last updated