An ESP32 and FlipperZero wifi mapping
Check the FlipperZero side at: flipper0-wifi-map
This is the colected data that will be send to FlipperZero, prepare for CSV semicolon separated:
AP hash;Distance (meters);AP auth mode;Time from start (seconds)
As the name suggests the data is hashed, trying here to maintain some kind of privacy, and based on the next APs retrieved concatenaded data:
The output looks like 2d2facaa.
An estimation of the distance in meters between ESP32 and the AP.
Data from: ap_info.authmode
Seconds elapsed since ESP32 has been connected to FlipperZero GPIO
$ idf.py flash
$ idf.py flash monitor
| Flipper Zero GPIO | ESP32 |
|---|---|
| GND | GND |
| RX | TXD GPIO_17 |
| 3V3 | 3V3 |