I have been following a tutorial by Serge on how to onboard a lifx color 1000 bulb but for the life in me I cant seem to get past ‘consumer.ConfigureWifiAsync()’ function. I’m always getting ‘Status1 = 36914 & status2 = 0’.
I have a TP-Link MR3420 router and I’m developing a windows 10 UWP app.
Thanks for the response and yes following the tutorial I copied the Onboarding interface from the Allseen website (the link you attached below for the samples.)
The funny thing is that I cannot onboard the bulb even after I downloaded the Iot Explorer windows 10 app. When I invoke any methods found in the Onboarding interface I’m getting
this error
’0x909d: ER_BUS_SECURITY_NOT_ENABLED’
‘Security is not enabled for this bus attachment’
It looks like Alljoyn is looking for the new the new Alljoyn Security 2.0 stuff which we haven’t (yet) implemented. I’m not sure how to disable it, but there should be a way. Is it possible to use an older Alljoyn protocol version?