esp-csi icon indicating copy to clipboard operation
esp-csi copied to clipboard

csi run through mdf (AEGHB-510)

Open Connor-WangK opened this issue 2 years ago • 5 comments

can CSI detection run through mdf topology, I want to design a system for underground garage lighting, each light communicate with other nodes through mdf, if some one deteact a car or body is moving, it will notify other node to turn up the brightness.

Connor-WangK avatar Jan 03 '24 10:01 Connor-WangK

Can you clarify the meaning of MDF, for example, whether it refers to esp-mdf?

MacChu0315-Espressif avatar Jan 03 '24 11:01 MacChu0315-Espressif

yes, I means esp-mdf, maybe esp-now is ok.

Connor-WangK avatar Jan 04 '24 02:01 Connor-WangK

You can obtain CSI data and esp-radar results not only from esp-mdf but also from other esp-now related repositories after integrating the ESP-CSI repository into these projects. However, it is not recommended to develop new projects using ESP-MDF, as it is no longer actively maintained. Instead, we suggest using ESP-MESH-LITE, which is a more recommended alternative.

MacChu0315-Espressif avatar Jan 08 '24 08:01 MacChu0315-Espressif

You can obtain CSI data and esp-radar results not only from esp-mdf but also from other esp-now related repositories after integrating the ESP-CSI repository into these projects. However, it is not recommended to develop new projects using ESP-MDF, as it is no longer actively maintained. Instead, we suggest using ESP-MESH-LITE, which is a more recommended alternative.

I have tried both 'esp-mdf' and 'esp-mesh-lite' in a case which link for roadlights, the 'esp-mdf' is better, I guess 'esp-mesh-lite' is suitable work as a less nodes and short distance network topology.

Connor-WangK avatar Jan 10 '24 10:01 Connor-WangK

ESP-MDF is built on a proprietary WiFi-mesh protocol, making issue identification more challenging. In contrast, ESP-MESH-LITE is a repository founded on softAP and station, actively maintained, and is the recommended choice for development due to its ease of use and support.

MacChu0315-Espressif avatar Jan 15 '24 07:01 MacChu0315-Espressif