ESP8266 Developer Zone The Official ESP8266 Forum 2015-11-04T15:27:56+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1173 2015-11-04T15:27:56+08:00 2015-11-04T15:27:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=4449#p4449 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]> thanks

Statistics: Posted by masacate — Wed Nov 04, 2015 3:27 pm


]]>
2015-09-30T22:52:44+08:00 2015-09-30T22:52:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3946#p3946 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]> Statistics: Posted by eriksl — Wed Sep 30, 2015 10:52 pm


]]>
2015-09-30T22:45:26+08:00 2015-09-30T22:45:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3945#p3945 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]> viewtopic.php?f=66&t=697

Regarding bssid) vs ssid that's probably because what it listed is actually ssids and not bss(id).
BSSID is the (unique)MAC of the AP found, multiple APs can have the same SSID

Statistics: Posted by Triacon — Wed Sep 30, 2015 10:45 pm


]]>
2015-09-30T21:35:03+08:00 2015-09-30T21:35:03+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3943#p3943 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]> Statistics: Posted by eriksl — Wed Sep 30, 2015 9:35 pm


]]>
2015-09-30T12:52:12+08:00 2015-09-30T12:52:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3931#p3931 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]> Statistics: Posted by tve — Wed Sep 30, 2015 12:52 pm


]]>
2015-09-30T11:48:11+08:00 2015-09-30T11:48:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3929#p3929 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]>
In the firmware that connects well, a scan looks like this:

Code:

 15131> Wifi connect failed. Going into STA+AP mode..
 15132> mode : sta(18:fe:34:a6:e8:8f) + softAP(1a:fe:34:a6:e8:8f)
 15137> add if0
...
166158> scandone
166158> bss1: tve-home (-66)
166159> bss2: oc1 (-48)


In the firmware that doesn't connect, a scan looks like this:

Code:

mode : sta(18:fe:34:a6:e8:8f)
add if0
scandone
ssid: oc1


What could be different? I see that on one case the SDK prints "bss1:" in the other "ssid:"

Statistics: Posted by tve — Wed Sep 30, 2015 11:48 am


]]>
2015-09-30T00:41:36+08:00 2015-09-30T00:41:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3922#p3922 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]> I have also similar problem, I had to go back from sdk 1.4 to 1.3, my program that worked perfectly with the 1.3 version is continually trying to connect because of errors with the 1.4 version

masacate

Statistics: Posted by masacate — Wed Sep 30, 2015 12:41 am


]]>
2015-09-29T23:31:28+08:00 2015-09-29T23:31:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3921#p3921 <![CDATA[Re: Migrating applications from SDK 1.3 to SDK 1.4]]> Statistics: Posted by blubb — Tue Sep 29, 2015 11:31 pm


]]>
2015-09-29T22:48:55+08:00 2015-09-29T22:48:55+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1173&p=3918#p3918 <![CDATA[Migrating applications from SDK 1.3 to SDK 1.4]]>
If I switch the same code back to SDK 1.3 and clean build, all now works again.

So either there has been a regression from SDK 1.3 to SDK 1.4 or (which I believe is more likely) there has been some new set of changes that I now need to accommodate in the app to allow WiFi connections to work.

Has anyone found any obvious changes to their apps logic, flow or design that were needed for a 1.4 migration? Does an ESP have to be somehow "prepped" for SDK 1.4?

Neil

Statistics: Posted by kolban — Tue Sep 29, 2015 10:48 pm


]]>