ESP8266 Developer Zone The Official ESP8266 Forum 2015-03-07T03:38:36+08:00 https://bbs.espressif.com:443/feed.php?f=6&t=213 2015-03-07T03:38:36+08:00 2015-03-07T03:38:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=948#p948 <![CDATA[Re: Wifi radio not working]]> Statistics: Posted by systemsconnect — Sat Mar 07, 2015 3:38 am


]]>
2015-03-04T21:22:12+08:00 2015-03-04T21:22:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=910#p910 <![CDATA[Re: Wifi radio not working]]> Re: 【BETA】esp_iot_sdk_v0.9.6_b1 released !

Scott

Statistics: Posted by ScottR — Wed Mar 04, 2015 9:22 pm


]]>
2015-03-04T21:18:05+08:00 2015-03-04T21:18:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=909#p909 <![CDATA[Re: Wifi radio not working]]>
From what I can see, the parameters for the network login get stored in the memory area programmed by the file blank.bin. Whenever I have issues with network login I simply re-flash blank.bin (clear out the garbage). But I haven't had any issues since using a high quality power supply during flashing.

Hope this helps.

Scott.

Statistics: Posted by ScottR — Wed Mar 04, 2015 9:18 pm


]]>
2015-02-25T01:16:23+08:00 2015-02-25T01:16:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=803#p803 <![CDATA[Re: Wifi radio not working]]> Somehow it stops connecting to wifi after a short while.

Statistics: Posted by systemsconnect — Wed Feb 25, 2015 1:16 am


]]>
2015-02-24T17:17:13+08:00 2015-02-24T17:17:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=800#p800 <![CDATA[Re: Wifi radio not working]]> Statistics: Posted by systemsconnect — Tue Feb 24, 2015 5:17 pm


]]>
2015-02-21T01:51:51+08:00 2015-02-21T01:51:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=786#p786 <![CDATA[Re: ADC damages Wifi radio?]]> Statistics: Posted by joostn — Sat Feb 21, 2015 1:51 am


]]>
2015-02-20T23:41:07+08:00 2015-02-20T23:41:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=785#p785 <![CDATA[Re: ADC damages Wifi radio?]]>
Please, can you explain why these address get corrupted and why did you think this address causes the problem?

Statistics: Posted by systemsconnect — Fri Feb 20, 2015 11:41 pm


]]>
2015-02-20T17:24:22+08:00 2015-02-20T17:24:22+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=783#p783 <![CDATA[Re: ADC damages Wifi radio?]]> You might try erasing those blocks and filling with zeros.

Statistics: Posted by joostn — Fri Feb 20, 2015 5:24 pm


]]>
2015-02-19T21:30:31+08:00 2015-02-19T21:30:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=777#p777 <![CDATA[Re: ADC damages Wifi radio?]]> I don't know what te problem is.

Statistics: Posted by systemsconnect — Thu Feb 19, 2015 9:30 pm


]]>
2015-02-18T23:11:40+08:00 2015-02-18T23:11:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=771#p771 <![CDATA[Re: ADC damages Wifi radio?]]> If the ADC is not connected it's perfectly working all the time so the firmware seems OK.

Statistics: Posted by systemsconnect — Wed Feb 18, 2015 11:11 pm


]]>
2015-02-18T21:03:34+08:00 2015-02-18T21:03:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=770#p770 <![CDATA[Re: ADC damages Wifi radio?]]> maybe some bug, and RF is not calibrated ?

Statistics: Posted by reaper7 — Wed Feb 18, 2015 9:03 pm


]]>
2015-02-18T20:49:11+08:00 2015-02-18T20:49:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=769#p769 <![CDATA[Re: ADC damages Wifi radio?]]> Statistics: Posted by systemsconnect — Wed Feb 18, 2015 8:49 pm


]]>
2015-02-18T20:07:16+08:00 2015-02-18T20:07:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=768#p768 <![CDATA[Re: ADC damages Wifi radio?]]>

Code:

deep_sleep_set_option(1)


RF_CAL after deep-sleep wake up, there will be large current.

before execute system_deep_sleep

Statistics: Posted by reaper7 — Wed Feb 18, 2015 8:07 pm


]]>
2015-02-24T17:12:57+08:00 2015-02-18T18:58:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=213&p=767#p767 <![CDATA[Wifi radio not working]]>
It seems our divider circuit connected to the ADC of the ESP8266ex has damaged the wifi radio. Our configuration is running at 10 seconds deep sleep interval and after waking up, the voltage of the battery is read from the ADC, wifi connects and sends the data over wifi and sleeps again.

The supply voltage has a maximum of 3.6V. To the ADC a divider circuit brings down the voltage lower than 1V. The divider circuit resistors R1 is 10MOhm a R2 is 2.7MOhm. The divider circuit is directly connected to the battery positive and ground.

Somehow, after running a couple of hours fine, the wifi fails to connect and it will never connect again (even after a power off and on).

I've tested multiple chips and all of them seems to be broken after a while. Everything else still works, so it does wakeup and goes to sleep again but it does not connect to wifi anymore. After flashing the firmware again it still does not connect. If I take an other ESP8266 chip with the same firmware it works.

Has somebody any idea what the problem could be?

Statistics: Posted by systemsconnect — Wed Feb 18, 2015 6:58 pm


]]>