您好,
您可以查证您的应用程序中,是否有写 flash 的操作,是否写错了位置,改写了系统参数区。
感谢您对 ESP8266 的关注!
Search found 1641 matches
- Wed Sep 06, 2017 11:28 am
- Forum: ESP8266 SDK
- Topic: ESP8266启动失败,打印乱码,仅重烧系统参数区文件esp_init_data_default.bin后ok,难道参数被改写了?
- Replies: 4
- Views: 2148
- Wed Sep 06, 2017 10:49 am
- Forum: ESP8266 SDK
- Topic: [BUG] ESP8266 boot1.7 can not jump to 0x101000 while using 16MB flash
- Replies: 2
- Views: 1232
Re: [BUG] ESP8266 boot1.7 can not jump to 0x101000 while using 16MB flash
Hi,
To use 16M flash, have you compiled the firmware in a 16M-flash-way (choose 16M flash in step 5 which compiling)?
And also have you downloaded the firmware in a 16M-flash-way (choose 16M flash which downloading)?
Thanks for your interest in ESP8266!
To use 16M flash, have you compiled the firmware in a 16M-flash-way (choose 16M flash in step 5 which compiling)?
And also have you downloaded the firmware in a 16M-flash-way (choose 16M flash which downloading)?
Thanks for your interest in ESP8266!
- Wed Sep 06, 2017 10:24 am
- Forum: ESP8266 SDK
- Topic: select返回-1,errno却是0
- Replies: 5
- Views: 3684
- Thu Aug 31, 2017 2:55 pm
- Forum: Report Bugs
- Topic: Bug in WPA2 EAP
- Replies: 26
- Views: 9117
Re: Bug in WPA2 EAP?
Hi,
Sorry for the inconvenience. We have checked it.
The root cause is that some device cannot recongize the auth mode automatically.
We will add an API to set auth mode in the future release.
Thanks for your interest in ESP8266!
Sorry for the inconvenience. We have checked it.
The root cause is that some device cannot recongize the auth mode automatically.
We will add an API to set auth mode in the future release.
Thanks for your interest in ESP8266!
- Wed Aug 30, 2017 10:12 am
- Forum: General Q&A
- Topic: What is the level of support of MIMO in ESP-WROOM-32
- Replies: 2
- Views: 1621
Re: What is the level of support of MIMO in ESP-WROOM-32
Hi,
Here is the ESP8266 BBS. For ESP32 forum, please go to https://www.esp32.com.
Thanks for your interest in ESP32 !
Here is the ESP8266 BBS. For ESP32 forum, please go to https://www.esp32.com.
Thanks for your interest in ESP32 !
- Sun Aug 27, 2017 3:23 pm
- Forum: Chit Chat
- Topic: Why so much spam using personal messaging
- Replies: 4
- Views: 2386
Re: Why so much spam using personal messaging
Hi exerion,
So sorry about the spamming issue. Could you report the spam message so that we can ban the user?
Thanks for your interest in ESP8266!
So sorry about the spamming issue. Could you report the spam message so that we can ban the user?
Thanks for your interest in ESP8266!
- Fri Aug 25, 2017 3:18 pm
- Forum: ESP8266 SDK
- Topic: [转载] SSL/TLS 双向认证 -- ESP8266 与 mosquitto 的 MQTT 双向认证
- Replies: 2
- Views: 3379
- Thu Aug 24, 2017 4:57 pm
- Forum: ESP8266 SDK
- Topic: mbedTls NONOS SDK 2.1 HTTP Server fatal exception
- Replies: 1
- Views: 1593
- Wed Aug 23, 2017 5:01 pm
- Forum: AT+ Commands
- Topic: SNTP not working in ESP8266
- Replies: 4
- Views: 3572
Re: SNTP not working in ESP8266
Hi,
You need to set the time zone first.
If your problem is still unsolved, please feel free to let me know.
Sorry for the inconvenience.
You need to set the time zone first.
Code: Select all
AT+CIPSNTPCFG=1,8 //set time zone
If your problem is still unsolved, please feel free to let me know.
Sorry for the inconvenience.
- Tue Aug 15, 2017 5:41 pm
- Forum: ESP8266 SDK
- Topic: What is the security model of esp-now
- Replies: 3
- Views: 1488
Re: What is the security model of esp-now
Hi,
Do you set the parameter "key" when calling esp_now_add_peer?
That "key" is used to encrypt the ESP-NOW communication.
Thanks for your interest in ESP8266!
Do you set the parameter "key" when calling esp_now_add_peer?
That "key" is used to encrypt the ESP-NOW communication.
Thanks for your interest in ESP8266!