Other Parts Discussed in Thread: CC3100
Hello,
I'm trying to test provisioning with the pro app (Build 2.2.22 SC lib 1.0.2) but I can't get it to work. I'm using the 1.3.0 SDK and the CC3100_CC3200_ServicePack_1.0.1.11-2.8.0.0.
I've flashed the provisioning_smartconfig exampe on the Launchpad.
In the app settings I've selected Smart Config.
I open the app, fill in the password and press "Start Configuration". It doesn't find anything.
I've tried enabling the console output on the provisioning_smartconfig example, but it can't find the uart_if.h from examples/common even though it is included (really strange)
Here's the relevant part of the log from the app:
2017-03-21 12:48:30,686 INFO [smartconfig.MainActivity]-[848] SL Dev found by M: {"name":"A4D57843C4AB@mysimplelink","host":"192.168.1.9","age":0} 2017-03-21 12:48:30,696 INFO [utils.NetworkUtil]-[125] Network state: 1 2017-03-21 12:48:30,699 INFO [smartconfig.NewSmartConfigFragment]-[344] *SC* Detected a new SL device (jsonString: {"name":"A4D57843C4AB@mysimplelink","host":"192.168.1.9","age":0}) 2017-03-21 12:48:30,700 INFO [smartconfig.NewSmartConfigFragment]-[405] *SC* The SL device found is not the one that was just set, "null" does not match "null" 2017-03-21 12:48:36,793 INFO [smartconfig.NewSmartConfigFragment]-[2483] *SC* Stop M scan 2017-03-21 12:48:36,811 INFO [smartconfig.MainActivity]-[1032] *M STOP *
Do you know what I have to do?