Home / Companies / PubNub / Blog / Post Details
Content Deep Dive

Displaying Tessel Temperature Data on a Live-Updating Chart

Blog post from PubNub

Post Details
Company
Date Published
Author
Michael Carroll
Word Count
1,024
Language
English
Hacker News Points
-
Summary

In this blog post, the process of graphing real-time temperature and humidity data using the Tessel Climate module, AngularJS, NVD3 library, and PubNub is explored, building on a previous tutorial about collecting and publishing such data. The tutorial guides users through setting up an HTML file with necessary libraries to visualize the data, using AngularJS to create an application that subscribes to a PubNub channel named "tesselclimate" for real-time climate readings. These readings are graphically represented on a line graph, with temperature and humidity plotted against time using NVD3. Users are encouraged to interact with the sensor to observe changes in the graph, illustrating the dynamic capabilities of Internet of Things (IoT) applications.