I have an Arduino Mega and XPICO Wi-fi shield. The XPICO has both AP and infrastructure mode. When the Arduino is powered, the XPICO automatically connects to the WIFI automatically eliminating the need for WIFI libraries. Since I basically have a direct connection to the internet, what blynk libraries do I need to read/write to virtual pins? Any help would be greatly appreciated.
Blynk libraries connect to Blynk server through which they send commands. However I’m not sure we support XPICO. @vshymanskyy should know better.
If XPICO can automatically connect to blynk servers, you can configure it this way, and use Arduino_USB_Serial example. We did not test this hardware so it might not work.
Hope that helps.