Search found 477 matches
- Tue Mar 02, 2021 4:46 pm
- Forum: General Q&A
- Topic: Websocket ESP8266_RTOS_SDK
- Replies: 2
- Views: 1055
Re: Websocket ESP8266_RTOS_SDK
I‘m not sure if these examples can help.. https://github.com/espressif/ESP8266_RT ... /protocols
- Sun Feb 07, 2021 10:25 am
- Forum: ESP8266 SDK
- Topic: RTOS SDK 如何软件复位esp8266
- Replies: 1
- Views: 512
Re: RTOS SDK 如何软件复位esp8266
是不是 esp_restart?你可以看看开发文档
- Sun Feb 07, 2021 10:19 am
- Forum: AT+ Commands
- Topic: I'm having an issue with TCP RST instead of FIN.
- Replies: 9
- Views: 7593
Re: I'm having an issue with TCP RST instead of FIN.
Does the latest esp-at have the same issue? https://github.com/espressif/esp-at
- Thu Jan 28, 2021 5:19 pm
- Forum: General Q&A
- Topic: Problem with connecting to Cisco AIR-AP1852l-E-K9 (NONOS SDK 3.0.4)
- Replies: 1
- Views: 946
Re: Problem with connecting to Cisco AIR-AP1852l-E-K9 (NONOS SDK 3.0.4)
You can try to call esp_wifi_set_protocal(0, 7) in the Wi-Fi start event.
But if you are work on a new project, maybe the best way is to use RTOS SDK..
But if you are work on a new project, maybe the best way is to use RTOS SDK..
- Tue Jan 26, 2021 5:12 pm
- Forum: ESP8266 SDK
- Topic: ESP8266 SDK: atoi
- Replies: 1
- Views: 309
Re: ESP8266 SDK: atoi
It seems the version you used is a very old one, will you consider to use the latest RTOS SDK? https://github.com/espressif/ESP8266_RTOS_SDK
- Tue Jan 19, 2021 10:16 am
- Forum: General Q&A
- Topic: How to connect to an ssl server using the sntp protocol on ESP8266?
- Replies: 2
- Views: 793
- Fri Jan 15, 2021 4:10 pm
- Forum: Report Bugs
- Topic: Wrongly reacting to and sending 802.11 beacons with Channel Switch Announcement
- Replies: 15
- Views: 12481
Re: Wrongly reacting to and sending 802.11 beacons with Channel Switch Announcement
Does ESP8266 RTOS also have the same issue?
- Fri Jan 15, 2021 3:57 pm
- Forum: Report Bugs
- Topic: Retransmission flags in WiFi beacon frames in esp8266
- Replies: 1
- Views: 295
Re: Retransmission flags in WiFi beacon frames in esp8266
Which version of ESP8266 SDK are you using? How long is "a long work"?
- Tue Jan 12, 2021 10:39 am
- Forum: AT+ Commands
- Topic: Receiving Multicast
- Replies: 1
- Views: 697
Re: Receiving Multicast
Which version are you using? Maybe you can have a try with the latest AT? https://github.com/espressif/esp-at
- Mon Dec 28, 2020 4:37 pm
- Forum: ESP8266 SDK
- Topic: 【求助】rtos sdk 是不是没有选项关闭组件呀?
- Replies: 1
- Views: 1490
Re: 【求助】rtos sdk 是不是没有选项关闭组件呀?
确实是这样,就是会全部编译的吧