ESP8266 Developer Zone The Official ESP8266 Forum 2014-12-31T18:05:14+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=91 2014-12-31T18:05:14+08:00 2014-12-31T18:05:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=412#p412 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]>

Statistics: Posted by ESP_Faye — Wed Dec 31, 2014 6:05 pm


]]>
2014-12-31T17:06:33+08:00 2014-12-31T17:06:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=411#p411 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]> Statistics: Posted by FrenkR — Wed Dec 31, 2014 5:06 pm


]]>
2014-12-31T11:08:50+08:00 2014-12-31T11:08:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=410#p410 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]> Could you please try it with another module or ask your friend to try it with another module ?

Statistics: Posted by ESP_Faye — Wed Dec 31, 2014 11:08 am


]]>
2014-12-31T02:51:44+08:00 2014-12-31T02:51:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=405#p405 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]> Statistics: Posted by costaud — Wed Dec 31, 2014 2:51 am


]]>
2014-12-25T18:13:08+08:00 2014-12-25T18:13:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=350#p350 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]>
We will first test ESP-03 to check the problem and give you answer.

Statistics: Posted by ESP_Stanza — Thu Dec 25, 2014 6:13 pm


]]>
2014-12-25T00:21:04+08:00 2014-12-25T00:21:04+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=344#p344 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]> I just bought them from ebay. How can I know if it is genuine (or if schematic is ok) or not? On ebay, they all looks the same?

Statistics: Posted by FrenkR — Thu Dec 25, 2014 12:21 am


]]>
2014-12-22T18:06:11+08:00 2014-12-22T18:06:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=321#p321 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]> Until now only ESP-WROOM-01 & ESP-WROOM-02 are designed by Espressif which are showed in our user guide.
Now we are planning to produce some samples for customer testing.
And we will also begin ESP8266 module certification program in Jan 2015 as we announced. http://bbs.espressif.com/viewtopic.php?f=20&t=89

As I understand, ESP01-ESP12 are designed for different use and they have different features. You'd better confirm with the seller.

Statistics: Posted by ESP_Stanza — Mon Dec 22, 2014 6:06 pm


]]>
2014-12-22T14:45:08+08:00 2014-12-22T14:45:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=319#p319 <![CDATA[Re: Station mode connect to WiFI constantly broken(bug?)?]]> But I tried ESP-01, it‘s fine... Maybe you can try it on some other module.

Statistics: Posted by Her Mary — Mon Dec 22, 2014 2:45 pm


]]>
2014-12-21T01:02:12+08:00 2014-12-21T01:02:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=91&p=306#p306 <![CDATA[Station mode connect to WiFI constantly broken(bug?)?]]> I have buffalo 802.11g AP. PC is normally connected and WiFI is working all the time. Using ESP-03 version(0.9.3/0.9.4 SDK), I am playing wtih STA mode and client TCP connection to TCP server in a PC.
in user_init() I did following steps:
- configure station mode
- disable DHCP, set static IP
- disable autoconnect
- connect to AP
- run timer to trigger tcp connection and send data
---
after timeout(outside user_init()), steps are as follows:
- register connected callback and connect to TCP server (espconn_connect())
- on connected callback, register send, receive and disconnect callback

when running this application, connection is very unstable. after checking "osprintf" output, I see that connection to wifi is broken very often. In this case system scans wifi again and again, locates correct channel, and then connection does not succeed. Status of connection is STATION_CONNECT_FAIL, STATION_WRONG_PASSWORD
or STATION_NO_AP_FOUND. After some time it connects again.

Is there some special procedure that could be used to more precisely check(debug) what is going when connecting to AP?
Rgds,
Frenk

Statistics: Posted by FrenkR — Sun Dec 21, 2014 1:02 am


]]>