Search found 177 matches

by esp-at
Fri Sep 01, 2023 8:59 am
Forum: ESP-AT
Topic: at+uart_cur=X,8,1,0,0 Not working
Replies: 1
Views: 8939

Re: at+uart_cur=X,8,1,0,0 Not working

Here are some possible ideas for debugging. 1. Have you try to use another module for test? what kind of module you used. 2. Have you measure if the voltage of chip is about 3.3V? 3. How you send the AT command? by MCU or PC, is it possible that hardware connection issue? 4. What if uses the v3.2.0....
by esp-at
Fri Sep 01, 2023 8:17 am
Forum: ESP-AT
Topic: Post json using AT commands
Replies: 1
Views: 6548

Re: Post json using AT commands

could you please provide the GPIO2 logs and capture packets for debugging, and what's the response of AT+GMR.
by esp-at
Fri Sep 01, 2023 8:14 am
Forum: ESP-AT
Topic: ESP-01 module grouping data packets together
Replies: 1
Views: 6216

Re: ESP-01 module grouping data packets together

sorry that we don't have an ESP-01 modules. could you please try with the esp modules: https://www.espressif.com/en/products/modules
by esp-at
Fri Sep 01, 2023 8:08 am
Forum: ESP-AT 中文讨论版
Topic: ESP32-C6 IPV6 的相关问题
Replies: 1
Views: 5954

Re: ESP32-C6 IPV6 的相关问题

烦请提供具体的复现步骤和日志。
by esp-at
Thu Aug 17, 2023 9:35 am
Forum: ESP-AT 中文讨论版
Topic: esp-wroom-02d自组网?
Replies: 1
Views: 5177

Re: esp-wroom-02d自组网?

by esp-at
Mon Jul 31, 2023 3:48 am
Forum: ESP-AT
Topic: Using AT+SYSMFG commands
Replies: 3
Views: 6442

Re: Using AT+SYSMFG commands

Hello @banjoluck, Different firmwares have different documentations. You should refer to https://docs.espressif.com/projects/esp-at/en/release-v2.4.0.0/esp32c3/index.html for v2.4.0.0/v2.4.2.0 firmwares. AT+SYSMFG command is added after v3.1.0.0 version, so you can use latest v3.2.0.0 firmware to ha...
by esp-at
Mon Jul 24, 2023 2:40 am
Forum: ESP-AT
Topic: ESP8266 AT MQTT SSL Certificates not working
Replies: 3
Views: 7001

Re: ESP8266 AT MQTT SSL Certificates not working

Sorry for the inconvenience. For a well-designed firmware, it shouldn't crash anyhow. However, memory issues are a global problem, and if any component does not handle memory allocation properly, it can lead to crash situations. As the ESP8266 SDK will not undergo significant updates, it is unlikely...
by esp-at
Mon Jul 17, 2023 11:13 am
Forum: ESP-AT
Topic: ESP-AT Bin for ESP32-C6
Replies: 7
Views: 8849

Re: ESP-AT Bin for ESP32-C6

@UBTTOM @i-Labs
First firmware of ESP32-C6 is ready, you can download it from the GitHub Actions: https://github.com/espressif/esp-at/act ... #artifacts

The document of ESP32-C6 is ready, see https://docs.espressif.com/projects/esp ... index.html for more details.

~
by esp-at
Mon Jul 17, 2023 11:06 am
Forum: ESP-AT 中文讨论版
Topic: esp32-at 不能自己编译官方发布版的固件么?
Replies: 1
Views: 5532

Re: esp32-at 不能自己编译官方发布版的固件么?

建议使用 master。多种配置最终生成 mfg_nvs.bin,参考: https://docs.espressif.com/projects/esp-at/zh_CN/latest/esp32/index_of_abbreviations.html#term-manufacturing-nvs 预编译时:可以参考 https://docs.espressif.com/projects/esp-at/zh_CN/latest/esp32/Compile_and_Develop/How_to_customize_BLE_services.html 修改配置 编译完成时:可以通过 https:/...