ESP8266 Developer Zone The Official ESP8266 Forum 2015-07-06T10:53:18+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=674 2015-07-06T10:53:18+08:00 2015-07-06T10:53:18+08:00 https://bbs.espressif.com:443/viewtopic.php?t=674&p=2506#p2506 <![CDATA[Re: Initial setup of SDK parameters]]>
wifi_station_set_config to set configuration of ESP8266 station,here is an example http://bbs.espressif.com/viewtopic.php?f=21&t=228

wifi_softap_set_config to set configuration of ESP8266 softAP,here is an example http://bbs.espressif.com/viewtopic.php?f=21&t=227

wifi_set_ip_info to set static IP address of ESP8266

wifi_set_macaddr to set MAC address of ESP8266

More introduction of APIs are in documentation “2C-ESP8266__SDK__Programming Guide” (\esp_iot_sdk\document)

Thanks for your interest in Espressif Systems and ESP8266 !

Statistics: Posted by ESP_Faye — Mon Jul 06, 2015 10:53 am


]]>
2015-07-02T17:01:23+08:00 2015-07-02T17:01:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=674&p=2473#p2473 <![CDATA[Initial setup of SDK parameters]]>
is it applications job to store ssid, password and other wifi parameters in applications config? Or is it ok to get and change all parameters from SDK, if needed?

Is there a tool to make an initial setup configuration .bin for SDK-configuration for flashing to final series products, which includes custom settings for ssid,password,channel, IP,MAC, ..?

Can not find this options in your flash-tool. Only for RF-Parameters.

Or is it applications job to initialize SDK (change to custom ssid,password,channel...) at first boot?

Statistics: Posted by SpenZerX — Thu Jul 02, 2015 5:01 pm


]]>