Other Parts Discussed in Thread: CC3235S
Hi
i have the CC3235S launchpad, the sole onboard profile is created when i perform the provisioning/configuration via the TI iPhone SimpleLink app.
The CC3235 then auto connects to the network when the device is reset.
Question 1:
Now via my own onboard program, i delete that sole profile.
Then, when i try to programmatically reconnect to the network sl_WlanConnect() returns error SL_ERROR_WLAN_INVALID_ROLE.
The CC3235 is in station mode yet i get this error....why is that?
Question 2:
If , however, i leave that sole profile intact, I found that as soon as i programmatically disconnected from the 1st network it would auto connect before i could initiate a connection to another network (the other network has no onboard profile)......in this scenario both networks are able to be received by the launchpad at equal power.
So how would i disconnect from that 1st network to connect to the other network?
thanks in advance