espressif / esp-csi

Applications based on Wi-Fi CSI (Channel state information), such as indoor positioning, human detection
Apache License 2.0
689 stars 108 forks source link

connect_rainmaker - radar callback function seems to not receive csi data (AEGHB-707) #181

Open Vagalong opened 3 months ago

Vagalong commented 3 months ago

Hey,

Thanks a lot for sharing the repo it's great! I flashed esp32s3 tx with the csi_send project. I flashed another esp32s3 rx with connect rainmaker. The connect_rainmaker worked and I'm able to control the "sensor light" through the app.

The issue that I'm facing is csi packets are not received by radar_cb. I've tried to scan the for the ap the rx was transmitting . Upon finding the channel of the rx and setting it on the tx, still no csi packets were received.

In general I'm trying to connect the rx to the wifi and change the transmitter to the same channel. When this is done I'm planning to publish the radar data using mqtt.

ESP IDF: 5.1.3

MacChu0315-Espressif commented 3 months ago

The connect_rainmaker project does not explicitly print out the received CSI data, but only offers the results of the detection algorithm.