Extract Channel State Information from WiFi-enabled ESP32 Microcontroller. Active and Passive modes available. (https://stevenmhernandez.github.io/ESP32-CSI-Tool/)
Stars
461
Forks
103
Watchers
461
Open Issues
39
Overall repository health assessment
No package.json found
This might not be a Node.js project
70
commits
6
commits
5
commits
3
commits
1
commits
add AntiEave codebase link and dataset link, remove WiSense, add helpful notes about TX versus RX roles in README
cce5b1aView on GitHubadd PerCom 2023 "Scheduled Spatial Sensing against Adversarial WiFi Sensing" to publication list
f4f6389View on GitHub`serial_append_time.py` should not print the debug information because it is only used for writing CSI to a `.csv` file
478944fView on GitHubreplace `sys.stdin.readline` with newly implemented `readline.readline` which safely processes stdin data even if there are non-utf8 encoded characters. (this bug identified initially in #67)
28085b9View on GitHubimplement `WaitTimer` so that we can `print_stats` every 1 second while rendering the plot every 0.2 seconds (5Hz). With this implementation, we no longer need to update the plot every time a new CSI sample is received which prevents lagging plots (matplotlib is unable to plot at such high rates)
9b55449View on GitHubadd readline in cases where non-utf8 characters are output from the ESP32 serial port
918c3b4View on GitHubfixes some issues in #67, minor organization tweaks
eb6889bView on GitHub