Page 1 of 1

configure wifi SSID and password by use of bluethooh

Posted: Thu Jul 06, 2017 4:51 am
by remeshck
I have used initialise_wifi() function for configure the SSID and password of the my wifi connection which is used to implement the AWS .
Now I want to implement Bluetooth for configure the SSID and password .
I have taken Blufi example code for this purpose .by use of this code I’m able to get the Bluetooth connectivity and able to get the SSID and password.
While assign this password to this
wifi_config_t wifi_config = {
.sta = {
.ssid = EXAMPLE_WIFI_SSID,
.password = EXAMPLE_WIFI_PASS,
},
};
Code is getting crash .
Please help me to rectify the mistake . Is this approach is correct or do you prefer any other way of implementing the same

Re: configure wifi SSID and password by use of bluethooh

Posted: Thu Jul 06, 2017 6:02 am
by WiFive