Hello,
I'm trying to adapt the code from TI SimpleLink Wifi starter app (Android) to my mobile app.
The CC3200 receives the wifi parameters from the Android device and connects to the wifi network. But the Android device does not receive acknoledgement. Thus, the FTC_SUCCESS event is not fired.
I suspect that it is an issue with the parameter "ackstring". According to the following doc, on CC3000 ackstring is set to "CC3000" by default.
processors.wiki.ti.com/.../CC31xx_%26_CC32xx_Wi-Fi_Starter_App_Development_Information_(Android)
But this doc is does not seem to be up to date. And I can't figure out how to set ackstring, neither on the CC3200 board nor on the Android device.
Could you help me with this issue? And could you also tell me where to find the updated documentation of SmartConfig library for iOS and Android?
Thanks.