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 the usual issues with sensors


In this last section of the chapter, we are going to look at the problems you may encounter when connecting sensors to the Galileo board, and how to solve them.

How to do it...

Some of the common issues include:

  • Uploading a sketch to the Galileo board: If uploading the code to the board doesn't work, there are several things you can check. First, check that you installed the latest version of the Arduino IDE for the Intel Galileo. Note that it won't work with the normal Arduino IDE.

    Then, check that you selected the correct board inside the Arduino IDE (Galileo Gen 2) and the correct serial port. To be sure that you have the right serial port, make sure you don't have any other serial devices connected to your computer.

    If it still doesn't work, you can also check the official Getting Started guide at https://software.intel.com/en-us/articles/intel-galileo-board-assembly.

  • The temperature sensor is returning abnormal readings: It can happen that the...