Search found 487 matches
- Thu Apr 22, 2021 7:48 pm
- Forum: AT+ Commands
- Topic: REUSEPORT FAIL / LINGER FAIL errors, while connecting to tcp server
- Replies: 1
- Views: 190
Re: REUSEPORT FAIL / LINGER FAIL errors, while connecting to tcp server
Maybe you can have a try with the latest master of esp-at, it seems solved an issue like that https://github.com/espressif/esp-at/com ... 53488ffb2d .
- Thu Apr 22, 2021 5:58 pm
- Forum: ESP8266 SDK
- Topic: esp_http_client returns error (cant connect)
- Replies: 1
- Views: 782
Re: esp_http_client returns error (cant connect)
The latest RTOS 3.4 is released recently, maybe you could have a try to see if the issue persists?
- Thu Apr 22, 2021 5:54 pm
- Forum: ESP8266 SDK
- Topic: 求助自己打样的ESP8266烧录失败
- Replies: 1
- Views: 148
Re: 求助自己打样的ESP8266烧录失败
找块官方模组对比试试看呢?如果官方模组可以,你的不可以,那可能就是硬件问题;如果官方模组和你的模组都不可以,那可能就是你操作或者用的工具之类的有问题。
- Thu Apr 22, 2021 5:52 pm
- Forum: ESP8266 SDK
- Topic: 连接UDP服务器失败
- Replies: 1
- Views: 45
Re: 连接UDP服务器失败
感觉你的 SDK 版本太老了,考虑用最新的 RTOS SDK 试试么?https://github.com/espressif/ESP8266_RTOS_SDK
- Thu Apr 22, 2021 5:19 pm
- Forum: General Q&A
- Topic: Question on serial debugging
- Replies: 1
- Views: 1036
Re: Question on serial debugging
Maybe you could have a try with the latest RTOS SDK https://github.com/espressif/ESP8266_RTOS_SDK .
- Thu Apr 22, 2021 5:18 pm
- Forum: General Q&A
- Topic: cannot read nvs_flash
- Replies: 1
- Views: 155
Re: cannot read nvs_flash
Could this example help?https://github.com/espressif/ESP8266_RTOS_SDK/blob/master/components/nvs_flash/test/test_nvs.c
- Thu Apr 22, 2021 5:10 pm
- Forum: Report Bugs
- Topic: Repeatedly connecting and disconnecting to AP breaks httpd_server
- Replies: 1
- Views: 642
Re: Repeatedly connecting and disconnecting to AP breaks httpd_server
The latest RTOS 3.4 is just released recently, maybe you can have a try with the latest version to see if the issue persists.
- Mon Apr 12, 2021 11:34 am
- Forum: AT+ Commands
- Topic: Connect site with SSL
- Replies: 3
- Views: 275
Re: Connect site with SSL
If you set it as then it should be SSL connection. Or maybe you can try to capture Wi-Fi packets to make sure of it.
And some SSL server may need certificates to connect to it, but google.com is not one of them.
Code: Select all
AT+CIPSTART="SSL",xxxx
And some SSL server may need certificates to connect to it, but google.com is not one of them.
- Mon Apr 12, 2021 11:32 am
- Forum: ESP8266 SDK
- Topic: Trying to get i2c working on ESP8266 SDK with the ESP-01 board
- Replies: 1
- Views: 653
- Mon Apr 12, 2021 11:17 am
- Forum: ESP8266 SDK
- Topic: Websocket ESP8266_RTOS_SDK
- Replies: 1
- Views: 678
Re: Websocket ESP8266_RTOS_SDK
Since ESP8266_RTOS_SDK is similar to ESP-IDF, if there is no websocket example in ESP8266_RTOS_SDK, maybe you can have a try with the example in ESP-IDF. https://github.com/espressif/esp-idf/tr ... /websocket