The GitHub repo states that the CSI library/feature is supported by existing ESP WiFi hardware (ESP32 / ESP32-S2 / ESP32-C3): https://github.com/espressif/esp-csi
Just wanted to post this, in case it’s of interest.
The component should be easy to use, but doesn’t have a very good accuracy (at least on my 8266 without external antenna). The algorithm just compares the current RSSI signal with the average value and detects a motion when both values differ. The already mentioned library probably uses a better detection algorithm, but I did not include this one as the source code is not available.
I apprecheate any kind of comments.