Search found 222 matches
- Thu Sep 08, 2016 7:15 pm
- Forum: ESP8266 SDK
- Topic: 升级到2.0.0后,smartconfig airkiss crash
- Replies: 10
- Views: 19937
Re: 升级到2.0.0后,smartconfig airkiss crash
我们新的文档会加进来的
- Wed Sep 07, 2016 6:58 pm
- Forum: ESP8266 SDK
- Topic: IllegalInstructionCause in system_get_os_print
- Replies: 10
- Views: 8324
Re: IllegalInstructionCause in system_get_os_print
please provide the reproduece code
- Wed Sep 07, 2016 10:17 am
- Forum: ESP8266 SDK
- Topic: Broken character encoding in lwip source code / 关于LwIP开源代码中那些乱码【・_・?】
- Replies: 2
- Views: 3879
- Tue Sep 06, 2016 5:01 pm
- Forum: AT+ Commands
- Topic: What does it mean "link is builded"?
- Replies: 6
- Views: 7057
Re: What does it mean "link is builded"?
“link is builded ERROR” that means ESP 8266 is under the connection. before you use "AT+CIPMUX=1", we recommad you disbale the ESP8266 connections
- Tue Sep 06, 2016 9:53 am
- Forum: AT+ Commands
- Topic: What does it mean "link is builded"?
- Replies: 6
- Views: 7057
Re: What does it mean "link is builded"?
hi sir,
My steps for your reference, "AT+CIPMUX" works ok
My steps for your reference, "AT+CIPMUX" works ok
- Mon Sep 05, 2016 3:16 pm
- Forum: ESP8266 SDK
- Topic: WPS in AP+STA Mode
- Replies: 3
- Views: 4872
Re: WPS in AP+STA Mode
will your device required the concurrence between AP and STA (ESP8266)?
- Mon Sep 05, 2016 3:10 pm
- Forum: AT+ Commands
- Topic: What does it mean "link is builded"?
- Replies: 6
- Views: 7057
Re: What does it mean "link is builded"?
Hi Sir: for AT+CIPMUX, something need your notification: 1. "AT+CIPMUX=1" can only be set when transparent transmission disabled( "AT+CIPMODE=0") 2. This mode can only be changed after all connections are disconnected. 3. If TCP server is started, has to delete TCP server first, ...
- Mon Sep 05, 2016 3:04 pm
- Forum: AT+ Commands
- Topic: Cannot connect to ESP8266 after a while
- Replies: 11
- Views: 12537
Re: Cannot connect to ESP8266 after a while
please highlight which router to reproduce the issue.
and also need clarify the settings of the router
and also need clarify the settings of the router
- Thu Sep 01, 2016 2:26 pm
- Forum: ESP8266 SDK
- Topic: deep_sleep的最长时间是多久
- Replies: 1
- Views: 3231
Re: deep_sleep的最长时间是多久
你好,
system_deep_sleep参数设置有两种情况:
1)设置为0,此时内部不会有定时器,系统会一致处于deep-sleep状态,除非通过外部GPIO拉低RST来唤醒
2)设置为>0,这就是设置了定时时间,单位为us;理论上讲,和你说的是一致的
system_deep_sleep参数设置有两种情况:
1)设置为0,此时内部不会有定时器,系统会一致处于deep-sleep状态,除非通过外部GPIO拉低RST来唤醒
2)设置为>0,这就是设置了定时时间,单位为us;理论上讲,和你说的是一致的
- Thu Sep 01, 2016 10:42 am
- Forum: ESP8266 SDK
- Topic: ESP8266 看门狗
- Replies: 1
- Views: 3587
Re: ESP8266 看门狗
对于这样的exception问题,你可以参考附件的调试手册,看看问题在哪里