Where can we get the python3 script to receive and display CSI info in real time?
Opened this issue · 4 comments
"python3 script to receive and display CSI info in real time"
Where can we get the script?
thanks for your help very much.
./active_ap/host_processing_pyqt.py
This file may be what you are looking for.
Another problem, this python script can run on PC but not on ESP32, because only MicroPython but not Python can run on ESP32 chip, how to use this python script for receiving and displaying CSI info in real time?
thanks for your help very much!
You should run this Python script on your computer and keep your computer in the same Wi-Fi with ESP32. First flash the code (either active_ap or active client) to ESP32, then establish a Wi-Fi connection with another device. ESP32 will send "filtered" packets to your computer, which contain CSI info for display. You may need to update IP address in that script. You can check the debug output from ESP32 for more info about how it works and why it does not work.