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

Configuration entry 'ESP32-specific-->UART console baud rate' is missing metioned in Example 'ble_throughput' (IDFGH-14026) #14847

Open
3 tasks done
snowwolf007cn opened this issue Nov 7, 2024 · 1 comment
Assignees
Labels
Status: In Progress Work is in progress

Comments

@snowwolf007cn
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

I'm using ESP-IDF v5.3.1 to program my ESP32-C6-Devkitc-1-N8 and try to follow the 'ble_throughput' Example and follow the steps to configure my project. it said:

1. In order to maximize throughput, we need to set the uart print baud rate at 921600 or more:
Go to: idf.py menuconfig --> Component config --> ESP32-specific --> UART console baud rate and set to 921600 or 1500000 and don't print too much log.

but I didn't find the configuration entry 'ESP32-specific --> UART console baud rate' under Component config. What should I do now?

@espressif-bot espressif-bot added the Status: Opened Issue is new label Nov 7, 2024
@github-actions github-actions bot changed the title Configuration entry 'ESP32-specific-->UART console baud rate' is missing metioned in Example 'ble_throughput' Configuration entry 'ESP32-specific-->UART console baud rate' is missing metioned in Example 'ble_throughput' (IDFGH-14026) Nov 7, 2024
@rosmianto
Copy link

@snowwolf007cn ESP-Specific was part of menuconfig in older ESP-IDF version. It was renamed to ESP System Settings.

ble_throughput readme file hasn't been updated.

So you might want to follow these steps:

  1. Setting the UART baudrate to 921600: idf.py menuconfig --> Component config --> ESP System Settings --> Channel for console output --> Custom UART. And then idf.py menuconfig --> Component config --> ESP System Settings --> UART Console baud rate
  2. Example-specific settings: idf.py menuconfig --> Example 'GATT CLIENT THROUGHPUT' Config

@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Dec 3, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: In Progress Work is in progress labels Dec 11, 2024
@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Done Issue is done internally Resolution: Done Issue is done internally labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress Work is in progress
Projects
None yet
Development

No branches or pull requests

4 participants