ESP8266 WiFi Client example by croscwa

This sketch is missing a short description
  • 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. *

/* Public URL = http://data.sparkfun.com/streams/AJrmav1n53CaR0dr9x6o

Public Key = AJrmav1n53CaR0dr9x6o

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:110538" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>