Page 2 of 2

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Wed Feb 05, 2014 2:15 pm
by Carl-SolderSplash
:lol:

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Wed Feb 05, 2014 10:05 pm
by andrewdlindsay
Just been able to re-test this and it does in fact work, but something in the SmartConfig Android app isn't detecting that its finished its job, it just sits there with the red bar. After resetting the WiFiDIPCortex, it connects straight away.

Now to find a better app for setting it up as the way TI package it is far from ideal.

Thanks

Andrew

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Wed Feb 05, 2014 10:08 pm
by Carl-SolderSplash
Yeah both the iOS and android app just sit there broadcasting with no feedback as far as I know.

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Wed Feb 05, 2014 10:21 pm
by andrewdlindsay
I've seen it respond with a dialog saying it had configured the device. This was when I was using the Adafruit breakout and library on arduino. I've also seen other timeout and network loss dialogs, usually when my tablet went to sleep.

I'll try it again on the Adafruit board and see if I can get some pictures and other debug info.

Thanks for your help.

Cheers

Andrew
:D

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Thu Feb 06, 2014 8:33 pm
by andrewdlindsay
Hi Carl,

I've tried the Smartconfig with the Adafruit CC3000 breakout board and library, when the app successfully configures the CC3000 I get this on my tablet indicatingt hat it has configured the device successfully:

Image

If we're not seeing this using the code on the WiFiDIPCortex then there may be an issue with the library.

Thanks

Andrew

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Thu Feb 06, 2014 8:35 pm
by Carl-SolderSplash
Yep have never seen that, with both the mbed library and my ported ti library to lpcxpresso, I guess I'll start hunting for it in the arduino code

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Thu Feb 06, 2014 8:53 pm
by andrewdlindsay
Good Luck!!

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Thu Feb 06, 2014 9:37 pm
by Carl-SolderSplash
Found it,

It's mDNS running in the CC3000 module, the app is looking for a module to appear and start advertising on the network.

http://processors.wiki.ti.com/index.php ... art_Config

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Fri Feb 07, 2014 12:38 am
by Carl-SolderSplash
have published an update to the mbed usb kitchen sink demo code that starts mDNS after smart config has completed. You still need to hit return as the current mbed code is blocking awaiting user input.

https://mbed.org/users/SolderSplashLabs ... tchenSink/

Re: Smart Config - Over the air setup with iOS or Android

PostPosted: Sat Feb 08, 2014 7:53 pm
by andrewdlindsay
Just tried it. Works a treat.

Thanks

Andrew