ustccw

Results 327 comments of ustccw

#https://github.com/espressif/esp8266-aliyun/issues/26

@wenxiao11 i'm afraid that ESP32-AT cannot work with ESP-IDF 4.4. Currently, the latest IDF version supported by ESP32-AT is ESP-IDF 4.3. ESP32-AT will support ESP-IDF 5.0 in the next few...

@AlexAri1 Could you please take a look at this one: https://docs.espressif.com/projects/esp-at/en/latest/esp32c3/Compile_and_Develop/How_to_implement_SPI_AT.html

one more possible useful doc here: https://docs.espressif.com/projects/esp-at/en/latest/esp32/Compile_and_Develop/How_to_optimize_throughput.html if this is still not that effective, maybe @ESP-Coco could give more suggestion.

@ESP-Coco could you please take a look.

Log output should come from **GPIO2**, not the download port. Could you please double check your [hardware connection](https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp8266/Get_Started/Hardware_connection.html#esp8266-series).

@Polyteres Could you please provide detailed logs after you cloned ESP-AT.

@campbellyoung thanks for your report. it's about some unstable register related API `rtc_clk_slow_freq_get()`. please use `CONFIG_BT_CTRL_LPCLK_SEL_MAIN_XTAL` instead.

@sl2121 For a common TLS connection, certificate should be an optional item, not a required item. More details are in [RFC 5246](https://www.rfc-editor.org/rfc/rfc5246.html), search `Message flow for a full handshake`. so...

@wyorgason could you please provide the detailed compile logs.