Hi,
I am using the blynk wifi shield example
(#include <ESP8266_Lib.h>
#include <BlynkSimpleShieldEsp8266.h>)
everything is working great, I am writing values to virtual pin and getting it on the arduino,
the problem is now I want to send this value to another device running a server with an open TCP port.
but once I try to create an ESP8266 client it fails to connect to the wifi.
how do I create a client while also retaining Blynk functionality? I am unsure how to do that using blynk esp8266 libraries.
(I am using the Sparkfun Arduino wifi shield)
thanks!