Search found 154 matches

by esp-at
Fri Jun 28, 2024 8:47 am
Forum: ESP-AT
Topic: AT Command UART Encryption
Replies: 4
Views: 2367

Re: AT Command UART Encryption

I am really sorry for this delay. This feature would be implemented by an external example in 2024.Q3.
Apologies for any inconvenience caused.
by esp-at
Fri Jun 28, 2024 8:38 am
Forum: ESP-AT
Topic: Password Encryption - AT Command (AT+CWJAP)
Replies: 1
Views: 258

Re: Password Encryption - AT Command (AT+CWJAP)

Thank you for your feedback. We already have plans to implement this feature by an external example, as it's crucial for product security. The addition of this feature to AT is expected in 2024.Q3.
by esp-at
Fri Jun 28, 2024 8:19 am
Forum: ESP-AT
Topic: Startup and WiFi connection are more fast in ESP8266 than ESP32-C3
Replies: 1
Views: 351

Re: Startup and WiFi connection are more fast in ESP8266 than ESP32-C3

Hello, have you tried the v3.3.0.0 firmware: https://docs.espressif.com/projects/esp ... aries.html

in my test, it seems work well every time, see the attachment.

Could you please check your firmware version.
by esp-at
Fri Jun 28, 2024 8:09 am
Forum: ESP-AT
Topic: ESP-AT Commands Set for BLE-Mesh
Replies: 1
Views: 1459

Re: ESP-AT Commands Set for BLE-Mesh

sorry that esp-at does not have a plan to support ble-mesh. you have to add this feature by yourself.
by esp-at
Fri Jun 28, 2024 8:07 am
Forum: ESP-AT
Topic: Not able to write Mqtt cert in v3.2.0.0 ESP32-WROOM-32
Replies: 1
Views: 339

Re: Not able to write Mqtt cert in v3.2.0.0 ESP32-WROOM-32

Hello!
You can refer to Breaking changes of v3.2.0.0.
https://github.com/espressif/esp-at/rel ... g/v3.2.0.0

In short, you can use AT+SYSMFG command to operate PKI items.
https://docs.espressif.com/projects/esp ... cmd-sysmfg
by esp-at
Fri Jun 28, 2024 8:04 am
Forum: ESP-AT
Topic: ESP-AT for H2
Replies: 1
Views: 577

Re: ESP-AT for H2

Hi~
Currently, there are no plans for ESP-AT to support ESP32-H2:
https://github.com/espressif/esp-at?tab ... patibility


May I ask why you would like ESP-AT to support ESP32-H2, Have you considered the ESP32-C series chips?
by esp-at
Fri Jun 28, 2024 7:52 am
Forum: ESP-AT 中文讨论版
Topic: 网页编译 ESP-AT 工程如何设置 AT driver command support功能?修改哪个文件?
Replies: 2
Views: 363

Re: 网页编译 ESP-AT 工程如何设置 AT driver command support功能?修改哪个文件?

在编译之前,有运行 python build.py install 命令么?

另外,烦请提供一下完整的编译日志。