Search found 336 matches

by Sun
Tue Aug 19, 2025 9:58 am
Forum: ESP-AT 中文讨论版
Topic: 烧录ESP-WROOM-02-AT-V2.2.2.0固件后AT指令没反应
Replies: 1
Views: 8114

Re: 烧录ESP-WROOM-02-AT-V2.2.2.0固件后AT指令没反应

Hi, 这个问题解决了吗?如果已解决,能否分享一下原因?
如果问题仍未解决,可以提供更多信息吗?例如,您之前是否在硬件上成功使用过 ESP-WROOM-02-AT 固件?或者您是否尝试过使用 CuteCom 串口工具进行测试?此外,请确认串口的波特率设置是否正确(默认固件应为 115200)。
by Sun
Tue Mar 25, 2025 3:03 am
Forum: ESP-AT
Topic: How to compile BLE GAP API of bluedroid on at_custom_cmd.c?
Replies: 1
Views: 1485

Re: How to compile BLE GAP API of bluedroid on at_custom_cmd.c?

ESP32/ESP32C3 AT is based on bluedroid, and ESP32C2/ESP32C6 AT is based on nimble protocol stack. If you need to develop new BLE AT commands based on ESP32C6 AT, please call nimble API.
by Sun
Tue Mar 25, 2025 2:52 am
Forum: ESP-AT
Topic: Does AT+BLEGATTCWR select between Write and Write without response
Replies: 1
Views: 2897

Re: Does AT+BLEGATTCWR select between Write and Write without response

If 'Write' and 'Write without Response' are supported, ‘write’ is used by default.
by Sun
Tue Mar 25, 2025 2:38 am
Forum: ESP-AT
Topic: AT+BLEDISCONN blocking issue
Replies: 2
Views: 12109

Re: AT+BLEDISCONN blocking issue

Tested with ESP32C6 version v4.0.0.0 AT version firmware, no related issues were found. Please use the AT firmware on the esp-at master branch to test whether this problem still exists. If this problem still exists, please provide detailed logs of the AT command port and log port with timestamps.
by Sun
Mon Mar 24, 2025 11:27 am
Forum: ESP-AT
Topic: BLE SPP mode sending unexpected AT events
Replies: 4
Views: 15396

Re: BLE SPP mode sending unexpected AT events

In SPP mode, the output of the +BLEDISCONN log is controlled by the AT+SYSMSG command. You can refer to the usage instructions for that command for more information.
Generating +BLEDISCONN does not automatically exit SPP mode, you should always execute +++ to exit SPP mode if possible.
by Sun
Mon Mar 24, 2025 11:07 am
Forum: ESP-AT
Topic: How can I exit SPP mode?
Replies: 4
Views: 11176

Re: How can I exit SPP mode?

1. The operation of executing `+++` to exit BLE passthrough is already described in the AT documentation.
企业微信截图_17428105931134.png
2. If you want the ESP device to actively negotiate MTU as a BLE server, please execute the `AT+BLECONN` command to reconnect to the BLE client after establishing the ...
by Sun
Mon Mar 24, 2025 9:58 am
Forum: ESP-AT 中文讨论版
Topic: ESP32 AT经典蓝牙SPP协议接收数据(+BTDATA:)断包
Replies: 1
Views: 10223

Re: ESP32 AT经典蓝牙SPP协议接收数据(+BTDATA:)断包

该内容与 [此链接](https://esp32.com/viewtopic.php?f=34&t=43723) 重复,已在该帖子中进行了回复。
by Sun
Mon Mar 24, 2025 9:45 am
Forum: ESP-AT 中文讨论版
Topic: ESP32 AT经典蓝牙SPP协议接收数据(+BTDATA:)断包
Replies: 1
Views: 9267

Re: ESP32 AT经典蓝牙SPP协议接收数据(+BTDATA:)断包

可以抓包看下 HC-06 模块发过来的数据是不是在传输到 esp32 之前就已经分成好几包了哈。可以在 MCU 端对于 ESP32 接收到的数据进行重新组包。
by Sun
Mon Mar 24, 2025 9:33 am
Forum: ESP-AT 中文讨论版
Topic: BLUFI和HID服务同时开启
Replies: 1
Views: 12116

Re: BLUFI和HID服务同时开启

AT 不支持同时使用 HID 和 BluFi 指令。
by Sun
Mon Mar 24, 2025 3:57 am
Forum: ESP-AT 中文讨论版
Topic: ble
Replies: 1
Views: 11346

Re: ble

你是直接使用 ESP-IDF 的示例代码吗?如果是的话,可以在 [ESP-IDF 中文版块](viewforum.php?f=25) 提交你的问题,并提供你使用的 ESP 软件版本信息,以及复现该问题的具体步骤,这样可能会更快得到回应。

关于这个问题,你可以抓包,查看手机端发送的包中的 MTU 值。如果包中的 MTU 值正确,请检查 `menuconfig` 中的 BLE 配置,看看是否对 MTU 设置了限制。

Go to advanced search