Search found 486 matches
- Thu Apr 22, 2021 5:58 pm
- Forum: ESP8266 SDK
- Topic: esp_http_client returns error (cant connect)
- Replies: 1
- Views: 768
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: 136
Re: 求助自己打样的ESP8266烧录失败
找块官方模组对比试试看呢?如果官方模组可以,你的不可以,那可能就是硬件问题;如果官方模组和你的模组都不可以,那可能就是你操作或者用的工具之类的有问题。
- Thu Apr 22, 2021 5:52 pm
- Forum: ESP8266 SDK
- Topic: 连接UDP服务器失败
- Replies: 1
- Views: 31
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: 1013
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: 140
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: 631
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: 267
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: 647
- Mon Apr 12, 2021 11:17 am
- Forum: ESP8266 SDK
- Topic: Websocket ESP8266_RTOS_SDK
- Replies: 1
- Views: 674
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
- Tue Mar 02, 2021 4:46 pm
- Forum: General Q&A
- Topic: Websocket ESP8266_RTOS_SDK
- Replies: 1
- Views: 1198
Re: Websocket ESP8266_RTOS_SDK
I‘m not sure if these examples can help.. https://github.com/espressif/ESP8266_RT ... /protocols