Features:
-
Completely opto isolated relay module
-
LED indication for relay & power supply.
-
4x SPDT Relay (7A 250V, 12A 120V, 10A 125VAC, 10A 28VDC)
-
4x Digital IO 5v
-
USB Control Chipset FT245RL
-
Greater Power handling PCB 70 Micron with good quality screw Connector
-
Relay Module Power supply selection available in 5V / 12V / 24 V.
-
Configurable FIFO interface I/O pins.
-
Data transfer rates up to 1Mbyte / second*
-
Fully integrated USB termination resistors.
-
Device supplied pre-programmed with unique USB serial number.
-
USB 2.0 Full Speed compatible.
-
Fully integrated 1024 bit EEPROM storing, device descriptors and FIFO I/O configuration
-
Device supplied pre-programmed with unique USB serial number.
-
Integrated power-on-reset circuit.
-
-40°C to 85°C extended operating temperature range.
-
.Net / JAVA / Python SDK available for developing custom application
*applicable for only Digital IO
Specifications:
Max power consumption |
300mA |
Supply Voltage |
5V/12V/24V * |
Digital IO Data transfer Rate |
1MBPS |
Digital IO 5V |
4x |
Relay |
4x , 7A |
Relay Max Current |
0.21A |
Operating temperature |
-40°C to 85°C |
Opto Isolation |
3700VRMS |
LED Indication |
Power supply & Relay ON |
Dimension(L * W) |
80MM * 60MM |
Applications:
-
Home automation
-
Process Automation
-
Vending Machine
-
Gaming control system
-
Robotics
-
Alarms
-
Timers
-
Remote monitoring and controlling.
-
ATM Security system
-
Aquariums applications
Block Diagram:
A) USB 4 Channel Relay Board to PC
B) USB 4 Channel Relay Board with Raspberry Pi
FT245RL Utility Software:
Programmable Relay Board Software:
Sample MATLAB SDK:

Package Contains:
- USB 4 Channel Relay Board-FT245RL.
Documents:
-
Datasheet (USB 4 Channel Relay Board-FT245RL)
-
Circuit Diagram (USB 4 Channel Relay Board-FT245RL)
-
Driver (FTDI)
-
Python Script (Windows)
-
Software (F245RL Utility Software)
-
Software (Programable Software)
-
Software (F245RL MATLAB SDK Software)
-
Support (FTDI Support)
-
Manual (FTDI Manual)
-
Application Note (FTDI Application Note)
FTDI Driver Install:
Customers who bought this product also commonly purchased the following combination of items.
- This Item: USB 4 Channel Relay Board-FT245RL
-
USB Cable A to B
-
12V-2A DC Adapter
-
Jumper Wire - Female Pack of 5
-
Mini USB Cable
-
Total Price ₹1,742.00
-
-
-
-
Out of stock
Questions:
-
0voteA: Dear Sir, Thank you for your inquiry. Yes, it will work for Windows 10 OS.Posted byon Saturday, 11 December 2021
-
0voteA: Dear Sir, Dimension(L * W): 80MM * 60MMPosted byon Saturday, 11 December 2021
-
0voteA:
Dear Sir,
Currently we don't have it, but if require we can customize it, for more information please write us at "support@researchdesignlab.com "
Posted byon Wednesday, 19 August 2015
-
0voteA:
Dear Sir,
Please refer the 12th page from the below given datasheet link,
http://researchdesignlab.com/projects/Relay.pdf
Posted byon Wednesday, 19 August 2015
-
0voteA:
Dear Mr.Saurabh
Warm Greetings
Yes it is compatible with linux software, please refer the 12th page from the below given datasheet link,
http://researchdesignlab.com/projects/Relay.pdf
Posted byon Saturday, 6 June 2015
-
0voteA:
Dear Sucheta,
Please go through the below diagram
Posted byon Tuesday, 13 January 2015
-
0voteA:
onbyte=0x00
Relay 1 On
onbyte=onbyte or 0x01
serialport.write(onbyte)
Relay 1 off
onbyte=onbyte And 0XFE
serialport.write(onbyte)
relay 2 On
OnByte = OnByte Or 0x02
serialport.write(onbyte)relay 2 off
OnByte = OnByte And 0xFD
serialport.write(onbyte)relay3 on
OnByte = OnByte Or 0x04
serialport.write(onbyte)relay3 off
OnByte = OnByte And 0xFB
serialport.write(onbyte)relay 4 On
OnByte= OnByte Or 0x08
serialport.write(onbyte)relay 4 off
OnByte = OnByte And 0xF7
serialport.write(onbyte)
relay 5 OnOnByte = OnByte Or 0x10
serialport.write(onbyte)relay 5 off
OnByte = OnByte And 0xEFserialport.write(onbyte)
relay 6 0n
OnByte = OnByte Or 0x20serialport.write(onbyte)
relay 6 0ff
OnByte = OnByte And 0xDFserialport.write(onbyte)
relay 7 on
OnByte = OnByte Or 0x40
serialport.write(onbyte)
relay 7 offOnByte = OnByte And 0xBF
serialport.write(onbyte)
relay 8 on
OnByte = OnByte Or 0x80serialport.write(onbyte)
relay 8 off
OnByte = OnByte And 0x7Fserialport.write(onbyte)
Posted byon Wednesday, 24 December 2014
-
0voteA: Dear Sir, It works for the windows application software.Posted byon Saturday, 11 December 2021