esp_iot_sdk_v0.9.3_14_11_21

Admin
Site Admin
Posts: 41
Joined: Mon Jan 13, 2014 11:18 am

esp_iot_sdk_v0.9.3_14_11_21

Postby Admin » Fri Nov 21, 2014 6:13 pm

Please do NOT use this old version SDK, use the latest SDK instead.
请勿使用本旧版本 SDK,建议使用 最新发布 SDK


esp_iot_sdk_v0.9.3_14_11_21 Release Note
1、Add license documentation of ESPRESSIF SDK
2、Add APIs to read and write RTC memory, and APIs to get RTC time.
3、Add APIs to swap UART0
4、Add API to read ADC, delete adc.c.
5、Add API to read spi flash id
6、Revise struct station_config, add bssid parameters to distinguish different AP with same ssid ;
Note: if station_config.bssid_set is not 0 , station_config.bssid has to be set, or connection will fail. So in general, station_config.bssid_set need to be 0.
7、Revise struct scan_config, add scan_config.show_hidden to set whether scan APs which ssid is hidden or not; not scan, set scan_config.show_hidden to be 0.
Add bss_info.is_hidden in struct bss_info to show if this AP’s ssid is hidden.
8、Revise struct softap_config, add softap_config.ssid_len. If softap_config.ssid_len == 0, check ssid till find a termination characters; otherwise it depends on softap_config.ssid_len.
9、Revise API “wifi_softap_set_config” to take effect immediately, needs not restart to make the configuration enable any more.
10、Add APIs to set and get physical layer mode(802.11b/g/n)
11、Add APIs to enable and disable DHCP server of ESP8266 softAP
12、Add APIs to enable and disable DHCP client of ESP8266 station
13、Add API to set range of ip address that get from DHCP server
14、Add APIs to set and get how many TCP connections allowed at max.
15、Add APIs to set and get how many TCP clients allowed at max to a TCP server.
16、Revise “wifi_set_ip_info” and “wifi_set_macaddr” to take effect immediately.
17、Fix some bugs to make the software more reliable.

1、增加乐鑫SDK license授权文件;
2、增加rtc memory读写接口,和 rtc校准及获取接口;
3、增加uart swap接口;
4、增加adc读取接口,原adc.c中接口不再使用;
5、增加获取spi flash id接口;
6、修改station连接参数结构,增加bssid项,支持连接ssid相同,bssid不同的路由;
注:请查看station_config结构,bssid_set不为0时,需设置对应的bssid,否则会连接不上,通常请设为0。
7、修改scan参数结构,可选择是否扫描隐藏ssid的路由,不使用请设为0,扫描结果结构体bss_info中对应增加 is_hidden 参数;
8、修改softap设置参数结构,增加ssid_len;当 ssid_len 设为0时,读取ssid 直至遇到结束符;否则使用ssid_len长度;
9、增强接口“wifi_softap_set_config”功能,设置softap参数后不用重启,立即生效;
10、增加设置、获取phy工作模式接口,可设置为b,bg,bgn;
11、增加dhcp server启动、停止接口;
12、增加dhcp client启动、停止接口;
13、增加dhcp server分配池管理接口;
14、增加获取、设置tcp连接数接口;
15、增加获取、设置tcp server允许连接数接口;
16、增强修改ip、mac接口(“wifi_set_ip_info” 和 “wifi_set_macaddr”),可在任何时候设置,无需重启;
17、修正一些软件问题,进一步提高软件稳定性。
Attachments
esp_iot_sdk_v0.9.3_14_11_21.zip
(1.02 MiB) Downloaded 11264 times

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: esp_iot_sdk_v0.9.3_14_11_21

Postby ESP_Faye » Tue Nov 25, 2014 2:23 pm

Notice:
at_v0.19_14_10_30http://bbs.espressif.com/viewtopic.php?f=5&t=13 is based on sdk_v0.9.2 http://bbs.espressif.com/viewtopic.php?f=5&t=3
Some struct changed so at_v0.19_14_10_30 may have some problem if you try it on sdk_v0.9.3.
We are going to release the correspondence AT for sdk_v0.9.3 this Friday.
Sorry for the inconvenience.

Who is online

Users browsing this forum: No registered users and 7 guests