Skip to content

Instantly share code, notes, and snippets.

View elizabethn119's full-sized avatar

Elizabeth Adams elizabethn119

View GitHub Profile
#include <WiFi.h>
#include <HTTPClient.h>
//-------- User Settings -----------
const char* ssid = "WiFi NAME";
const char* password = "WiFi PASSWORD";
const char* accesskey = "ENTER ACCESS KEY HERE";
const char* bucketkey = "ENTER BUCKET KEY HERE";
//----------------------------------
#include <WiFi.h>
#include <HTTPClient.h>
//-------- User Settings -----------
const char* ssid = "WiFi NAME";
const char* password = "WiFi PASSWORD";
const char* accesskey = "ENTER ACCESS KEY HERE";
const char* bucketkey = "ENTER BUCKET KEY HERE";
const char* signalname = "ENTER SIGNAL NAME";
//----------------------------------
#####
# This is a custom 'getting started' script, made with care for [email protected].
# If you have any questions, please email us! [email protected]
#####
# Import the ISStreamer module
from ISStreamer.Streamer import Streamer
# Import time for delays
import time