Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console_test Problems with running python scripts that don't show the associated graph (AEGHB-811) #205

Open
3 tasks done
mubai-w opened this issue Sep 13, 2024 · 2 comments

Comments

@mubai-w
Copy link

mubai-w commented Sep 13, 2024

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

Issue or Suggestion Description

image When I finish with two slices ESP32S3 console_test instance is running python esp_csi_tool.py -p COM5 and no relevant graph appears esp_csi_tool.py where the baud rate has been changed to 115200 Or how do I use the interface of the esp_csi_tool.py with two tablets of esp32s3 The version I'm using is esp_idf v5.3
@github-actions github-actions bot changed the title console_test Problems with running python scripts that don't show the associated graph console_test Problems with running python scripts that don't show the associated graph (AEGHB-811) Sep 13, 2024
@NingYuxiang
Copy link

NingYuxiang commented Nov 19, 2024

The baud rate is set to 2000000 by default.

If you want to change it to 115200, you need to modify both the baudrate in the esp_csi_tool.py file and the ESP_CONSOLE_UART_BAUDRATE in the console_test program. However, note that a low UART baud rate may result in delayed data transmission, causing queue overflows and data loss.
image

@TindalosKorone
Copy link

I have the same problem with him, I'm using ESP32S2, although my log is reacting, but by the time of getting CSI data, the same happens. After that, I used putty to monitor at 921600, and I could obtain CSI data, but under the same baud rate , I don't see it in console_test

CSI

  • As shown in the picture, my log stops under CSI RECV
  • but you can see it in putty:
    putty

  • Even if I use another software csi_data_read_parse.py , it can be displayed:
    csi_read

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants