http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)
- download the latest image
#define BLYNK_PRINT Serial | |
#include <ESP8266WiFi.h> | |
#include <BlynkSimpleEsp8266.h> | |
BlynkTimer timer; | |
char auth[] = "********************************"; | |
char ssid[] = "********************************"; | |
char pass[] = "********************************"; | |
int n; |
http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)