Search found 12 matches
- Wed Oct 09, 2019 6:35 am
- Forum: ESP-IDF 中文讨论版
- Topic: esp32 集成1000M 以太 PHY
- Replies: 0
- Views: 4234
esp32 集成1000M 以太 PHY
请问,哪位在esp32上集成过1000M 以太 PHY ,我看官网上提供的开发板提供的是10/100M 以太PHY
- Fri Sep 27, 2019 6:33 am
- Forum: ESP Mesh 中文讨论版
- Topic: 按照官网的mesh 人工组网例子manual_networking,出现持续201错误
- Replies: 2
- Views: 20994
按照官网的mesh 人工组网例子manual_networking,出现持续201错误
I (6295) mesh: 3356<scan>self-organized is disabled, users shall read out scan results by themselves.
I (6295) mesh_main: <MESH_EVENT_SCAN_DONE>number:29
W (6305) mesh_main: <MESH>[17]ESPM_711500, layer:1/5, assoc:0/6, 0, 4c:11:ae:71:15:01, channel:8, rssi:-46, ID<77:77:77:77:77:77><IE Encrypted>
W ...
I (6295) mesh_main: <MESH_EVENT_SCAN_DONE>number:29
W (6305) mesh_main: <MESH>[17]ESPM_711500, layer:1/5, assoc:0/6, 0, 4c:11:ae:71:15:01, channel:8, rssi:-46, ID<77:77:77:77:77:77><IE Encrypted>
W ...
- Thu Sep 12, 2019 6:50 am
- Forum: ESP Mesh 中文讨论版
- Topic: 设置按钮后 报phy_init: failed to load RF calibration data
- Replies: 1
- Views: 13839
设置按钮后 报phy_init: failed to load RF calibration data
I (0) cpu_start: Starting scheduler on APP CPU.
I (144) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
I (144) gpio: GPIO[27]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (244) wifi: wifi driver task: 3ffb7df0, prio:23, stack:3584 ...
I (144) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
I (144) gpio: GPIO[27]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (244) wifi: wifi driver task: 3ffb7df0, prio:23, stack:3584 ...
- Thu Sep 12, 2019 6:43 am
- Forum: ESP Mesh 中文讨论版
- Topic: esp_mesh_set_parent 重新连接问题
- Replies: 3
- Views: 17883
Re: esp_mesh_set_parent 重新连接问题
case MESH_EVENT_PARENT_DISCONNECTED:
ESP_LOGI(MESH_TAG,
"<MESH_EVENT_PARENT_DISCONNECTED>reason:%d",
event.info.disconnected.reason);
mesh_disconnected_indicator();
mesh_layer = esp_mesh_get_layer();
if (event.info.disconnected.reason == WIFI_REASON_ASSOC_TOOMANY) {
esp_wifi_scan_stop ...
ESP_LOGI(MESH_TAG,
"<MESH_EVENT_PARENT_DISCONNECTED>reason:%d",
event.info.disconnected.reason);
mesh_disconnected_indicator();
mesh_layer = esp_mesh_get_layer();
if (event.info.disconnected.reason == WIFI_REASON_ASSOC_TOOMANY) {
esp_wifi_scan_stop ...
- Sun Sep 08, 2019 1:47 am
- Forum: ESP Mesh 中文讨论版
- Topic: esp_mesh_set_parent 重新连接问题
- Replies: 3
- Views: 17883
esp_mesh_set_parent 重新连接问题
esp_mesh_set_parent 函数成功连接后,断开AP,该函数会不断发起重新连接 ,如何设置重新连接次数?
- Sat Sep 07, 2019 10:58 am
- Forum: ESP Mesh 中文讨论版
- Topic: esp_wifi_start_scan() 使用条件
- Replies: 1
- Views: 12294
esp_wifi_start_scan() 使用条件
专家:
3. The scanning triggered by esp_wifi_start_scan() will not be effective until connection between ESP32 and the AP is established. If ESP32 is scanning and connecting at the same time, ESP32 will abort scanning and return a warning message and error number ESP_ERR_WIFI_STATE. If you want to do ...
3. The scanning triggered by esp_wifi_start_scan() will not be effective until connection between ESP32 and the AP is established. If ESP32 is scanning and connecting at the same time, ESP32 will abort scanning and return a warning message and error number ESP_ERR_WIFI_STATE. If you want to do ...
- Fri Aug 30, 2019 8:53 am
- Forum: ESP Mesh 中文讨论版
- Topic: esp_mesh_recv 收数据机制
- Replies: 2
- Views: 20220
esp_mesh_recv 收数据机制
你好
请问 esp_mesh_recv这个函数有个提示
@attention Mesh RX queue should be checked regularly to avoid running out of memory.
* - Use esp_mesh_get_rx_pending() to check the number of packets available in the queue waiting
* to be received by applications.
这里的avoid running out of memory ,具体要如何避免? 不定期执行esp ...
请问 esp_mesh_recv这个函数有个提示
@attention Mesh RX queue should be checked regularly to avoid running out of memory.
* - Use esp_mesh_get_rx_pending() to check the number of packets available in the queue waiting
* to be received by applications.
这里的avoid running out of memory ,具体要如何避免? 不定期执行esp ...
- Wed Aug 28, 2019 10:02 am
- Forum: ESP Mesh 中文讨论版
- Topic: 利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
- Replies: 6
- Views: 29677
Re: 利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
另外 在mesh 自动组网程序中,如何获得某个节点的所有潜在父节点rssi?
- Wed Aug 28, 2019 9:54 am
- Forum: ESP Mesh 中文讨论版
- Topic: 利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
- Replies: 6
- Views: 29677
Re: 利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
我需要利用一个节点的潜在父节点的RSSI 进行定位计算。另外 在mesh 自组网程序中,如何获得某个节点的所有潜在父节点rssi?
- Wed Aug 28, 2019 3:16 am
- Forum: ESP Mesh 中文讨论版
- Topic: 利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
- Replies: 6
- Views: 29677
利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
你好
利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi