I saw SmartConfig-Android (SmartConfig for Android) was posted on Mar 4, 2013, any user manual and source codes are available?
http://www.ti.com/tool/smartconfig
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I saw SmartConfig-Android (SmartConfig for Android) was posted on Mar 4, 2013, any user manual and source codes are available?
http://www.ti.com/tool/smartconfig
Thanks.
Hi,
Please find the source code available for download here:
http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads#CC3000_SmartConfig
User manual:
http://processors.wiki.ti.com/index.php/Smart_Config_Application_development_information_-_Android
Yael
Hi Yael,
I followed your link http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads#CC3000_SmartConfig to download, I got "CC3000_Android_App_Setup.exe".
I would like to clarify that the file "CC3000_Android_App_Setup.exe" should run on Android Smartphone as an Android Mobile App or Microsoftsoft Windows PC to get the source code.
If this file is to get Source Codes, then where is the app to run on Android Smartphone?
If this file is an Android Mobile app to run on Android Smartphone, then please give another link to get the source code.
Thanks.
Hi Yael,
I can get the android project but the
com.integrity_project.smartconfiglib.FirstTimeConfig and com.integrity_project.smartconfiglib.FirstTimeConfigListener is .jar only, no source code is attached.
It's possible for Ti to provide the full source code of that? I need to retrieve the mac address when CC3000 send out the mDNS package after smartConfig is success. But current API doesn't support that.(http://processors.wiki.ti.com/index.php/Smart_Config_Application_development_information_-_Android)
I guess FirstTimeConfigListener is actually just listening to the mDNS package , so it's capable to provide the CC3000 MAC address too. if we can get the source code, we should be able to add the mac parameter back.
Please let me know if it's possible to fully open source. Thanks.
HI,
We can't release the jar source code since the configuration algorithm is under patent.
We will evaluate and consider adding this feature to our next Android application release.
For now you can use mDNS listener application (Bonjour Broswer or ZeroConf browser in Android for example) to retrieve the MAC and IP address.
Other option is add code that parse mDNS in the SmartConfig app after FTC_SUCCESS event has received and in parallel add additional mDNS advertisement sending from the CC3000 side (by using the mdnsAdvertiser API).
Yael
HI,
Now my android App wants to get CC3000's MAC during the smartconfig process, you said to add code that parse mDNS in the SmartConfig app after FTC_SUCCESS event has received,could you please tell me how to parse the mDNS in the SmartConfig app in detail ,or do you have some examples ?
thank you .