Search found 154 matches

by esp-at
Mon Feb 26, 2024 7:09 am
Forum: ESP-AT 中文讨论版
Topic: esp32-wroom at固件烧录成功后at指令没反应
Replies: 2
Views: 2524

Re: esp32-wroom at固件烧录成功后at指令没反应

一般是接线问题,或者串口工具配置问题。我们所有发布的固件,都是经过多轮测试、成千上万个 testcases,覆盖了多个硬件。因此固件本身不太可能出问题。

如果可能的话,烦请提供一下具体的固件下载地址,以及您的硬件接线。
by esp-at
Mon Feb 26, 2024 3:58 am
Forum: ESP-AT 中文讨论版
Topic: ESP8266如何烧录
Replies: 1
Views: 2496

Re: ESP8266如何烧录

by esp-at
Mon Feb 26, 2024 3:54 am
Forum: ESP-AT 中文讨论版
Topic: wifi APSTA 混合模式下 可以设置相同的静态ip地址吗
Replies: 1
Views: 2432

Re: wifi APSTA 混合模式下 可以设置相同的静态ip地址吗

请提供具体的 AT 命令顺序,AT 日志,AT 版本(发送 AT+GMR 命令获取),以及可能的具体问题描述。
by esp-at
Mon Feb 26, 2024 3:52 am
Forum: ESP-AT 中文讨论版
Topic: esp32-s3 U盘读写
Replies: 1
Views: 2304

Re: esp32-s3 U盘读写

ESP-AT 不支持 ESP32-S3,您可能要将问题提到对应的 bbs 板块。
by esp-at
Tue Jan 16, 2024 3:02 am
Forum: ESP-AT
Topic: Creating a Custom Partition for ESP-AT
Replies: 4
Views: 124586

Re: Creating a Custom Partition for ESP-AT

could you please try to change `--sector_size 4096` to `--sector_size 512`, and test again.

And if the issue still exists, i would like to look into it if you can push your reproduce code to GitHub.
by esp-at
Mon Jan 15, 2024 12:29 pm
Forum: ESP-AT
Topic: Error compiling esp-AT project
Replies: 1
Views: 11736

Re: Error compiling esp-AT project

ESP-AT does not support to compile by the Visual Studio Code IDE. you have to follow the guide: https://docs.espressif.com/projects/esp ... le_it.html
> you can browse the code by he VS code IDE.

please know.
by esp-at
Mon Jan 15, 2024 12:24 pm
Forum: ESP-AT
Topic: ESP-AT: CMake error: Does not match the generator used previously: Ninja
Replies: 1
Views: 12488

Re: ESP-AT: CMake error: Does not match the generator used previously: Ninja

could you please provide more details. have you followed the guide: https://docs.espressif.com/projects/esp ... le_it.html

If this can not fix your issue, please provide all the logs and steps you did.
by esp-at
Mon Jan 15, 2024 12:22 pm
Forum: ESP-AT
Topic: ESP-AT usage examples
Replies: 2
Views: 10263

Re: ESP-AT usage examples

1. I understand that I can install only the: factory_MINI-1.bin And this is instead of installing all the other binaries. I am right? > you can choose different firmwares according to your module/chip. ESP-AT has released firmwares for ESP32-C6, ESP32-C3, ESP32-C2, ESP32, and ESP8266. > You can comp...