Search found 55 matches
- Thu Jan 07, 2021 2:02 am
- Forum: ESP-AT 中文讨论版
- Topic: AT固件源代码
- Replies: 1
- Views: 1056
- Wed Sep 09, 2020 2:30 am
- Forum: ESP-AT 中文讨论版
- Topic: ESP32-AT模式下运行TCP Client通信250ms帧间隔能否缩短
- Replies: 1
- Views: 4010
Re: ESP32-AT模式下运行TCP Client通信250ms帧间隔能否缩短
这个应该是 LWIP 协议栈里实现的吧。可以配置 TCP_NODELAY 试试,不过这是针对 TCP 发送,而不是接收的。
- Tue Sep 08, 2020 8:33 am
- Forum: ESP-AT 中文讨论版
- Topic: RTC_GPIO_PINx 寄存器中的RTC_IO_TOUCH_PADx_TO_GPIO 位
- Replies: 1
- Views: 2532
- Tue Sep 08, 2020 8:31 am
- Forum: ESP-AT 中文讨论版
- Topic: ESP32 尝试运行AT+GSLP命令时出现卡死
- Replies: 2
- Views: 3585
Re: ESP32 尝试运行AT+GSLP命令时出现卡死
升级到最新的 V2.1 看是否还有问题呢?
- Tue Apr 07, 2020 2:07 am
- Forum: General Discussion
- Topic: AT command for light-sleep
- Replies: 17
- Views: 7769
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
- Thu Mar 26, 2020 8:45 am
- Forum: ESP-AT 中文讨论版
- Topic: 蓝牙AT指令HID键盘
- Replies: 2
- Views: 7633
Re: 蓝牙AT指令HID键盘
HID 应该支持吧,https://github.com/espressif/esp-at/blo ... nds_Set.md 里有 AT+BLEHIDINIT 系列命令
扫描这个帖子是否有帮助?https://blog.csdn.net/espressif/article ... /102892086
扫描这个帖子是否有帮助?https://blog.csdn.net/espressif/article ... /102892086
- 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: 1766
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.
- Tue Mar 03, 2020 9:54 am
- Forum: ESP-AT 中文讨论版
- Topic: ESP-AT 進行 BQB 認證設定
- Replies: 4
- Views: 8868
Re: ESP-AT 進行 BQB 認證設定
软件部分应该可以直接引用吧?
- Tue Mar 03, 2020 7:00 am
- Forum: ESP-AT 中文讨论版
- Topic: ESP-AT 進行 BQB 認證設定
- Replies: 4
- Views: 8868
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...
- Mon Mar 02, 2020 6:25 am
- Forum: General Discussion
- Topic: esp32-at wifi + bluekitchen bluetooth
- Replies: 3
- Views: 1513
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.