Search found 154 matches

by esp-at
Mon Apr 01, 2024 7:59 am
Forum: ESP-AT 中文讨论版
Topic: ESP32-WROOM-32UE 建立的socket 保活时间不好用
Replies: 1
Views: 1819

Re: ESP32-WROOM-32UE 建立的socket 保活时间不好用

keep-alive 是在和服务器交互时,客户端发送 keep-alive 包,服务器没有响应时才会关闭。你说的关闭,需要进一步抓包或者对比验证 确认是客户端发送的关闭还是服务器发送的关闭。
从以为经验看,服务器为了防止 DDOS 攻击,通常会主动关闭那些没有数据交互的连接。

~
by esp-at
Mon Feb 26, 2024 12:26 pm
Forum: ESP-AT
Topic: AT support for ESP32 S3 PICO
Replies: 1
Views: 1880

Re: AT support for ESP32 S3 PICO

May i know why you choose ESP32-S3 instead of the more cost-effective ESP32-C3 for your products?
by esp-at
Mon Feb 26, 2024 8:53 am
Forum: ESP-AT
Topic: Require Wifi code for soft AP using AT Command
Replies: 3
Views: 2729

Re: Require Wifi code for soft AP using AT Command

it depends on what application you used on your mobile phone. you could refer to https://docs.espressif.com/projects/esp ... index.html for more details.
by esp-at
Mon Feb 26, 2024 8:50 am
Forum: ESP-AT
Topic: Guides or references to enable / disable features
Replies: 2
Views: 2019

Re: Guides or references to enable / disable features

could you please disable features like the attachment p1.png shows, it works well on my side.

If it still cannot work, please provide more information (full compile logs, sdkconfig file, etc).
by esp-at
Mon Feb 26, 2024 8:43 am
Forum: ESP-AT
Topic: esp32 s2 wrover firmare
Replies: 1
Views: 2069

Re: esp32 s2 wrover firmare

Do your products require AT firmware? Why did you choose ESP32-S2 WROVER instead of the more cost-effective ESP32-C3?
btw, what does "factory reset" mean?
by esp-at
Mon Feb 26, 2024 8:33 am
Forum: ESP-AT
Topic: AT Command UART Encryption
Replies: 4
Views: 2380

Re: AT Command UART Encryption

Thank you for your suggestion! In fact, we have already had this feature requirement, and it is expected to be completed by Q2 2024. Once it's done, I'll let you know. If you're in a hurry, you can try to modify the encryption and decryption functions yourself. - you can encrypt the data (data is se...
by esp-at
Mon Feb 26, 2024 8:19 am
Forum: ESP-AT
Topic: Latest esp8285-1MB-at No AT response
Replies: 2
Views: 2439

Re: Latest esp8285-1MB-at No AT response

I'm not sure "RP2040 Pico W" board can work with Espressif's AT firmware, since it is not from Espressif. i would like to recommend you buy products from Espressif: https://www.espressif.com/en/contact-us/get-samples. You can read the following docs: - Hardware Connection: https://espressif-docs.rea...
by esp-at
Mon Feb 26, 2024 7:54 am
Forum: ESP-AT
Topic: AT+SYSMFG read command response throws error where AT+SYSMFG write command responded OK
Replies: 1
Views: 2053

Re: AT+SYSMFG read command response throws error where AT+SYSMFG write command responded OK

Hello, i tried the latest version, and it seems work well. (see the p1.png in the attachment). 1. You should have the "work" namespace before you erase it, otherwise, it returns ERROR. 2. received "busy p..." when you set the key-value. could you please double check if the right 8 characters you sen...
by esp-at
Mon Feb 26, 2024 7:32 am
Forum: ESP-AT
Topic: Configuration ESP32 WROVER as HTTP client to receive data using AT Commands?
Replies: 1
Views: 1998

Re: Configuration ESP32 WROVER as HTTP client to receive data using AT Commands?

sorry that we don't have the AT commands to support the http(https) server directly, but there are two possible helpful comments for yours. 1. AT works as a tcp server, and run the http(https) server on your STM32H753BI controller. 2. AT works as a http(https) server. Refer to AT+WEBSERVER commands,...
by esp-at
Mon Feb 26, 2024 7:10 am
Forum: ESP-AT 中文讨论版
Topic: ESP-WROOM-02D烧录后AT发送没反应
Replies: 1
Views: 2658

Re: ESP-WROOM-02D烧录后AT发送没反应

烦请检查一下您的硬件连接,是否按照这里的文档介绍连接的:
https://espressif-docs.readthedocs-host ... ml#esp8266