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

I stop receiving CSI data after two data points #87

Closed jayavanth closed 1 year ago

jayavanth commented 1 year ago

Describe the bug I'm running active_sta example on my ESP32-S3 and I only see two data points. Here's my output: https://pastebin.com/ULCSTp4r

I also notice that I get one more data point every 5 minutes or so.

Also noticed that UART baud rate option was not available in Common ESP32-related so I changed that in sdkconfig

Tool Settings

To Reproduce Steps to reproduce the behavior:

  1. Build project(s) ... active_sta
  2. Flash project(s) ... active_sta

Desktop (please complete the following information):

jayavanth commented 1 year ago

ok I found the issue. IP is hardcoded here https://github.com/StevenMHernandez/ESP32-CSI-Tool/blob/master/_components/sockets_component.h#L22

I changed it to the IP of my AP and it worked