Book Image

Intel Galileo Networking Cookbook

By : Marco Schwartz
Book Image

Intel Galileo Networking Cookbook

By: Marco Schwartz

Overview of this book

Table of Contents (15 chapters)
Intel Galileo Networking Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Troubleshooting cloud monitoring issues


The Internet of Things is a very interesting topic; however, there are always issues with the communication between your project and the cloud. This is why we are now going to look at the most common issues that can arise in the recipes found in this chapter.

Dweet.io is not responding

The most common cause of not being able to get an answer from dweet.io is that the Internet connection on your Galileo board is not functioning properly. This can happen when the board is inactive for a long time. To solve this, simply reboot the board by clicking on the REBOOT button on the board itself, and then try to execute the project again.

The dweet.io data does not appear in Freeboard.io

If no data appears on the dashboard, but you are sure that the data was logged correctly in dweet.io, there may be a problem with the datasource you defined. Make sure that you entered exactly the same Thing name in the Freeboard.io datasource. Then, make sure that you correctly...