Search found 71 matches

by Helen L
Tue Apr 07, 2020 2:07 am
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 19561

Re: AT command for light-sleep

How about the AT+SLEEP command of the latest master? https://github.com/espressif/esp-at/blo ... nds_Set.md
by Helen L
Thu Mar 26, 2020 8:45 am
Forum: ESP-AT 中文讨论版
Topic: 蓝牙AT指令HID键盘
Replies: 2
Views: 12795

Re: 蓝牙AT指令HID键盘

HID 应该支持吧,https://github.com/espressif/esp-at/blo ... nds_Set.md 里有 AT+BLEHIDINIT 系列命令
扫描这个帖子是否有帮助?https://blog.csdn.net/espressif/article ... /102892086
by Helen L
Thu Mar 12, 2020 2:55 am
Forum: General Discussion
Topic: Current 'Tip Of Tree' Recipe for NINA-W102 Plz (ESP-AT Build)
Replies: 1
Views: 3726

Re: Current 'Tip Of Tree' Recipe for NINA-W102 Plz (ESP-AT Build)

Maybe you can try a simple example of ESP-IDF 4.0 firstly, to see if it can work.
by Helen L
Tue Mar 03, 2020 9:54 am
Forum: ESP-AT 中文讨论版
Topic: ESP-AT 進行 BQB 認證設定
Replies: 4
Views: 15270

Re: ESP-AT 進行 BQB 認證設定

软件部分应该可以直接引用吧?
by Helen L
Tue Mar 03, 2020 7:00 am
Forum: ESP-AT 中文讨论版
Topic: ESP-AT 進行 BQB 認證設定
Replies: 4
Views: 15270

Re: ESP-AT 進行 BQB 認證設定

这个帖子应该对你有帮助 https://mp.weixin.qq.com/s?__biz=MzA4Nzc5MjkwNw==&mid=2651783810&idx=1&sn=fb0e132af240606d8178347966721542&chksm=8bcfaee6bcb827f03992aa200a2eb2baef5114712a4001da0c8282502a9183f5379605412cea&mpshare=1&scene=1&srcid=0920VLpOLubCew48DrCRdjCT&sharer_sharetime=1583218643838&sharer_shareid=1a1...
by Helen L
Mon Mar 02, 2020 6:25 am
Forum: General Discussion
Topic: esp32-at wifi + bluekitchen bluetooth
Replies: 3
Views: 4084

Re: esp32-at wifi + bluekitchen bluetooth

It seems that the ESP32 at bluetooth stack is depending on the ESP-IDF, which uses the bluedroid bluetooth stack.
by Helen L
Fri Feb 28, 2020 6:15 am
Forum: ESP-AT 中文讨论版
Topic: stm32控制esp32-wroom-32上传档案问题
Replies: 1
Views: 13039

Re: stm32控制esp32-wroom-32上传档案问题

是问如何发送 TCP 数据吗?参考一下文档 https://www.espressif.com/sites/default ... les_cn.pdf 章节 9.1 呢
by Helen L
Thu Feb 13, 2020 11:19 am
Forum: General Discussion
Topic: Receive multicast packets with AT + CIPSTART
Replies: 4
Views: 6213

Re: Receive multicast packets with AT + CIPSTART

It seems that ESP32 AT does not support multicast for now, maybe it should be added in the future.
by Helen L
Mon Jan 13, 2020 8:01 am
Forum: ESP-IDF
Topic: ESP32 WROOM AT issue: command no response
Replies: 5
Views: 6188

Re: ESP32 WROOM AT issue: command no response

ESP32 supports multiple UARTs, one is for printing debug logs, another is for AT commands.