Description
Hello,
maybe you are familiar with doppler "radar" modules for detecting motion using RF energy reflected by human body back to detector. Like the famous RCWL-0516 (using ~3.2GHz band):
I am quite sure that something very similar can be achieved with 2.4GHz frontend of ESP32 chip. Eg.: transmitting some short RF signal (eg. esp-now packets) and measuring the reflected frequency for doppler shift.
That way you can detect if there is some motion near the ESP32 chip (and possibly measuring distance of the moving human/object to artificialy limit the range of motion detection).
Do you thing there are chances that espressif will look into this topic? I believe that espressif engineers would do best job implementing such feature, since they already have knowledge of inner workings of the RF frontend hardware.