- Internet of Things with Intel Galileo
- Miguel de Sousa
- 222字
- 2021-07-16 13:36:10
Chapter 3. Monitoring the Board Temperature
As you saw in the previous chapter, Arduino Galileo IDE is very simple to use and by now, you should already know how to compile and upload your sketches to the board.
One interesting feature of this IDE is that it allows you to execute command-line operations in the Galileo's Linux shell. This way, it is possible to print useful information in the Galileo serial connection through the Linux shell, such as the board IP address, and in this particular use case, your CPU temperature.
In this chapter, we will create a bootable SD card, connect our board to the Internet using an Ethernet cable or Wi-Fi, read the Galileo CPU internal temperature sensor, and plot the collected data to an online chart.
Note
Instructions for both wired and wireless connections will be provided.
In this chapter, we will cover the following topics:
- Burning a Linux bootable image to an SD card
- Booting Galileo from a microSD card
- Connecting to the Internet using a wired or wireless connection
- Using Galileo as a Web Client
- Running Linux shell command-line operations using the Arduino IDE
- Discovering Galileo IP address
- Reading from the internal CPU temperature sensor
- Using the Arduino SD library to read from the SD card
- Plotting the gathered temperature data to an online chart
- FuelPHP Application Development Blueprints
- Django+Vue.js商城項目實戰
- Spring技術內幕:深入解析Spring架構與設計
- C#程序設計教程
- Implementing Cisco Networking Solutions
- Python數據挖掘與機器學習實戰
- Apex Design Patterns
- Learning JavaScript Data Structures and Algorithms
- Instant Lucene.NET
- UI設計全書(全彩)
- R語言數據可視化:科技圖表繪制
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Elasticsearch Blueprints
- 前端架構設計
- Getting Started with RethinkDB