Search found 326 matches
- Fri Oct 18, 2024 3:53 am
- Forum: ESP-AT 中文讨论版
- Topic: esp32-C6 at+blescan=1,0,2,"LM001",立马返回ERROR
- Replies: 1
- Views: 1768
Re: esp32-C6 at+blescan=1,0,2,"LM001",立马返回ERROR
你可以参考 《如何从 GitHub 下载最新临时版本 AT 固件》 文档下载最新 master 分支 的 AT 固件测试看下是否还存在此问题哈。 [11:49:22:655] AT+RESTORE␍␊ [11:49:23:070] ␍␊ [11:49:23:070] OK␍␊ [11:49:24:480] ␍␊ [11:49:24:480] ready␍␊ [11:49:26:684] AT+BLEINIT=1␍␊ [11:49:26:972] ␍␊ [11:49:26:988] OK␍␊ [11:49:40:342] AT+GMR␍␊ [11:49:40:342] AT version:3....
- Fri Oct 11, 2024 6:34 am
- Forum: ESP-AT 中文讨论版
- Topic: 两块ESP32c2开发板建立SPP连接,通信正常后,又断开通信
- Replies: 1
- Views: 2391
Re: 两块ESP32c2开发板建立SPP连接,通信正常后,又断开通信
我在日志中看到 "ready", 设备似乎重启了,可以提供多些日志吗,例如执行 AT+GMR 命令查询的 AT 版本信息,以及详细的 AT 命令,以及 AT 日志端口的日志。
- Fri Oct 11, 2024 6:26 am
- Forum: ESP-AT
- Topic: Specifying 128-bit UUIDs for Custom Service and Characteristics ESP32C6
- Replies: 1
- Views: 1819
Re: Specifying 128-bit UUIDs for Custom Service and Characteristics ESP32C6
Maybe you can test by downloading the latest AT firmware from the latest master branch and see if the problem persists.
- Fri Oct 11, 2024 6:14 am
- Forum: ESP-AT
- Topic: Is there a way to set a fixed Bluetooth Random Static Device Address on ESP32-C6?
- Replies: 1
- Views: 1242
Re: Is there a way to set a fixed Bluetooth Random Static Device Address on ESP32-C6?
As far as I know, the ESP32C6 AT is based on the Nimble protocol and cannot set a BLE random static address.
- Wed Oct 09, 2024 3:37 am
- Forum: ESP-AT
- Topic: How can I exit SPP mode?
- Replies: 3
- Views: 1865
Re: How can I exit SPP mode?
Perhaps you could read the introduction to the AT+BLESPP command to find the answer (+++) you're looking for.
- Wed Oct 09, 2024 2:52 am
- Forum: ESP-AT
- Topic: AT commands for ESP32 BLE to my Android ?
- Replies: 1
- Views: 1891
Re: AT commands for ESP32 BLE to my Android ?
You can follow this command sequence to complete pairing your device with your mobile phone, or refer to the example provided. 1. AT+BLEINIT=2 OK AT+BLESECPARAM? +BLESECPARAM:13,4,16,3,3,0 OK 2. AT+BLEADVDATAEX="ESP32_XX1","02E5","123456789A",1 OK 3. Click on the ESP32_XX1 device on the mobile phone...
- Fri Sep 13, 2024 2:24 am
- Forum: ESP-AT
- Topic: Esp36C6 AT Commands
- Replies: 1
- Views: 1982
Re: Esp36C6 AT Commands
The AT command needs to be followed by \r\n.
- Wed Sep 11, 2024 11:16 am
- Forum: ESP-AT 中文讨论版
- Topic: 为esp32-c2编译esp-at工程报错
- Replies: 3
- Views: 3369
- Tue Sep 10, 2024 7:58 am
- Forum: ESP-AT 中文讨论版
- Topic: esp-at 编译问题
- Replies: 9
- Views: 8601
Re: esp-at 编译问题
目前应该安装 IDF 5.0.7 工具安装器
- Tue Sep 10, 2024 7:50 am
- Forum: ESP-AT 中文讨论版
- Topic: 输入错误WIFI密码后发送BLUFI数据失败
- Replies: 4
- Views: 2826
Re: 输入错误WIFI密码后发送BLUFI数据失败
没有太理解你说的配网过程。
AT BLUFI 配网流程可以参考:viewtopic.php?p=137177#p137177
AT BLUFI 配网流程可以参考:viewtopic.php?p=137177#p137177