Skip to content

Instantly share code, notes, and snippets.

View justind000's full-sized avatar

Justin Decker justind000

View GitHub Profile
#include <Arduino.h>
#include "ISE_pH.h"
#include <CayenneMQTTESP32.h>
ISE_pH pH;
// your network information
char ssid[] = "";
char wifiPassword[] = "";
@justind000
justind000 / ThingsBoard.h
Last active November 13, 2019 17:30
IoT Pool Monitor
#include <WiFi.h>
#include <PubSubClient.h>
#include <ArduinoJson.h>
WiFiClient wifiClient;
PubSubClient client(wifiClient);
// your network information
const char *ssid = "";
const char *password = "";
@justind000
justind000 / Watson.h
Last active July 18, 2019 21:23
IoT Hydroponics - Watson
#include <WiFiClientSecure.h>
#include <PubSubClient.h>
#include <ArduinoJson.h>
// your network information
const char *ssid = "";
const char *password = "";
#define Organization_ID "" // your organization
#define Device_Type "" // your registered device type