Woo got it working today and feeding data to this page!
Using the Huzzah and not the Arduino at all
Getting temp, humidity, and pressure
Anemometer needs a separate setup as it needs a 9V Vin and outputs up to 2V analog which Huzzah cannot handle
My original setup was trying to reach this website's endpoint which is over https.
I tried to create some crazy work between but was encouraged to just do it the right way
The https library for the huzzah? wasn't bad at all and I was able to get it working.
[flesh this out]
Hunting down a https library
Pulling the needed code out of a more complicated example
Figuring out the sha
Success!
[add code here]Built a quick GET endpoint to put data into the database from a URL with the parameters:
Following this tutorial https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide
I got the blinking light program to work but only after I pulled the USB out of the computer. I tried the same approach with the wifi test and there is no result in the serial monitor.