ESP8266 Developer Zone The Official ESP8266 Forum 2023-02-17T23:54:38+08:00 https://bbs.espressif.com:443/feed.php?f=6 2023-02-17T23:54:38+08:00 2023-02-17T23:54:38+08:00 https://bbs.espressif.com:443/viewtopic.php?t=78132&p=108390#p108390 <![CDATA[ESP8266 HDK • ESP32-C5 with 802.11AC 5Ghz]]> Thank you

Statistics: Posted by jkoperwas — Fri Feb 17, 2023 11:54 pm


]]>
2022-10-25T22:25:16+08:00 2022-10-25T22:25:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=567&p=102604#p102604 <![CDATA[ESP8266 HDK • Re: UART]]> Statistics: Posted by eriksl — Tue Oct 25, 2022 10:25 pm


]]>
2022-09-13T22:22:08+08:00 2022-09-13T22:22:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=567&p=102137#p102137 <![CDATA[ESP8266 HDK • Re: UART]]> Statistics: Posted by eriksl — Tue Sep 13, 2022 10:22 pm


]]>
2021-12-17T10:25:45+08:00 2021-12-17T10:25:45+08:00 https://bbs.espressif.com:443/viewtopic.php?t=75267&p=100464#p100464 <![CDATA[ESP8266 HDK • Re: Programs such as TCP connection will pause briefly]]> Statistics: Posted by Her Mary — Fri Dec 17, 2021 10:25 am


]]>
2021-12-03T14:52:59+08:00 2021-12-03T14:52:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=75267&p=100418#p100418 <![CDATA[ESP8266 HDK • Programs such as TCP connection will pause briefly]]> Statistics: Posted by qq1411881729 — Fri Dec 03, 2021 2:52 pm


]]>
2021-04-04T14:08:14+08:00 2021-04-04T14:08:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=74865&p=99593#p99593 <![CDATA[ESP8266 HDK • Documentation for ESP-LAUNCHER]]>
I had purchased couple of ESP-LAUNCHER/DEV boards few years back. Recently I tried to download the documentation for ESP-LAUNCHER boards. I could find only schematic, pcb design and BoM.

Please tell me where to download the user guide for the development board.

Regards,

Venkat

Statistics: Posted by kaevee — Sun Apr 04, 2021 2:08 pm


]]>
2021-02-27T15:56:07+08:00 2021-02-27T15:56:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=74692&p=99385#p99385 <![CDATA[ESP8266 HDK • ESP-WROOM-02 Firmware update to ESP8266 IDF AT Bin (Latest)]]>
I have some trouble with updating my firmware on my ESP-WROOM-02.
On my chip the Original firmawre => V1.6.2.0
I do an OTA firmware update and I get => V1.7.4
Now I try to Update to the last AT version and try to upload => ESP8266 IDF AT Bin (Latest)
I try with one binary download factory_WROOM-02.bin and also with several bin...
Download Update is seems OK...
Restart of cheap and I have defaut AP SSID (ESP_B9A4AC)
Test of AT command ... and Nothings :( :?
Reflashing ESP8266 NonOS AT Bin V1.7.4 firmware and the AT is OK...

What's wrong ? Is the ESP8266 IDF AT Bin is compatible with ESP-WROOM-02 ..?
Can somebody help me :D

Have a nice Day
Fredlynx

Statistics: Posted by fredlynx — Sat Feb 27, 2021 3:56 pm


]]>
2020-02-28T11:53:12+08:00 2020-02-28T11:53:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2383&p=73877#p73877 <![CDATA[ESP8266 HDK • Re: We really need a way to differenciate RESET and Wake Up from Deep Sleep]]> https://github.com/espressif/ESP8266_RTOS_SDK

Statistics: Posted by Her Mary — Fri Feb 28, 2020 11:53 am


]]>
2020-02-09T23:54:37+08:00 2020-02-09T23:54:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2383&p=73296#p73296 <![CDATA[ESP8266 HDK • Re: We really need a way to differenciate RESET and Wake Up from Deep Sleep]]>

The ESP8266 has no internal hardware to distinguish (if deep sleep is enabled) whether a physical button press caused reset or a system wakeup caused a reset because they both do the same thing


That is not true.
The ESP8266 does have the internal hardware necessary to distinguish, and that is the RTC.
The RTC is running while in deepsleep. You put it into deepsleep for a given amount of time. When it wakes up, it could know, if it wanted to, how much time has elapsed since it went to sleep. All it needs to do is read the RTC before it resets it.

There is actually a low-level function whose name I can't remember, which gives you the elapsed time (can't remember if in micro or milliseconds) of the RTC since reset. Unfortunately, the SDK resets it first thing at startup (I saw it in the source code somewhere), so it always gives you the time since boot (which makes it exactly equivalent to another function that is supposed to be a different one - also cannot remember the name). So we, users, have no way to tell because the designers of the SDK decided to not allow us, not because the board doesn't have the internal hardware to allow it, which it does have.

This is a design flaw in the espressif SDK. And a huge one. Please fix it.

Statistics: Posted by Guest — Sun Feb 09, 2020 11:54 pm


]]>
2019-10-07T23:45:24+08:00 2019-10-07T23:45:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2031&p=66412#p66412 <![CDATA[ESP8266 HDK • Re: 硬件看门狗]]> Statistics: Posted by Guest — Mon Oct 07, 2019 11:45 pm


]]>
2019-09-24T05:03:06+08:00 2019-09-24T05:03:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=51388&p=66061#p66061 <![CDATA[ESP8266 HDK • Simplest reset sequencing circuitry]]>
This question is specific to situations where no deep-sleep is required.

Some specific questions arise out of this:

(1) What are minimum recommended resistor/capacitor combinations for EXT_RSTB and CHIP_EN?
(2) Can we tie EXT_RSTB to VDD if we properly sequence CHIP_EN?
(3) What is the internal pull-up/pull-down configuration of CHIP_EN?
(4) Is the reset circuitry and suggestions for ESP8266 and ESP8285 identical?
(5) Though non-ideal for high noise environments, can the EXT_RSTB pin be left floating if no trace is attached?
(6) If we connect CHIP_EN to GPIO16, is any other connection required?

Statistics: Posted by cnlohr — Tue Sep 24, 2019 5:03 am


]]>
2018-09-16T11:37:26+08:00 2018-09-16T11:37:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4597&p=23708#p23708 <![CDATA[ESP8266 HDK • Re: ESP8266 EFUSE Settings]]>
abhinavg wrote:
Hi grange,

Thanks for wounderful solution of the error. I have exactly same problem with my one of the ESP01 1M/Black version. I tried so may options bit nothing worked for me. I will try your solution.

In my case sometimes I am able to flash the firmware and sketch from arduino it works for the first time but when I rest/power off and on again, blue led again comes up. That is really frustrating situation.

I must know the different flash address for all 4 files in order to upload the firmware. You said that it is in the readme file but it is a link that navigates me to the lots of PDF documentation files. it is very difficult to find my answered from there.

If you can share what address you used in your case, it will be great help for me. I have ESP01 1M black version.

//Abhinav

wow, thanks for your post. I have exactly same problem with my ESP-12F too.
This is a good way to fix the efuse issue. I never used NodeMCU tools but it gives me a hint: Using another tool to flash a different firmware may fix the problem.
Here's what I did:
1. Open Arduino IDE for ESP8266
2. Choose ESP8266-Blink from the example files
3. Upload to ESP8266
4. Use ESP download tools to download new bins to the ESP8266.
The problem is fixed right away.

Thank you again.

Statistics: Posted by simonliu — Sun Sep 16, 2018 11:37 am


]]>
2018-08-30T17:07:34+08:00 2018-08-30T17:07:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=12268&p=22979#p22979 <![CDATA[ESP8266 HDK • 迅准科技发布低功耗智能家居ESP8266 WiFi模块]]> 物联网WiFi模块在智能家居应用中占有一定优势。

物联网应用中无线连接技术是最关键的,目前已经有基于WiFi模块、蓝牙模块的物联网应用方案。那么问题来了,智能家居中的物联网WiFi模块选型有哪些注意点呢?

WiFi模块属于物联网传输层,IOT串口WiFi是基于Uart接口的符合wifi无线网络标准的嵌入式模块,内置无线网络协议IEEE802.11b.g.n协议栈以及TCP/IP协议栈,可将串口或TTL电平转为符合WiFi无线网络通信标准的嵌入式模块。

智能家居的一个重点便是联网,因此用于智能家居的无线系统需要满足几个特性:低功耗、稳定、易于扩展并网。WiFi模块是一种短程无线传输技术,能够在数百米范围内支持互联网接入的无线电信号。它的最大特点就是方便人们随时随地接入互联网。

WiFi技术在智能家居中的应用的主要优点有:

WiFi智能节点可以直接连接无线路由器,从而接入Internet网;不需要家庭网关,节点可以任意扩充;不会破坏现有装修;智能手机可以进行局域网控制和远程控制。

目前市场上出现多款物联网WiFi无线通信模块,其中IoT ESP8266 WiFi模块: PWF-ESP8266-501MFPWF-ESP8266-301M,可将用户的物理设备连接到WiFi无线网络上,进行互联网或是局域网通信,实现联网功能。一般可用作IoT WiFi模块, 智能家居WiFi模块, 智能语音WiFi模块,iftttWiFi模块, google assistantWiFi模块, 谷歌语音助手WiFi模块,亚马逊WiFi模块, 智能音箱WiFi模块, echo语音控制WiFi模块。

IOT WiFi模块:模块内部集成了射频收发、MAC、基带处理、WiFi协议和配置信息及网络协议栈,用户利用它可以轻松实现串口设备的无线网络功能,节省开发时间,使产品更快地投入市场,增强竞争力。

基于迅准科技IoT ESP8266 5V WiFi模块的智能家居解决方案:

PWF-ESP8266-501M是一款基于ESP8266的低成本、高集成度的串口WiFi模块,支持IEEE802.11b/g/n 1T1R完整的 TCP/IP 协议栈。用户可以使用该模块为现有的设备添加联网功能,也可以构建独立的网络控制器。

Statistics: Posted by jessicatian123 — Thu Aug 30, 2018 5:07 pm


]]>
2018-08-15T17:20:08+08:00 2018-08-15T17:20:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=12097&p=22777#p22777 <![CDATA[ESP8266 HDK • Pin definition for esp-wroom-s2 is confusing]]> esp-wroom-s2 schematic:
esp-wroom-s2 schematic.png


esp-wroom-s2 Peripheral schematic:
esp-wroom-s2 外围原理图.png

Statistics: Posted by qinyan — Wed Aug 15, 2018 5:20 pm


]]>
2018-08-02T16:42:28+08:00 2018-08-02T16:42:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=11696&p=22351#p22351 <![CDATA[ESP8266 HDK • 迅准科技物联网WiFi模块, 提供专业智能音箱解决方案]]>
无线音频传输经历了FM、红外线及蓝牙等几种方式的革新, WiFi无线智能音箱的出现, 带来了无线音频传输技术的革新, 重塑以“音乐”为中心的产业链各环节的商业模式。

从技术上来看, 跟以往FM、红外线及蓝牙等无线音频传输相比, WiFi传输有非常突出的优势, 比如能胜任家庭的传输距离, 传输带宽高达百兆级, 轻松实现发烧级无损音频传输, 跳频技术让它拥有较强的抗干扰能力, 功耗低, 适合家庭及户外供电工作等。

不同的内容对应不同的场景。 智能音箱走进家庭的使用场景是非常丰富多样,除了天气播报、讲故事、听音乐等智能音箱都具备的功能外,教育孩子使用的将故事、学习功能,购物,工作应急等必不可少。

WiFi智能音箱应用:以迅准科技智能低频方案为例, 基于ESP8266, ESP32 WiFi模块的研发, 给音箱行业带来了一套功能更全、体验更佳的Wi-Fi音箱终端解决方案。

物联网IoT应用模块举例:ESP8266 5V WiFi模块,ESP8266 3V WiFi模块, ESP32 5V WiFi模块, ESP32 3V WiFi模块

WiFi音箱通过IoT WIFI模块,利用无线路由器,使其接入到外部网络当中,然后通过手机、平板等设备连接音箱,通过Air Play、DLNA和Q Play等多媒体的协议将音乐推送到音箱当中进行播放,传输能力强、可连接多个设备、播放音源多样等。

迅准科技IoT WiFi模块可用作智能家居WiFi模块, 智能语音WiFi模块,ifttt WiFi模块, google assistant WiFi模块, 谷歌语音助手WiFi模块,亚马逊WiFi模块, 智能音箱WiFi模块, echo语音控制WiFi模块。

Statistics: Posted by jessicatian123 — Thu Aug 02, 2018 4:42 pm


]]>
2018-07-10T01:20:29+08:00 2018-07-10T01:20:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=11438&p=22024#p22024 <![CDATA[ESP8266 HDK • Cannot flash nodemcu after enabling internal pull up resistors on pin 2,3,4..,7]]> Statistics: Posted by ABC_anon — Tue Jul 10, 2018 1:20 am


]]>
2018-07-09T20:52:17+08:00 2018-07-09T20:52:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10378&p=22021#p22021 <![CDATA[ESP8266 HDK • Re: Flash size]]> ESP-WROOM-S2 uses a 2 MB SPI flash connected to HSPI, working as SDIO/SPI slave, with the SPI speed being up to 8 Mbps.

Statistics: Posted by inlogic — Mon Jul 09, 2018 8:52 pm


]]>
2018-06-27T16:47:19+08:00 2018-06-27T16:47:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10378&p=20942#p20942 <![CDATA[ESP8266 HDK • Flash size]]>
Got a batch of ESP-WROOM-02 modules through production that we thought were 2MB.

Reel markings are:

Code:

Product Name: ESP-WROOM-02
Manufacturer PN: 04.09.0000740
Supplier PN: M021X0132R0E
LOT No.: 201812-066
Manufacture Date: 2018-03-21


However, esptool.py flash_id command reports the flash as 4MB, C8/4016.

Some comments about interpreting the flash_id here: https://www.esp8266.com/viewtopic.php?p=31787


The supplier ID includes "32" which might signify the flash size?

Can anyone categorically confirm the flash size in these modules, according to the manufacturer or supplier PN?
And if these are 4MB, then is that temporary (as I thought all modules were 2MB nowadays?).
And what PN would be expected on the reel packaging, when the modules do contain 2MB chips... M021X0116R0E perhaps?

Any help really appreciated!

Statistics: Posted by mikeatom — Wed Jun 27, 2018 4:47 pm


]]>
2018-06-21T20:59:30+08:00 2018-06-21T20:59:30+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10308&p=20841#p20841 <![CDATA[ESP8266 HDK • esp-prog programming problem]]>
esp-prog / esp-01

TX / rx
RX / tx
I00 / i00
EN / RST (tryed also on CH_PD)
GND / GND
usb conn. / +V (external source)
-- / CH-PD with pullup 10k
-- / i02 to pullup 10k

the blue light flash when i start to program

i try with these programs: esp8266flasher, inside visual studio (with visualmicro),ESPFlashDownloadTool_v3.6.4

when the green light flash, also on the esp01 flash the blue light

noone of this can program, what is the trick?

thanks

Statistics: Posted by fastlink30 — Thu Jun 21, 2018 8:59 pm


]]>
2018-06-20T05:41:16+08:00 2018-06-20T05:41:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6278&p=20820#p20820 <![CDATA[ESP8266 HDK • Custom board Cant flash]]>
Im using the Windows CE BSP for the AT91SAM9263-EK on a custom board. This board allows the NAND flash and UART2 to be used.

My question is how can I enable UART2 NAND flash is used in my OS design?

Thanks for your time.
- raygloria

Statistics: Posted by andreysnug — Wed Jun 20, 2018 5:41 am


]]>
2018-06-07T14:25:29+08:00 2018-06-07T14:25:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1079&p=20661#p20661 <![CDATA[ESP8266 HDK • Pull up resistors]]> I do not find the value of these resistors.

Statistics: Posted by andreysnug — Thu Jun 07, 2018 2:25 pm


]]>
2018-06-02T18:13:01+08:00 2018-06-02T18:13:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=10124&p=20597#p20597 <![CDATA[ESP8266 HDK • ESP-12F Power supply issues only when using AT Firmware??]]>
I designed a custom PCB for a ESP-12 module. However I think I am facing some PSU issues.

the PSU is 5V and The PCB has a LF33 (and external components)

After booting, the ESP states: "ready" then "Wifi disconnect"

The point is, If I add capacitors to the 3.3V lane, the behaviour is more stable. But it varies between each ESP-12 module. And also what I noticed: This unstable behaviour is only observed when using the AT firmware.

I was able to reporduce the behaviour using a Wemos D1 Mini board. It works stable, using the delivered firmware, however when flashing the latest AT firmware to the device, it behaves unstable (increasing ping times, sometimes no connection) - When adding a capacitor to the 3.3V of the wemos board, it is stable again.

Is the AT firmware transient load higher? If yes, why? and is there a configuration parameter, that I can decrease peak power consumption?

Also, is the ESP32 more stable than that? Are there any modules that include a 5V to 3.3V line converter that handles the AT firmware?

Statistics: Posted by sebastian.heyn — Sat Jun 02, 2018 6:13 pm


]]>
2018-05-30T06:28:09+08:00 2018-05-30T06:28:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=629&p=20581#p20581 <![CDATA[ESP8266 HDK • ESP12 stuck in boot mode]]> Thank you.

Statistics: Posted by andreysnug — Wed May 30, 2018 6:28 am


]]>
2018-05-10T10:20:22+08:00 2018-05-10T10:20:22+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9807&p=20308#p20308 <![CDATA[ESP8266 HDK • Re: ESP8266 GPIO的内部上拉/下拉电阻有多大? What is the value in ohms of ESP8266 GPIO Pullup/Pulldowns?]]> Statistics: Posted by Her Mary — Thu May 10, 2018 10:20 am


]]>
2018-05-06T21:01:41+08:00 2018-05-06T21:01:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9839&p=20260#p20260 <![CDATA[ESP8266 HDK • ESP8266 用一节纽扣电池CR2032可以用20天?]]>
上传的平均电流100mA 上传时间定为1 S

CR2032定为 200mAh = 720000 mAs

deep-sleep模式功耗不计算, 理论能使用的次数为7200次

5分钟上传一次一天要传288次,一共能传7200/288=25天 留些余量定为20天

请问各位我这个算法对不对?

Statistics: Posted by iot_develpment — Sun May 06, 2018 9:01 pm


]]>
2018-04-27T10:40:13+08:00 2018-04-27T10:40:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9807&p=20212#p20212 <![CDATA[ESP8266 HDK • ESP8266 GPIO的内部上拉/下拉电阻有多大? What is the value in ohms of ESP8266 GPIO Pullup/Pulldowns?]]>
ESP8266 GPIO的内部上拉/下拉电阻范围有多大?

谢谢!

Hello Espressif,

What is the value in ohms of ESP8266 GPIO Pullup/Pulldowns?

Thanks,

Statistics: Posted by Guest — Fri Apr 27, 2018 10:40 am


]]>
2018-04-09T20:18:59+08:00 2018-04-09T20:18:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9653&p=20033#p20033 <![CDATA[ESP8266 HDK • ESP8266 and EMC testing]]>
I must fill in the form at: http://www.etsi.org/deliver/etsi_en/300 ... 20200a.pdf
(pages 97-103) but there is too much detail I can't find.

Where can I find such data? Please help me.

Kris

Statistics: Posted by kris_gor — Mon Apr 09, 2018 8:18 pm


]]>
2018-04-07T07:07:41+08:00 2018-04-07T07:07:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1303&p=19960#p19960 <![CDATA[ESP8266 HDK • Re: Is there a serial number or unique ID in the chip]]> Statistics: Posted by blubb — Sat Apr 07, 2018 7:07 am


]]>
2018-03-27T15:24:59+08:00 2018-03-27T15:24:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4597&p=19788#p19788 <![CDATA[ESP8266 HDK • Re: ESP8266 EFUSE Settings]]>
Thanks for wounderful solution of the error. I have exactly same problem with my one of the ESP01 1M/Black version. I tried so may options bit nothing worked for me. I will try your solution.

In my case sometimes I am able to flash the firmware and sketch from arduino it works for the first time but when I rest/power off and on again, blue led again comes up. That is really frustrating situation.

I must know the different flash address for all 4 files in order to upload the firmware. You said that it is in the readme file but it is a link that navigates me to the lots of PDF documentation files. it is very difficult to find my answered from there.

If you can share what address you used in your case, it will be great help for me. I have ESP01 1M black version.

//Abhinav

Statistics: Posted by abhinavg — Tue Mar 27, 2018 3:24 pm


]]>
2018-03-26T10:39:21+08:00 2018-03-26T10:39:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1303&p=19757#p19757 <![CDATA[ESP8266 HDK • Re: Is there a serial number or unique ID in the chip]]> Hence, around 4.3 billion different Chip IDs.
And with Espressif claiming to have shipped 100 million chips as of January 2018, I believe the chip ID is unique so far.

Statistics: Posted by jassi007 — Mon Mar 26, 2018 10:39 am


]]>
2018-03-26T10:33:33+08:00 2018-03-26T10:33:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1303&p=19756#p19756 <![CDATA[ESP8266 HDK • Re: Is there a serial number or unique ID in the chip]]>
blubb wrote:
Chip id is only 24 bit, so if more than 16.8 million chips have been manufactured, it cannot be unique. ;)



The Chip ID is 32 bit. Check the return value of system_get_chip_id() function.

Statistics: Posted by jassi007 — Mon Mar 26, 2018 10:33 am


]]>
2018-03-13T11:40:31+08:00 2018-03-13T11:40:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9373&p=19621#p19621 <![CDATA[ESP8266 HDK • FCC problem in EMC 55014]]> Statistics: Posted by HungLI — Tue Mar 13, 2018 11:40 am


]]>
2018-03-08T20:52:00+08:00 2018-03-08T20:52:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8021&p=19552#p19552 <![CDATA[ESP8266 HDK • Re: ESP8266干扰arduino的ADC问题]]> Statistics: Posted by BlackHole — Thu Mar 08, 2018 8:52 pm


]]>
2018-02-26T22:17:42+08:00 2018-02-26T22:17:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9245&p=19457#p19457 <![CDATA[ESP8266 HDK • Re: espressif download tool got chip efuse check error]]> And the SDK is ESP8266_NONOS_SDK_V2.0.0_16_08_10.
I was able to read the mac of the chip in Linux system with command of

Code:

sudo esptool.py read_mac
, which indicated the normal function of the uart interface.
The wired thing is when I changed the size of flash to 2MB of command

Code:

esptool.py write_flash
, the chip managed to boot up, while 4MB or 8MB failed.
The command line I used is

Code:

sudo esptool.py --port /dev/ttyUSB0 write_flash -fm qio -fs [size=150]2MB[/size] 0  ../bin/boot_v1.6.bin 0x1000 ../bin/upgrade/user1.4096.new.6.bin  0x1fb000 ../bin/blank.bin 0x1fc000 ../bin/esp_init_data_default.bin 0x1fe000 ../bin/blank.bin
.
Can anyone help me out please? Many thanks.

Statistics: Posted by ansonc — Mon Feb 26, 2018 10:17 pm


]]>
2018-02-24T11:44:47+08:00 2018-02-24T11:44:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9245&p=19441#p19441 <![CDATA[ESP8266 HDK • espressif download tool got chip efuse check error]]> Image
What could it be possibly wrong? Please take a look. Many thanks.
chip efuse check error.png

Statistics: Posted by ansonc — Sat Feb 24, 2018 11:44 am


]]>
2018-01-22T16:50:17+08:00 2018-01-22T16:50:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19158#p19158 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]>
Check this link: https://github.com/espressif/ESP8266_NO ... /issues/85

Statistics: Posted by DreeOlee — Mon Jan 22, 2018 4:50 pm


]]>
2018-01-16T05:57:43+08:00 2018-01-16T05:57:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19078#p19078 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]>
So I think the problem is in the API (not accessible software for me) Only if my perspective is well approached, of course.

For my understanding, is this the correct architecture?

---------------
User application
---------------
SDK
---------------
API
---------------
physical layer
---------------

If this is the architecture, than I think the problem is in the API compiled bin files.

Is there someone who can help me with this?

Statistics: Posted by DreeOlee — Tue Jan 16, 2018 5:57 am


]]>
2018-01-16T00:24:00+08:00 2018-01-16T00:24:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19077#p19077 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]>
Is there anyone who can reproduce this problem ?

Statistics: Posted by DreeOlee — Tue Jan 16, 2018 12:24 am


]]>
2018-01-13T08:51:16+08:00 2018-01-13T08:51:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19049#p19049 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]> Did you flash the latest esp_init_data_default.bin?
Recently they changed something, so there is a new version "8":
https://github.com/espressif/ESP8266_NO ... master/bin

Statistics: Posted by blubb — Sat Jan 13, 2018 8:51 am


]]>
2018-01-12T23:08:09+08:00 2018-01-12T23:08:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19044#p19044 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]> Statistics: Posted by DreeOlee — Fri Jan 12, 2018 11:08 pm


]]>
2018-01-12T22:52:11+08:00 2018-01-12T22:52:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19043#p19043 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]> https://github.com/espressif/ESP8266_NONOS_SDK/issues

Edit:
There are several APIs like
system_phy_set_powerup_option(...);
system_phy_freq_trace_enable(...);
But if the problem occurs before user_rf_pre_init this is a case for a github issue for sure.

Statistics: Posted by blubb — Fri Jan 12, 2018 10:52 pm


]]>
2018-01-12T22:47:02+08:00 2018-01-12T22:47:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19042#p19042 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]>
The problem occurs before the user_rf_pre_init. I commented everything out in the user_rf_pre_init, user_init and the init_done. Strange btw is that after this, I got more debug info on my serial line :D


Code:

 ets Jan  8 2013,rst cause:2, boot mode:(3,0)

load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v00000000
~ld
rf cal sector: 508
freq trace enable 0
rf[112] : 00
rf[113] : 00
rf[114] : 00

SDK ver: 2.1.0(deb1901) compiled @ Oct 23 2017 17:58:03
phy ver: 1136_0, pp ver: 10.2

mode : null


I still have the problem.

Statistics: Posted by DreeOlee — Fri Jan 12, 2018 10:47 pm


]]>
2018-01-12T18:08:59+08:00 2018-01-12T18:08:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19039#p19039 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]> Statistics: Posted by blubb — Fri Jan 12, 2018 6:08 pm


]]>
2018-01-12T17:12:54+08:00 2018-01-12T17:12:54+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19037#p19037 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]>
It happens only at startup. Just a fraction of time, after that there is no problem. The time is that short, that the spectrum analyzer not always captures the signal.

Statistics: Posted by DreeOlee — Fri Jan 12, 2018 5:12 pm


]]>
2018-01-12T07:13:06+08:00 2018-01-12T07:13:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19032#p19032 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]> viewtopic.php?f=7&t=8768

Statistics: Posted by blubb — Fri Jan 12, 2018 7:13 am


]]>
2018-01-11T20:32:50+08:00 2018-01-11T20:32:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19027#p19027 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]> Statistics: Posted by DreeOlee — Thu Jan 11, 2018 8:32 pm


]]>
2018-01-11T18:02:37+08:00 2018-01-11T18:02:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19023#p19023 <![CDATA[ESP8266 HDK • Re: FCC problem - Spectrum analyzer shows unwanted transmission when startup]]> http://www.espressif.com/en/support/download/other-tools.
You can download and test the "ESP8266 Certification and Test".

Statistics: Posted by Her Mary — Thu Jan 11, 2018 6:02 pm


]]>
2018-01-10T21:31:48+08:00 2018-01-10T21:31:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8949&p=19015#p19015 <![CDATA[ESP8266 HDK • FCC problem - Spectrum analyzer shows unwanted transmission when startup]]>
This is my first post at this Forum. Hopefully someone can help/support me with this urgent issue.

The problem is that the module shows a lot of unwanted transmissions during start-up, causing the FCC certification to fail.
Analyzer_Screenshot_Startup_ESP8266.png


As the attachment shows, the transmissions are unexpected and not inside the FCC regulations. According the FCC, transmissions outside the blue lines are not allowed.

> I'm using the ESP-WROOM-02 module.
> Latest SDK (also tried previous versions)
> Even deleted every WiFi SDK link, without success
> Try starting up with WiFi disabled, no success
> Tried different power supplies, no success
> The phenomenon is also visible during a restart from deep sleep
> After restart, so from the first line of the initialization/setup(), I have full control without issues.

At this moment I'm out of ideas how to solve this problem. I expect it's a ESP hardware issue, but not sure.

Is there anyone who can help me with this or is there anyone who have seen this problem before?

Greetings,
DreeOlee

Statistics: Posted by DreeOlee — Wed Jan 10, 2018 9:31 pm


]]>
2017-11-27T18:52:12+08:00 2017-11-27T18:52:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8540&p=18405#p18405 <![CDATA[ESP8266 HDK • ESP Download Tool does not detect ESP LAUNCHER]]>
I've purchased ESP Launcher and according to the docs it has two (and a half) serial ports:
1) One integrated with USB power supply
2) Second one on pin header
3) The half of third one (only TX) also on pin header

Which UART do I have to connect to for ESP Download Tool can detect it and can upload firmware to it?

Statistics: Posted by KernelPanic — Mon Nov 27, 2017 6:52 pm


]]>
2017-11-09T12:50:34+08:00 2017-11-09T12:50:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8303&p=18077#p18077 <![CDATA[ESP8266 HDK • Sming fileSetContens sometimes resets ESP-WROOM-02]]>

Code:

void ApplicationSettingsStorage::saveFunction(void *arguments)
{
    Serial.println("Saving settings...");

    const String json=getJson(false,
                              true); // Passwords are saved, timestamps are updated on every save.

    Serial.println(json);

    /*
     * Excluded reasons for bug:
     *     - NON-NULL Terminated String: I've explicitliy added "\0" to json variable before saving it to file,
     *                                   same result, random reset
     *     - Memory corruption:

    fileSetContent(APP_SETTINGS_FILE,
                   json);   // BUG: Here occurs random reset !!!
}   // saveFunction

Now, calling fileSetContent forces whole ESP-WROOM-02 SOMETIMES TO RESET on random occasions. Why?

Statistics: Posted by KernelPanic — Thu Nov 09, 2017 12:50 pm


]]>