Search found 6 matches
- Wed Oct 23, 2024 7:05 am
- Forum: General Discussion
- Topic: whether ESP-IDF support Dali library or SDK?
- Replies: 2
- Views: 1633
- Thu Sep 14, 2023 3:19 am
- Forum: ESP Mesh 中文讨论版
- Topic: 欢迎使用 ESP-Mesh-Lite 解决方案
- Replies: 4
- Views: 62135
Re: 欢迎使用 ESP-Mesh-Lite 解决方案
你好
我正在使用咱们的 Mesh-Lite 解决方案 进行网络开发,我想了解下
uint8_t vendor_id[2]; /**< The VID_1, VID_2 of Mesh-Lite */
uint8_t mesh_id; /**< The Mesh_ID of Mesh-Lite */
这里两个参数的调整对网络来说意味着什么?具体意思,文档里面并没有很好的描述。
我正在使用咱们的 Mesh-Lite 解决方案 进行网络开发,我想了解下
uint8_t vendor_id[2]; /**< The VID_1, VID_2 of Mesh-Lite */
uint8_t mesh_id; /**< The Mesh_ID of Mesh-Lite */
这里两个参数的调整对网络来说意味着什么?具体意思,文档里面并没有很好的描述。
- Tue May 23, 2023 3:37 am
- Forum: ESP-IDF 中文讨论版
- Topic: WiFi-mesh 和蓝牙同时启动,运行时出错重启
- Replies: 3
- Views: 4855
Re: WiFi-mesh 和蓝牙同时启动,运行时出错重启
使用API /** * @brief Set current WiFi power save type * * @attention Default power save type is WIFI_PS_MIN_MODEM. * * @param type power save type * * @return ESP_OK: succeed */ esp_err_t esp_wifi_set_ps(wifi_ps_type_t type); 是我打开方式的问题吗?仍然没有工作 I (785) wifi_init: WiFi IRAM OP enabled I (785) wifi_init...
- Tue May 23, 2023 3:21 am
- Forum: ESP Mesh 中文讨论版
- Topic: mesh 关于内部节点之间的通信疑问
- Replies: 5
- Views: 40061
Re: mesh 关于内部节点之间的通信疑问
你好,有wifi mesh 开启ble 的示例吗?可否提供一下,另外我测试了下 你所提供的例子,使用esp32 开启热点和tcp server ,mdf 下的router
示例是无法访问该ap 的tcpserver 的。
示例是无法访问该ap 的tcpserver 的。
- Mon May 22, 2023 8:14 am
- Forum: ESP Mesh 中文讨论版
- Topic: idf4.4 下 esp32 mdf router 示例无法连接另一块 esp32 提供的下的tcp server
- Replies: 1
- Views: 21910
idf4.4 下 esp32 mdf router 示例无法连接另一块 esp32 提供的下的tcp server
I (10279) wifi:set rx beacon pti, rx_bcn_pti: 0, bcn_timeout: 0, mt_pti: 25000, mt_time: 10000 I (10289) mesh: [scan]new scanning time:600ms, beacon interval:300ms I (10289) mesh: <nvs>write layer:1 I (10289) [mwifi, 175]: Parent is connected I (10299) [mwifi, 258]: State represents: 0 I (10299) wif...
- Mon May 22, 2023 6:43 am
- Forum: ESP Mesh 中文讨论版
- Topic: mdf的router加websocket协议问题
- Replies: 2
- Views: 25124
Re: mdf的router加websocket协议问题
我也遇到了类似问题 root 节点无法访问esp32 ap 的tcp server. (9979) [mqtt_examples, 422]: Root obtains the IP address. It is posted by LwIP stack automatically W (9989) mqtt_examples: tcp_client_task run lwip_socket(PF_INET, SOCK_STREAM, 0) = 54 I (9997) mqtt_examples: Socket created, connecting to 192.168.4.1:8989 l...