WINC1500? is it Blynk Compatible?

Before creating the topic

  1. Search forum for similar topics
  2. Check http://docs.blynk.cc and http://help.blynk.cc/
  3. Add details :
    • Hardware model + communication type. For example: Arduino UNO with Ethernet Shield
    • Smartphone OS (iOS or Android) + version
    • Blynk server or local server
    • Blynk Library version
    • Add your sketch code. :point_up:Code should be formatted as example below.

Simply paste your code between ``` If you don’t format your code, your topic can be deleted by moderators.


void loop()

http://docs.blynk.cc/#supported-hardware


Looked on list not there. MEANS not compatible?

Means compare it to what is listed… if it is close to one of the other WiFi adapters, then it might work the same way… then trial and error. If constant error, than probably not compatible.

According to http://docs.blynk.cc/#supported-hardware the “Arduino WiFi 101 Shield” is supported.
This is a shield that uses the WINC1500. :wink:

With the WiFi101 library installed in the IDE …

… this bylnk example will work:

1 Like

I found another ost where someone is using the adafruit WINC1500 wifi board
#define BLYNK_PRINT Serial // Blynk
#include <SPI.h> // Blynk
#include <WiFi101.h> // Blynk
#include <BlynkSimpleWiFiShield101.h> // Blynk