Search found 4 matches
- 2025年 Jul 17日 14:57
- Forum: TuyaOS-多媒体&机器人开发
- Topic: AP模式配网一直打印IP Address:Netmask:等信息
- Replies: 6
- Views: 328
Re: AP模式配网一直打印IP Address:Netmask:等信息
这个问题已经解决了,是因为我的udhcpd.conf文件分配的ip网段和wlan ip不在同一个网段。 现在可以收到APP传过来的ssid和passwd,但是好像没有调用到tkl_wifi_station_connect,AP配网失败。 tkl_wifi_station_get_status这个函数要填充吗 OPERATE_RET tkl_wifi_station_get_status(WF_STATION_STAT_E *stat) { if(NULL == stat){ return OPRT_INVALID_PARM; } *stat = WSS_GOT_IP; //Be sure to...
- 2025年 Jul 17日 09:23
- Forum: TuyaOS-多媒体&机器人开发
- Topic: AP模式配网一直打印IP Address:Netmask:等信息
- Replies: 6
- Views: 328
Re: AP模式配网一直打印IP Address:Netmask:等信息
WIFI mode[1] Get IP:192.168.176.1
WIFI Get Mode [Master] 3
Interface: wlan0
IP Address: 192.168.176.1
Netmask: 255.255.255.0
Gateway: 192.168.176.255
目前情况还是一样,改了ip为192.168.176.1,Gateway也要改为192.168.176.1吗
- 2025年 Jul 17日 08:10
- Forum: TuyaOS-多媒体&机器人开发
- Topic: AP模式配网一直打印IP Address:Netmask:等信息
- Replies: 6
- Views: 328
Re: AP模式配网一直打印IP Address:Netmask:等信息
是AP配网,日志上没有看到配网信息,实际上APP已经操作到等待2分钟连接的页面了
- 2025年 Jul 16日 19:15
- Forum: TuyaOS-多媒体&机器人开发
- Topic: AP模式配网一直打印IP Address:Netmask:等信息
- Replies: 6
- Views: 328
AP模式配网一直打印IP Address:Netmask:等信息
ipc6.2.8sdk,app可以扫描设备并连接,发送wifi名称和密码后,设备还是一直打印如下信息 Gateway: 192.168.31.255 WIFI mode[1] Get IP:192.168.31.1 WIFI Get Mode [Master] 3 Interface: wlan0 IP Address: 192.168.31.1 Netmask: 255.255.255.0 Gateway: 192.168.31.255 WIFI mode[1] Get IP:192.168.31.1 WIFI Get Mode [Master] 3 Interface: wlan0 IP ...