Internet of Things with Xively

1 min read

In this article by Marco Schwartz, author of the book Arduino Networking, we will visualize the data we recorded with Xively.

(For more resources related to this topic, see here.)

Visualizing the recorded data

We are now going to visualize the data we recorded with Xively. You can go over again to the device page on the Xively website. You should see that some data has been recorded in different channels, as shown in the following screenshot:

By clicking on one of these channels, you can also display the data graphically. For example, the following screenshot shows the temperature channel after a few measurements:

After a while, you will have more points for the temperature measurements, as shown in the following screenshot:

You can also do the same for the humidity measurements; the following screenshot shows the humidity measurements:

Note that by clicking on the time icon, you can change the time axis and display a longer or shorter time range.

If you don’t see any data being displayed, you need to go back to the Arduino IDE and make sure that the answer coming from the Xively server is a 200 OK message, like we saw in the previous section.

Summary

In this article, we went to the Xively website to visualize the data and learned how to visualize the data graphically, and saw this data arrive in real time.

Resources for Article:


Further resources on this subject:


Packt

Share
Published by
Packt

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago