Naervern / sunnybreeze

A tiny solar-powered esp32-s2 weather monitor with wifi capture portal access, intended as a weather awareness project to enable monitoring for climate research and civic participation
GNU General Public License v3.0
0 stars 0 forks source link

Implement a WiFi probing request sniffer to wake up #12

Open Naervern opened 6 months ago

Naervern commented 6 months ago

A function to sniff probing requests can be a good addition to save extra power, making it possible to have a "standby mode" that's marked by short sleep times either of the whole system or just the 2.4GHz, waking up every few seconds, listening for incoming probing requests and in case any is detected, it should enable a "WiFi_State" to true for some time, enough for a client device to connect to the access point.