Skip to content

Instantly share code, notes, and snippets.

View bikenbruce's full-sized avatar

Bruce bikenbruce

  • San Jose State University
  • San Jose, CA
View GitHub Profile
@bikenbruce
bikenbruce / FeatherWiFi.ino
Created January 15, 2019 00:20
Modified WiFi script to return mac address and to try to connect to cadre website using SJSU_Guest WiFi
/*
This sketch sends data via HTTP GET requests to data.sparkfun.com service.
You need to get streamId and privateKey at data.sparkfun.com and paste them
below. Or just customize this script to talk to other HTTP servers.
*/
#include <WiFi.h>