Hello, I am trying to use Blynk and ST_Anything Smartthings in one sketch at the same time. Problem is both want to establish a WIFI connection. Any idea how to overcome this problem ? Is there a way to connect to Blynk, passing the auth code without establishing a new Wifi connection ?
Well, that means it is at least trying… now I suspect the reason it is not connecting is that whatever non-Blynk WiFi connection method you are using may not be actually working?
I am using ST_ANything … It automatically makes a WIFI conneftion when initializing and that sems OK as it is transmitting data read from sensors to my Smartthings hub … Apparently Blynk does not like sharing the wifi ? Maybe I should have Blynk coinnect to another SSID ?
Well, it is connected to something… perhaps double check the authcode used in the sketch as compared to the App project you think it is supposed to connect with.
Also, in case you also use a Local Server, make sure you have logged into the Cloud Server when checking devices using that server… they (Cloud and Local) are not the same, even if you use the same login info.
It is connecting and it did send data to the IOS once. I now have connection to two different SSID’s (WIFI Access Points) but they seem to mess up each other somehow. Will need to do some further debugging. Will keep you posted if I find a stable solution !