I am trying to advertising my ESP32C3Mini using AT+BLEADVSTART and it stays in that mode for sometime and then goes into some disable mode.
Is the AT Firmware in the BLE module doing something if there are no connection requests or something?
Is there any way to keep the BLE advertising active for all the time?
ESP32C3MINI - How long does the advertising remain active without any connection requests?
Re: ESP32C3MINI - How long does the advertising remain active without any connection requests?
Hi,
Generally, if the broadcast is not actively stopped, it will continue to broadcast until it is connected. Can you provide test version information (AT+GMR), AT command and log.
Generally, if the broadcast is not actively stopped, it will continue to broadcast until it is connected. Can you provide test version information (AT+GMR), AT command and log.
Re: ESP32C3MINI - How long does the advertising remain active without any connection requests?
UART4 RX = AT+GMR
UART4 RX = AT version:2.4.0.0(4c6eb5e - ESP32C3 - May 20 2022 03:11:59)
UART4 RX = SDK version:qa-test-v4.3.3-20220423
UART4 RX = compile time(5641e0a):May 20 2022 11:13:44
UART4 RX = Bin version:2.4.0(MINI-1)
UART4 RX =
UART4 RX = OK
Re: ESP32C3MINI - How long does the advertising remain active without any connection requests?
Can you provide the relevant AT command so that I can reproduce the issue?
By the way, the C3 version has been updated to v2.4.2.0 (https://docs.espressif.com/projects/esp ... aries.html). Maybe you can test it on this version
Re: ESP32C3MINI - How long does the advertising remain active without any connection requests?
The AT commands used by me to setup:ESP_Sun wrote: ↑Tue Nov 29, 2022 9:16 amCan you provide the relevant AT command so that I can reproduce the issue?
By the way, the C3 version has been updated to v2.4.2.0 (https://docs.espressif.com/projects/esp ... aries.html). Maybe you can test it on this version
1. AT+CWMODE=3
2. AT+BLEINIT=2
3. AT+BLEADVDATAEX
4. AT+BLENAME
5. AT+BLEGATTSSRVCRE
6. AT+BLEGATTSSRVSTART
7. AT+BLEADVSTART
Re: ESP32C3MINI - How long does the advertising remain active without any connection requests?
Since ESP32C2 AT v2.4 and later versions are based on BLE 5.0, a command usage rule is added:ggeorge wrote: ↑Tue Nov 29, 2022 9:23 amThe AT commands used by me to setup:ESP_Sun wrote: ↑Tue Nov 29, 2022 9:16 amCan you provide the relevant AT command so that I can reproduce the issue?
By the way, the C3 version has been updated to v2.4.2.0 (https://docs.espressif.com/projects/esp ... aries.html). Maybe you can test it on this version
1. AT+CWMODE=3
2. AT+BLEINIT=2
3. AT+BLEADVDATAEX
4. AT+BLENAME
5. AT+BLEGATTSSRVCRE
6. AT+BLEGATTSSRVSTART
7. AT+BLEADVSTART
Please set BLE advertising parameters by AT+BLEADVPARAM command before using AT+BLEADVDATA command.
Maybe you can set AT+BLEADVPARAM first, then set AT+BLEADVDATAEX command, and then turn off the wifi mode (AT+CWMODE=0) to test whether the problem still exists.
AT+BLEADVPARAM: https://docs.espressif.com/projects/esp ... dvertising
Who is online
Users browsing this forum: No registered users and 36 guests