Fishino and blynk

Fishino is supported by blynk?
In board of app blynk i choose esp8266 but the example is not running.
What hardware is necessary for fishino?

1 Like

Hello

Fishino is arduino uno with WIFI i have a Fishino

#define BLYNK_PRINT Serial


#include <SPI.h>
#include <Fishino.h>
#include <BlynkSimpleFishino.h>

// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = "YourAuthToken";

// Your WiFi credentials.
// Set password to "" for open networks.

void setup()
{
  // Debug console
  Serial.begin(9600);

  Blynk.begin(auth, "ssid", "pass");
}

void loop()
{
  Blynk.run();
}

Thanks Markop! But Blynk interface works with ESP8266 and Arduino uno always in wifi. In Arduino Sketch struments it works only Arduino/genuino.
Now it’s all okay. Thanks.

no problem i also work a lot with fishino i think fishino is comfortable with blynk