StevenMHernandez / ESP32-CSI-Tool

Extract Channel State Information from WiFi-enabled ESP32 Microcontroller. Active and Passive modes available. (https://stevenmhernandez.github.io/ESP32-CSI-Tool/)
https://stevenmhernandez.github.io/ESP32-CSI-Tool/
MIT License
262 stars 72 forks source link

How to capture the whole real time CSI wave into a figure #77

Open olliec28 opened 1 year ago

olliec28 commented 1 year ago

I want to save the whole of the real time CSI wave into a file. I have found the plt.savefig('filename') method. However, this only captures the last bit of the wave at the point where I stop the CSI data collection. Anyone know a way round this where I can capture the whole wave and not just the last part?

Thanks