Search found 177 matches

by esp-at
Tue Aug 20, 2024 3:24 am
Forum: ESP-AT
Topic: Downloading binary files with AT+HTTPCGET
Replies: 12
Views: 8578

Re: Downloading binary files with AT+HTTPCGET

About the second one:
"if the received file contains the string "\r\nOK\r\n""

have you tried to add ^ (which matches the starting position within the string) and $ (Matches the ending position of the string) to the regular syntax.
by esp-at
Fri Aug 16, 2024 10:01 am
Forum: ESP-AT 中文讨论版
Topic: ESP-AT固件提示modem sleep is disable, can't init bt stack
Replies: 4
Views: 4148

Re: ESP-AT固件提示modem sleep is disable, can't init bt stack

该问题已在 master 解决了,请用 master 上的代码验证~
by esp-at
Fri Aug 16, 2024 7:23 am
Forum: ESP-AT
Topic: Downloading binary files with AT+HTTPCGET
Replies: 12
Views: 8578

Re: Downloading binary files with AT+HTTPCGET

Hello, this issue should get fixed on master branch, could you please git pull the code and have a test.
by esp-at
Fri Aug 16, 2024 7:22 am
Forum: ESP-AT 中文讨论版
Topic: 请教C2设置休眠的问题
Replies: 3
Views: 3243

Re: 请教C2设置休眠的问题

新的固件 Wi-Fi 禁用时,设置 AT+SLEEP=1 和 AT+SLEEP=3 会出错,设置 AT+SLEEP=2 会成功。同时日志口会打印相关错误信息。
by esp-at
Fri Aug 16, 2024 7:19 am
Forum: ESP-AT 中文讨论版
Topic: 请教C2设置休眠的问题
Replies: 3
Views: 3243

Re: 请教C2设置休眠的问题

已在 master 上支持了,请自行编译固件验证~
by esp-at
Wed Aug 07, 2024 11:36 am
Forum: ESP-AT
Topic: Sometimes MQTT return messages do not conform to the rules
Replies: 2
Views: 2108

Re: Sometimes MQTT return messages do not conform to the rules

Hello~ I checked the MQTT code, and your issue seems quite unusual. The response header ( +MQTTSUBRECV:<linkid>,<"topic">,<data_len>, ) is constructed all at once by snprintf() , so it is unlikely to be affected by other data. To investigate further, could you please enable AT log, compile the AT fi...
by esp-at
Wed Aug 07, 2024 9:47 am
Forum: ESP-AT
Topic: Downloading binary files with AT+HTTPCGET
Replies: 12
Views: 8578

Re: Downloading binary files with AT+HTTPCGET

thanks for your example, i can reproduce it now. will fix it within one week.

~
by esp-at
Tue Aug 06, 2024 9:32 am
Forum: ESP-AT 中文讨论版
Topic: ESP-01S联网后导致STM32MCU引脚电平被拉高
Replies: 1
Views: 3254

Re: ESP-01S联网后导致STM32MCU引脚电平被拉高

你好,ESP-01S 不是 Espressif 的产品,而是 安信可 的:https://docs.ai-thinker.com/esp8266

你可以考虑从 Espressif 购买 ESP 的产品,或者从 安信可 寻求技术支持,谢谢!