Skip to content

Instantly share code, notes, and snippets.

View rtxsc's full-sized avatar
🎯
Focusing

rtxcoder rtxsc

🎯
Focusing
View GitHub Profile
@rtxsc
rtxsc / esp_readSignalData.ino
Last active November 12, 2021 12:06 — forked from elizabethn119/espreadsignal.ino
[ReadAPI for ESP boards] Added with deserializeJson() to extract out specific value from specific signal key.
// ReadAPI implementation for ESP board
// Credit to Initial State's @elizabethn119
#include <HTTPClient.h>
#include <ArduinoJson.h>
#include <WiFi.h>
const char* ssid = "WiFi NAME";
const char* password = "WiFi PASSWORD";
const char* accesskey = "ENTER ACCESS KEY HERE";
const char* bucketkey = "ENTER BUCKET KEY HERE";