Internet of Things with Python
上QQ阅读APP看书,第一时间看更新

Chapter 2. Working with Python on Intel Galileo Gen 2

In this chapter, we will start our journey towards Internet of Things (IoT) with Python and the Intel Galileo Gen 2 board. We shall:

  • Set up the environment to start working with Python as the main programming language
  • Retrieve the board's assigned IP address after it boots a Yocto Linux distribution
  • Connect to the board's operating system and run commands on it
  • Install and upgrade the necessary libraries to interact with the board's component with Python
  • Run our first lines of Python code in the board