5V 4 Way Bluetooth Relay Module IoT Smart Home Mob App Contr
Function features
Hardware introduction and description
1.Interface and sources
Size: 62.7*63.2mm
IN+,IN-: 5V power input
TX,RX: UART communication
SWIM,NRST: MCU program interface
LED D2/D3/D4/D5(red):Relay indicator
2.Relay control command(must be hex format):
Open the 1st relay: A0 01 01 A2
Close the 1st relay: A0 01 00 A1
Open the 2nd relay: A0 02 01 A3
Close the 2nd relay: A0 02 00 A2
Open the 3rd relay: A0 03 01 A4
Close the 3rd relay: A0 03 00 A3
Open the 4th relay: A0 04 01 A5
Close the 4th relay: A0 04 00 A4
(1)The IN+, IN- connect to 5V DC adapter
(2)Controlled the relay with APP
There are 2 types APP available: one is a specialized APP that designed by LCTECH, another one is a common APP that downloaded from Android market.
6.Additional function (As an USB relay module )instructions
For that,You need an USB to TTL module. IN+ , IN- connect to 5V adapter, and the GND,TX,RX pins of the TTL module connect to the GND,TX,RX pins of the relay module. Turn on the power, Open a Serial debugging software on your PC, the baud rate is 9600.After that you can send relay command to control the relay. For example, send A0 01 01 A2 or A0 01 00 A1 can open or close the first relay(remark: the command format is HEX)
How to modify the SSID and PASSWORD of the Bluetooth module
Connecting method: You need an USB to TTL module, the 5V, GND,RX,TX pins of the TTL module connect to the 5V, GND,TX,RX pins of the relay module,and then we can send AT command of the Bluetooth module to modify the SSID and PASSWORD with serial debugging software,just as below:
1.Modify PASSWORD: For example, if we want to change the password(default is 1234) to 8888, we can send"AT+PIN8888"(If no response, maybe you need press ENTER before click"Send")
2.Modify SSID(Bluetooth device name): For example,if we want to change the SSID to BOLUTEK(default is BTA-04) ,we can send "AT+NAMEBOLUTEK " , and then send "AT+RESET" can set the device name as BOLUTEK.