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.

CC3000 Smart Config App for Android

Hi,

I'm trying to modify the Smart Config App for Android, so that I need to add MAC address to the notification sent from CC3000 to the App. I need to parse this MAC id in the App side.

Extracted the Smartconfiglib.jar and got the source files. When tried to compile these, I'm getting errors. Could you please help me in this? Is there any dependent library for this?

Best Regards,

Deepa.

  • Hi Deepa,

    Can you please let me know what files you are trying to modify from Smartconfiglib.jar? Aren't you able to export the entire project to your workspace and build?

    And how are you planning to send data from CC3000 to SmartConfig application? The current implementation sends data from phone to CC3000. Are you looking to send the MAC address along with other configuration data to CC3000? If yes, then one option would be to append the MAC address to the end of your SSID string and parse the same on the CC3000 side.

    Thanks & Regards,
    Raghavendra

  • Hi Raghavendra,

    Thanks for the update.

    We are trying to modify the file FirstTimeConfig.java for parsing data sent from CC3000.  But when compiling 'FirstTimeConfig.java', we are getting errors for 'FirstTimeConfigListener.java'.

    we are able to export the entire project and build it, but not able to build smartconfiglib.

    Our intention is to send MAC from CC3000 to App. So we plan to send it appended with the the final message of smart config sent from cc3000. That is, cc3000 sends device name when it's able to connect to n/w, so we plan to add MAC here.

    Best Regards,

    Deepa.

  • Hi Deepa,

    The FirstConfig.java is the older application file for smartConfig. Can you please upgrade to the latest one from the Wiki?  Can you please try it with the package: http://www.ti.com/tool/smartconfig?

    And also, please give more details about the error if the error still persists.

    Thanks & Regards,
    Raghavendra