mille-feuilleAutomatic Schematic Creation Tool

* Relay *

step

Features

step

対応プラットフォーム
o ATMEGA328P
o Raspberry Pi


Download datasheet
Main component : SRD-DC05V-SL-C(or G5LE-1-DC5) - inuput is 5V : output 7A at 28 VDC, 10 A at 120 VAC, 7 A at 240 VAC
• Simple relay magnetic circuit to meet low cost of mass production.
• 周辺回路でソレノイドからのノイズを抑えています。

step

Programming

Sample program for Arduino IDE
mille-feuile_Relay.ino
Libフォルダの中身を、サンプルコードと同じフォルダにコピペしてからお使いください。
Sample program
RelayTest.py

* functions *
import Relay

def getInfo(Number) : Getting hardware information of device board
Number : connector number of baseboard

def power(milModClass, OnOff) : Emitting ON or OFF signal
milModClass : module instance
OnOff : ON(1) or OFF(0) signal

Example:
 Relay.holdConnect(mod0)
 Relay.power(mod0, 1)
 Relay.holdDisconnect(mod0)