Skip to product information
1 of 3

Axiometa

Relay (3A)

Relay (3A)

SKU:AX22-0014

Regular price $4.49
Regular price Sale price $4.49
Sale Sold out
Taxes included. Shipping calculated at checkout.

This AX22-sized board drops a Hongfa HK4100F-DC3V-SHG mechanical relay onto a 22 × 22 mm PCB, letting you switch mains-level or high-current loads with a single microcontroller pin. An onboard N-channel transistor driver, fly-back diode, and status LED handle the 3 V coil’s ~90 mA draw and protect your logic lines. Snap it into any AX22 backplane to add power-isolation, actuator control, or hard-off safety to projects coded in Arduino, MicroPython, or MicroBlocks—no extra wiring, no headaches.

View full details
  • Technical Details

    - 22 mm × 22 mm square
    - 4× ⌀2.7 mm Mounting Holes
    - 3 A @ 125 VAC
    - 3 A @ 30 VDC
    - 3 V coil, ≈ 90 mA pull-in, 178 mW
    - 3.3 V, 5.0 V
    - Arduino IDE Compatible
    - MicroPython Compatible
    - MicroBlocks Compatible

    Material Datasheet 
  • Pinout

  • Interface

  • Top

  • Bottom

Arduino Example Code

example.ino
const int relayPin = 15;

void setup() {
  pinMode(relayPin, OUTPUT);
}


void loop() {
  digitalWrite(relayPin, HIGH);  // turn the Relay on
  delay(1000);                   // wait for a second
  digitalWrite(relayPin, LOW);   // turn the Relay on
  delay(1000);                   // wait for a second
}
        
  • First time setup

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • Automatic Street Lights

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • How Does an LDR work ?

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.