Phone: +86-20-8520 1025       Email: SALES@FRIENDLYARM.COM / techsupport@friendlyarm.com Forum    Wiki

  • Shopping Cart
  • Login
  • Register
  • CPU Module
  • Mini Board
    • Cortex-A9(Quad-Core)
    • Cortex-A8
    • ARM11
    • ARM9
  • NanoPC & NanoPi
  • Hats & Docks
  • Enclosure & Holder
    • 3D Printed
    • Acrylic
    • Metal
    • Plastic
  • Matrix Accessories
    • Actuator
    • Camera
    • Communication
    • Display
    • GPS
    • Heat Sink
    • Power
    • Sensor
    • Serial Comm Board
    • SSD/MicroSD
    • Others
  • BakeBit Sensors/Modules
  • LCD Module
  • Value Pack & Kit
FriendlyElec

Login | Register

  • Home
  • Downloads
  • Forum
  • Wiki
  • Information
    • About Us
    • Privacy Policy
    • Terms & Conditions
  • Distributor
  • FreeBoard
  • Actuator
  • Relay RLY-01

Although DHL service is partly recovered, there are still issues with on-time delivery. Postal services get delayed by around 30-45 days in many countries.


Relay RLY-01 Relay RLY-01 Relay RLY-01 Relay RLY-01
Relay RLY-01

Relay RLY-01

0 reviews / Write a review
  • $99,999.00
  • Availability: Out Of Stock

  • Brand: FriendlyElec
  • Product Code: RLY-01


  • Description
  • Reviews (0)

1 Introduction

This is an SPDT relay. Its coil voltage is 5V. The contact current can be up to 10A. It can drive AC or DC high power loads. NO is Normally Open. NC is Normally Closed. COM is Common. When write high to pin S NO will be open and NC will be closed.

2 Features

  • 1 Form C
  • 5V coil voltage, 3.3/5V control signal
  • Contact current up to 10A
  • LED indicator
  • 2.54mm spacing pin

3 How To

  • Connect to Tiny4412 SDK (1506)

    Connect the module's pin S to GPIO PIN1, V to 5V and G grounded

Code Sample in C Under Linux

#include <stdio.h>
#include <string.h>
#include "libfahw.h"
 int main(int argc, char ** argv)
{
char *status = "off";
if (argc != 2) {
printf("Set relay on ");
} else {
status = argv[1];
printf("Set relay %s ", argv[1]);
}
  int pin = TINY4412_GPIO_PIN1;
int ret = -1;
if ((ret = exportGPIOPin(pin)) != 0) {
printf("exportGPIOPin(%d) failed!", pin);
}
if ((ret = setGPIODirection(pin, GPIO_OUT)) != 0)
{
printf("setGPIODirection(%d) failed", pin);
}
  if (strcmp(status, "on") == 0) {
ret = setGPIOValue(pin, GPIO_LOW);
} else {
ret = setGPIOValue(pin, GPIO_HIGH);
}
return ret;
}

Compile and Run

git clone http://github.com/friendlyarm/fa-hardware.git
cd fa-hardware
cd demo
cd matrix-relay
make

Copy your compiled bin to your board and you are ready to go.

Resources


Write a review

Write a review

Note: HTML is not translated!
    Bad           Good
Recently viewed
Relay RLY-01

Relay RLY-01

1 Introduction This is an SPDT relay. Its coil voltage is 5V. The contact current can be up to 10.....

$99,999.00


Power & Source of Big Ideas

Follow us
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Newsletter

New in alerts - Sign up to our Newsletter.

Contact Us
  • Room 118,Building A, Shilian Technology Park, No.33 Science Road,Science City,Luogang District, Guangzhou,GuangDong China
  • +86-20-8520 1025
  • sales@friendlyarm.com
  • techsupport@friendlyarm.com
Information
  • About Us
  • Downloads
  • Privacy Policy
  • Terms&Conditions
  • Distributor
  • FreeBoard
Customer Service
  • Contact Us
  • Returns
  • Site Map
My Account
  • My Account
  • Order History
  • Wish List
  • Newsletter


Copyright © 2008-2022 friendlyelec.com All rights reserved.
Top
Categories
  • CPU Module (10)
  • Mini Board (3)
  • NanoPC & NanoPi (29)
  • Hats & Docks (13)
  • Enclosure & Holder (16)
  • BakeBit Sensors/Modules (2)
  • Matrix Accessories (73)
  • LCD Module (16)
  • Value Pack & Kit (11)