Migrating applications from SDK 1.3 to SDK 1.4
Migrating applications from SDK 1.3 to SDK 1.4
Postby kolban » Tue Sep 29, 2015 10:48 pm
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
Re: Migrating applications from SDK 1.3 to SDK 1.4
Postby masacate » Wed Sep 30, 2015 12:41 am
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
Re: Migrating applications from SDK 1.3 to SDK 1.4
Postby tve » Wed Sep 30, 2015 11:48 am
In the firmware that connects well, a scan looks like this:
Code: Select all
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: Select all
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:"
Re: Migrating applications from SDK 1.3 to SDK 1.4
Postby tve » Wed Sep 30, 2015 12:52 pm
Re: Migrating applications from SDK 1.3 to SDK 1.4
Postby Triacon » Wed Sep 30, 2015 10:45 pm
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
Re: Migrating applications from SDK 1.3 to SDK 1.4
Postby masacate » Wed Nov 04, 2015 3:27 pm
thanks
Who is online
Users browsing this forum: No registered users and 26 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.