configure wifi SSID and password by use of bluethooh

remeshck
Posts: 6
Joined: Thu Apr 20, 2017 9:54 am

configure wifi SSID and password by use of bluethooh

Postby remeshck » Thu Jul 06, 2017 4:51 am

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


Who is online

Users browsing this forum: No registered users and 47 guests