Thursday 17 December 2015

Thing Speak

I was looking to upload my temperature (and Ping) data to an external database that can be viewed from the outside.

One option is to port forward to the RPi's Node.js web server, the other option is to POST the data to an external location then browse this external data with some graphing app on the same external server.

Then I came across Thing Speak www.thingspeak.com,  which looks like it'll host the data for me and provide graphical views - how awesome is that!

So far I have created an account, it looks like it accepts JSON formatted data - good. So my plan is to create an additional router in the node app and POST the JSON data to it. Lets see what happens!

No comments:

Post a Comment