StevenMHernandez/ESP32-CSI-Tool

I stop receiving CSI data after two data points

jayavanth opened this issue · 1 comments

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

  • Baud Rate: tried 921600, 1152000, 1500000, and 1552000
  • WiFi Channel per Device: 6
  • FreeRTOS > Tick rate (Hz): 1000

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):

  • OS: macOS
  • ESP-IDF Version: tried v4.4 and v5.0
  • ESP32-CSI-Tool Git Hash: cce5b1a

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