Search found 108 matches

by ESP_LBB
Mon Oct 28, 2019 6:37 am
Forum: ESP Mesh 中文讨论版
Topic: mesh 关于内部节点之间的通信疑问
Replies: 5
Views: 32002

Re: mesh 关于内部节点之间的通信疑问

Hello, 1、节点之间能通过socket api直接通信吗? 可以的,参见 https://github.com/espressif/esp-mdf/tree/master/examples/function_demo/mwifi/router。 2、若节点有LAN口,通过socket 和 LAN 上的其它设备通信是否受限制? 不受限。 3、mesh 和 通常的wifi 是共存的吗? 就是加入mesh网络的节点,这时还能作为普通wifi设备连接或作为ap被其它wifi设备连接吗? 作为 mesh 节点后,Wi-Fi 相关功能会冲突,不能作为 AP 被其他 Wi-Fi 设备连接。但是可以启用...
by ESP_LBB
Mon Oct 28, 2019 6:33 am
Forum: ESP Mesh 中文讨论版
Topic: mesh 的root节点能否通过 4G拨号实现联网?
Replies: 3
Views: 15460

Re: mesh 的root节点能否通过 4G拨号实现联网?

Hi shb3618,

功能可以实现。

但这样的方式似乎没有省下什么?
by ESP_LBB
Fri Oct 18, 2019 7:53 am
Forum: ESP-MDF
Topic: Using ESP32 with existing Mesh networks that use OLSR?
Replies: 4
Views: 11192

Re: Using ESP32 with existing Mesh networks that use OLSR?

Hi chibill,

Sorry I'm afraid ESP32 don't support OLSR network, but we can support ESP-MESH(Wi-Fi Mesh) and ESP-BLE-MESH(BLE Mesh) if you need this function.
by ESP_LBB
Thu Oct 10, 2019 11:41 am
Forum: ESP-MDF
Topic: "Full Access to internet" by nodes of MESH
Replies: 2
Views: 7952

Re: "Full Access to internet" by nodes of MESH

Hi Leonardo,

Yes, the message to "outside" has to be forwared by the root node.
by ESP_LBB
Mon Sep 16, 2019 2:12 pm
Forum: ESP Mesh 中文讨论版
Topic: 设置按钮后 报phy_init: failed to load RF calibration data
Replies: 1
Views: 11865

Re: 设置按钮后 报phy_init: failed to load RF calibration data

Hi flyfly20000,

不影响,我们芯片初次上电会有 RF 自校准,并将数据存在 NVS 里,若擦除了该部分,就会出现这行打印,做全校准。
by ESP_LBB
Mon Sep 16, 2019 2:07 pm
Forum: ESP-MDF
Topic: mwifi_write() -> CRC or checksum?
Replies: 2
Views: 7431

Re: mwifi_write() -> CRC or checksum?

Hi cgfoed,

Sorry for the late reply as it was holiday from 13 to 15 in China.

The answer is yes, the CRC is already been implemented in IDF, which is the basic of MDF.
by ESP_LBB
Thu Sep 12, 2019 12:40 pm
Forum: ESP-MDF
Topic: Mesh Power Management (low power mode)
Replies: 5
Views: 25654

Re: Mesh Power Management (low power mode)

Hi orlov127, We estimate that 2500mAh can't support for 1 month with ESP-MESH function enabled. We would suggest that you can build the mesh network with some devices that has permanent power supply, these devices can be used to expande the network and allow them to forward the data from your camera...
by ESP_LBB
Tue Sep 10, 2019 10:02 am
Forum: ESP-MDF
Topic: Mesh Power Management (low power mode)
Replies: 5
Views: 25654

Re: Mesh Power Management (low power mode)

Hi orlov127,

Yes we are implementing light sleep+DFS+modem sleep, we are still testing its stability and functions, will release once it passes all the test.

But how long you wish the device can work with which kind of battery(2000 mAh ?) ?
by ESP_LBB
Tue Sep 10, 2019 9:55 am
Forum: ESP Mesh 中文讨论版
Topic: 利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi
Replies: 6
Views: 24139

Re: 利用 Mwifi自动组网后,如何获得某个节点的所有潜在父节点的rssi

Hi,

我们没有这个“潜在父节点” 的概念,只能是获取到周围所有节点的 RSSI,参考上一条回复的第二点方式:
2. 你可以参考 https://github.com/espressif/esp-mdf/bl ... cmd.c#L345获取其他结点的信号强度
by ESP_LBB
Fri Sep 06, 2019 7:56 am
Forum: ESP-IDF
Topic: ESP32-S2 toolchain installed. Works, suggestions to make it clearer for the user of existing IDF
Replies: 11
Views: 14956

Re: ESP32-S2 toolchain installed. Works, suggestions to make it clearer for the user of existing IDF

Hi fasani, Thanks for the suggestion, I'll forward to our develop team~ Here is the link for the pre-release version of ESP32-S2 datasheet for your reference: https://www.espressif.com/en/support/download/documents?keys=ESP32-S2 For the schematic of the development board, I'll share you by private m...