你好:
我们测试用的是模组,请用我们最新的SDK,测试用light-sample code测试就可以了。
code链接:https://github.com/espressif/esp8266-nonos-sample-code/tree/master/01System/Light_Sleep_Demo
Search found 134 matches
- Fri Mar 24, 2017 2:45 pm
- Forum: ESP8266 SDK
- Topic: light sleep 状态,通过抓包发现8266频繁向AP发送 802.11数据帧
- Replies: 3
- Views: 4934
- Tue Feb 28, 2017 3:01 pm
- Forum: ESP8266 SDK
- Topic: NON_OS sdkv2.0.0的mqtt demo里串口中断没反应
- Replies: 1
- Views: 3386
Re: NON_OS sdkv2.0.0的mqtt demo里串口中断没反应
你好:
关于non-os的MQTT在SDK2.0.0版本的UART中断刚刚又测试是完全可以的,默认的是UART0。
关于non-os的MQTT在SDK2.0.0版本的UART中断刚刚又测试是完全可以的,默认的是UART0。
- Tue Feb 28, 2017 1:27 pm
- Forum: ESP8266 SDK
- Topic: 你好!请问下ESP8266_NONOS_SDK_V2.0 user1.bin和user2.bin的问题
- Replies: 1
- Views: 3115
Re: 你好!请问下ESP8266_NONOS_SDK_V2.0 user1.bin和user2.bin的问题
你好:
user1和user2烧录的地址是不一样的,这两个烧录的地址根据你flash大小来定。你可以参考下面的文档连接。
http://www.espressif.com/sites/default/ ... n_v1.0.pdf
user1和user2烧录的地址是不一样的,这两个烧录的地址根据你flash大小来定。你可以参考下面的文档连接。
http://www.espressif.com/sites/default/ ... n_v1.0.pdf
- Mon Feb 27, 2017 8:47 pm
- Forum: AT+ Commands
- Topic: AT+CIPSTART closes on some websites when using SSL
- Replies: 5
- Views: 8671
Re: AT+CIPSTART closes on some websites when using SSL
Hi:
Our AT Framework can be used in HTTP, not HTTPs. If using HTTP, you should add some code in your project, and you can refer to the demo code as below:
https://github.com/espressif/esp8266-no ... Demo_https
Our AT Framework can be used in HTTP, not HTTPs. If using HTTP, you should add some code in your project, and you can refer to the demo code as below:
https://github.com/espressif/esp8266-no ... Demo_https
- Mon Feb 27, 2017 8:11 pm
- Forum: AT+ Commands
- Topic: AT+UART Command Does not Work
- Replies: 1
- Views: 2284
Re: AT+UART Command Does not Work
Hi
Your AT Command format is wrong, and the commond should not leave the space between numbers. The right version is as follow:
AT+UART=115200,8,1,0,0
Your AT Command format is wrong, and the commond should not leave the space between numbers. The right version is as follow:
AT+UART=115200,8,1,0,0
- Mon Feb 27, 2017 7:31 pm
- Forum: ESP8266 SDK
- Topic: Can I modify the MESH-DEMO to run on RTOS-SDK?
- Replies: 1
- Views: 2888
Re: Can I modify the MESH-DEMO to run on RTOS-SDK?
Hi
About ESP8266.we just use non-os for mesh in near further,But about ESP32 we will support RTOS.
About ESP8266.we just use non-os for mesh in near further,But about ESP32 we will support RTOS.
- Mon Feb 27, 2017 7:25 pm
- Forum: AT+ Commands
- Topic: ESP-WROOM-02 - Startup Problem (Beginner)
- Replies: 2
- Views: 3520
Re: ESP-WROOM-02 - Startup Problem (Beginner)
Hi
ESP 01 is't our official model,so i am not familiar with this model.About WROOM 02,So i don 't you how control it,you can consult this Doc.
http://www.espressif.com/sites/default/ ... eet_en.pdf
ESP 01 is't our official model,so i am not familiar with this model.About WROOM 02,So i don 't you how control it,you can consult this Doc.
http://www.espressif.com/sites/default/ ... eet_en.pdf
- Mon Feb 27, 2017 11:15 am
- Forum: ESP8266 SDK
- Topic: Unable to set static IP
- Replies: 1
- Views: 2803
Re: Unable to set static IP
Hi
About this,I don't you how to set,but you can consult this sample to set.
https://github.com/espressif/esp8266-rt ... /conn_ap.c
About this,I don't you how to set,but you can consult this sample to set.
https://github.com/espressif/esp8266-rt ... /conn_ap.c
- Fri Feb 24, 2017 5:55 pm
- Forum: Chit Chat
- Topic: Power numbers with ESPNOW
- Replies: 2
- Views: 4190
Re: Power numbers with ESPNOW
Hi
In deep sleep Mode,just RTC is working,but you can wake up.
In deep sleep Mode,just RTC is working,but you can wake up.
- Fri Feb 24, 2017 5:28 pm
- Forum: Chit Chat
- Topic: Power numbers with ESPNOW
- Replies: 2
- Views: 4190
Re: Power numbers with ESPNOW
Hi
In deep sleep Mode,just RTC is working,but you can wake up.
In deep sleep Mode,just RTC is working,but you can wake up.