- 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.
推薦閱讀
- HTML5移動Web開發技術
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 精通Python自然語言處理
- Python數據可視化之Matplotlib與Pyecharts實戰
- Python機器學習算法與實戰
- Building RESTful Python Web Services
- RabbitMQ Essentials
- 用戶體驗可視化指南
- OpenCV Android Programming By Example
- 算法設計與分析:基于C++編程語言的描述
- Hands-On Robotics Programming with C++
- INSTANT JQuery Flot Visual Data Analysis
- 微信小程序開發圖解案例教程:附精講視頻(第3版)
- Python for Secret Agents
- Mastering Chef Provisioning