- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 248字
- 2021-06-24 15:30:21
Software required
Please download the following software if you want to follow along with the instructions in this chapter:
- Raspbian Stretch: Raspbian Stretch is the operating system (OS) that we will write to a microSD card. Stretch is the OS that will run our Raspberry Pi. It can be downloaded from https://www.raspberrypi.org/downloads/raspbian/ This OS is developed specifically for the Raspberry Pi.
- Balena Etcher: This software will format the microSD card and write the Raspbian Stretch image to the microSD card. It can be downloaded from https://www.balena.io/etcher/.
- PuTTY: We will use PuTTY to connect our Raspberry Pi to a Wi-Fi network and find the IP address that the Wi-Fi network assigns to it. It can be downloaded from https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html.
- VNC Viewer: With VNC Viewer, we will be able to view the Raspberry Pi display on our laptop. It can be downloaded from https://www.realvnc.com/en/connect/download/viewer/.
- Bonjour: This is generally used to connect printers to computers over Wi-Fi. It can be downloaded from https://support.apple.com/kb/DL999?viewlocale=en_MY&locale=en_MY.
- Notepad++: We will need Notepad++ to edit the code in the Raspbian Stretch image. It can be downloaded from https://notepad-plus-plus.org/download/v7.5.9.html.
- Brackets: Brackets allows those using macOS to edit the code in the Rapbian Stretch image. To download Brackets, go to http://www.brackets.io/.
The installation of all of this software is pretty straightforward. Keep the default settings checked, click on the Next button a few times, and then hit the Finish button once the installation is complete.
推薦閱讀
- 21天學通C++(第6版)
- C語言程序設計
- Java:High-Performance Apps with Java 9
- Python機器學習:預測分析核心算法
- C# and .NET Core Test Driven Development
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- JavaScript應用開發實踐指南
- Visual Studio Code 權威指南
- C語言程序設計與應用(第2版)
- Bootstrap for Rails
- Mastering Elixir
- Clojure Polymorphism
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Blender 3D Cookbook
- 計算機軟件項目實訓指導