智能遥控器系列
SmartRemote
315/433遥控器
智能红外控制器-WiFi版
产品型号:GSCU1B
零售单价:¥100.00
产品基本描述
一款支持学习的红外遥控器,采用MQTT/TCP协议控制,上行使用WiFi网络连接,开发者使用任意开发语言,实现对遥控器的控制,5V USB-C供电,发射有效距离6米。
常用于空调遥控、电视遥控、电扇遥控,接入开发者私有物联网平台,实现远程控制以及智能联动。
常用于空调遥控、电视遥控、电扇遥控,接入开发者私有物联网平台,实现远程控制以及智能联动。
产品主要特点
WiFi网络,远程控制
支持学习248种红外信号
5V 1A供电
支持学习248种红外信号
5V 1A供电
产品电气参数
品牌
GemeOpen
上市日期
2025年
产品类型
智能红外控制器-WiFi版
产品型号
GSCU1B
外观尺寸
65mm*65mm*29mm
输入电压
5V
工作电压
1A
遥控信号
38KHz 红外
待机功率
<1W
通信方式
2.4GHz WIFI
通讯模块
乐鑫ESP32
电源插口
USB Type-C
载波频率
38KHz 红外
遥控距离
6米(此为控制器正对设备无遮挡时,直线有效距离,因不同设备而异。注意: 本控制器遥控距离无法达到原装遥控器水平。)
红外学习
支持学习248种红外信号
产品开放指令
发送学习过的红外指令
支持
擦除红外指令
支持
学习红外代码
支持
恢复出厂
支持
设备软重启
支持
获取设备基础信息
支持
支持
支持
自定义MQTT
支持
自定义TCP
支持
产品手册下载
产品详情信息
常用指令示例
发送学习过的红外指令
统一指令:controller-infrared-emit
发送对应学习过的红外指令。
向设备发送指令 服务端向设备订阅topic发送消息
{
"action" : "emit",
"data" :
{
"no" : 110
},
"type" : "infrared"
}
"action" : "emit",
"data" :
{
"no" : 110
},
"type" : "infrared"
}
设备返回信息 设备向服务端订阅topic上报消息
{
"action" : "emit",
"mac" : "10b41d1a2f40",
"messageId" : "2026092201",
"no" : 110,
"success" : true,
"type" : "infrared"
}
"action" : "emit",
"mac" : "10b41d1a2f40",
"messageId" : "2026092201",
"no" : 110,
"success" : true,
"type" : "infrared"
}
擦除红外指令
统一指令:controller-infrared-erase
将全部学习过的擦除。
向设备发送指令 服务端向设备订阅topic发送消息
{
"action" : "erase",
"type" : "infrared"
}
"action" : "erase",
"type" : "infrared"
}
设备返回信息 设备向服务端订阅topic上报消息
{
"action" : "erase",
"mac" : "10b41d1a2f40",
"messageId" : "2026092201",
"success" : true,
"type" : "infrared"
}
"action" : "erase",
"mac" : "10b41d1a2f40",
"messageId" : "2026092201",
"success" : true,
"type" : "infrared"
}
学习红外代码
统一指令:controller-infrared-learn
通过指令下发学习红外指令。
向设备发送指令 服务端向设备订阅topic发送消息
{
"action" : "learn",
"data" :
{
"no" : 110
},
"type" : "infrared"
}
"action" : "learn",
"data" :
{
"no" : 110
},
"type" : "infrared"
}
设备返回信息 设备向服务端订阅topic上报消息
{
"action" : "learn",
"mac" : "10b41d1a2f40",
"messageId" : " 2026092201",
"no" : 110,
"success" : true,
"type" : "infrared"
}
"action" : "learn",
"mac" : "10b41d1a2f40",
"messageId" : " 2026092201",
"no" : 110,
"success" : true,
"type" : "infrared"
}
获取设备基础信息
统一指令:info-all
查询当前设备的基础信息,如设备MAC地址、设备型号、固件版本号、当前连接的WiFi名称(ssid)、当前设备被分配的IP地址、WiFi信号强度及相关配置信息。
向设备发送指令 服务端向设备订阅topic发送消息
{
"messageId" : "2026092201",
"type" : "info"
}
"messageId" : "2026092201",
"type" : "info"
}
设备返回信息 设备向服务端订阅topic上报消息
{
"code" : "Infrared-Controller-wifi",
"ip" : "192.168.0.223",
"mac" : "10b41d1a2f40",
"messageId" : "2026092201",
"signal" : -45,
"ssid" : "gemeopen",
"type" : "info",
"version" : "1.1.6",
"wifiLock" : 0
}
"code" : "Infrared-Controller-wifi",
"ip" : "192.168.0.223",
"mac" : "10b41d1a2f40",
"messageId" : "2026092201",
"signal" : -45,
"ssid" : "gemeopen",
"type" : "info",
"version" : "1.1.6",
"wifiLock" : 0
}
统一指令:ir_read
读取指定编号的红外码数据。
向设备发送指令 服务端向设备订阅topic发送消息
{
"action" : "ir_read",
"data" :
{
"no" : 100
},
"messageId" : "API-xxx",
"type" : "infrared"
}
"action" : "ir_read",
"data" :
{
"no" : 100
},
"messageId" : "API-xxx",
"type" : "infrared"
}
设备返回信息 设备向服务端订阅topic上报消息
{
"commandName" : "controller-infrared-read",
"ir_data" : "00495D2D0606060506060606060506060606060605110611051106110511061006110610060606060606060506060606061006060610061106100611061006110606061006FFFFFFFF",
"mac" : "4CEBD60BFD62",
"message" : "ok",
"messageId" : "API-xxx",
"no" : 100,
"source" : "command",
"success" : true
}
"commandName" : "controller-infrared-read",
"ir_data" : "00495D2D0606060506060606060506060606060605110611051106110511061006110610060606060606060506060606061006060610061106100611061006110606061006FFFFFFFF",
"mac" : "4CEBD60BFD62",
"message" : "ok",
"messageId" : "API-xxx",
"no" : 100,
"source" : "command",
"success" : true
}
统一指令:ir_write
向设备发送指令 服务端向设备订阅topic发送消息
{
"action" : "ir_write",
"ir_data" : "00495D2D0606060506060606060506060606060605110611051106110511061006110610060606060606060506060606061006060610061106100611061006110606061006FFFFFFFF",
"messageId" : "API-xxx",
"no" : 110,
"type" : "infrared"
}
"action" : "ir_write",
"ir_data" : "00495D2D0606060506060606060506060606060605110611051106110511061006110610060606060606060506060606061006060610061106100611061006110606061006FFFFFFFF",
"messageId" : "API-xxx",
"no" : 110,
"type" : "infrared"
}
设备返回信息 设备向服务端订阅topic上报消息
{
"commandName" : "controller-infrared-write",
"mac" : "4CEBD60BFD62",
"message" : "ok",
"messageId" : "API-xxx",
"no" : 110,
"source" : "command",
"success" : true
}
"commandName" : "controller-infrared-write",
"mac" : "4CEBD60BFD62",
"message" : "ok",
"messageId" : "API-xxx",
"no" : 110,
"source" : "command",
"success" : true
}
产品固件下载





下载




