Search found 3 matches

by unclezheng
Sun Jan 11, 2026 11:36 am
Forum: ESP IoT Solution 中文讨论版
Topic: E (391925) esp_netif_lwip: dhcp client start failed
Replies: 0
Views: 979

E (391925) esp_netif_lwip: dhcp client start failed

> wifi connect -s OnePlus13

ssid: OnePlus13
I (389315) wifi:Set ps type: 2, coexist: 0

I (389315) ot_ext_cli: Start example_connect
I (389315) example_connect: Connecting to OnePlus13...
I (389325) example_connect: Waiting for IP(s)
I (391725) wifi:new:<1,0>, old:<1,0>, ap:<255,255>, sta:<1,0 ...
by unclezheng
Fri Jan 09, 2026 8:32 am
Forum: ESP IoT Solution 中文讨论版
Topic: ESP32 Zigbee custom_cluster
Replies: 0
Views: 782

ESP32 Zigbee custom_cluster

我想做一个简单的协调器向终端设备发送消息,通过创建custom_cluser然后绑定,直接发送消息。但目前的问题是一切看起来都是正常的,但是绑定表里面的内容是错误的,导致无法发送消息。
static void user_find_cb1(esp_zb_zdp_status_t zdo_status, uint16_t addr, uint8_t endpoint, void *user_ctx)
{
if (zdo_status == ESP_ZB_ZDP_STATUS_SUCCESS) {
ESP_LOGI(TAG, "Found device for cluster match ...
by unclezheng
Fri Jan 09, 2026 8:30 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32 Zigbee custom_cluster
Replies: 0
Views: 694

ESP32 Zigbee custom_cluster

我想做一个简单的协调器向终端设备发送消息,通过创建custom_cluser然后绑定,直接发送消息。但目前的问题是一切看起来都是正常的,但是绑定表里面的内容是错误的,导致无法发送消息。
static void user_find_cb1(esp_zb_zdp_status_t zdo_status, uint16_t addr, uint8_t endpoint, void *user_ctx)
{
if (zdo_status == ESP_ZB_ZDP_STATUS_SUCCESS) {
ESP_LOGI(TAG, "Found device for cluster match ...

Go to advanced search