Skip to content

Instantly share code, notes, and snippets.

java -jar /root/blynk/server-0.41.16-java8.jar -dataFolder /root/blynk/data -serverConfig /root/blynk/server.properties -mailConfig /root/blynk/mail.properties
mail.smtp.starttls.enable=true
mail.smtp.port=587
mail.smtp.auth=true
mail.smtp.host=smtp.gmail.com
mail.smtp.username=xxxxxxxxxx@gmail.com
mail.smtp.password=xxxxxxxxxx
mail.smtp.timeout=120000
mail.smtp.connectiontimeout=30000
initial.energy=10000000
allow.reading.widget.without.active.app=false
user.message.quota.limit=100
logs.folder=./logs
user.dashboard.max.limit=100
lcd.strings.pool.size=6
server.ssl.key=
webhooks.response.size.limit=96
hardware.mqtt.port=8440
table.rows.pool.size=100
#include <BlynkGOv2.h>
#include "esp_wpa2.h"
#define SSID "---------------"
#define EAP_IDENTITY "---------------" //username
#define EAP_PASSWORD "---------------" //password
#define LINE_TOKEN "---------------"
GWiFiManager wifi_manager;
GLabel lb_clock;
@BlynkGO
BlynkGO / BlynkGO_SenEYE.ino
Last active May 15, 2020 00:07
SenEYE เซนเซอร์สำหรับวัดคุณภาพน้ำตู้ปลา นำมาแสดงผลบนบอร์ด BlynkGO + จอ 3.5"
/*
* SenEYE เซนเซอร์สำหรับวัดคุณภาพน้ำตู้ปลา นำมาแสดงผลบนบอร์ด BlynkGO + จอ 3.5"
*/
#include <BlynkGO.h>
#include <WiFi.h>
#include <TridentTD_SENEYE.h>
#define BLYNKGO_KEY "--------------------" // Key สำหรับบอร์ด BlynkGO
#define SSID "--------------------" // SSID ของ WiFi
#define PASSWORD "--------------------" // Password ของ WiFi