ESP8266
(NodeMCU 1.0) Sending Temperature humidity
to ThingSpeaking.com (IoT) Last updated (2017-05-21)
Previously I connected a DHT11 to an Arduino Uno board and sent the
data to a Google spreadsheet and presented the data as a graph.
(Link to the previously project)
This time I used a NodeMCU which is an Arduino compatible board that
also contains a WiFi part.Instead of sending the data to Google docs through
Temboo, I sent my data directly to http://ThingSpeaks.com (picture 1 and 2).
The website is owned by Mathworks (That is the company behind Matlab).
After
installing the ESP8266 library from here, it
is possible to use
the Aduino IDE to program the NodeMCU-board.