- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 181字
- 2021-06-24 15:30:25
Connecting the Raspberry Pi 3B+ to a laptop via Wi-Fi
To connect the Raspberry Pi 3B+ wirelessly to a laptop via Wi-Fi, we first need to connect the RPi to a Wi-Fi network with a piece of software called PuTTY. After that, we can find out the IP address of the Raspberry Pi and enter that into a piece of software called VNC Viewer to connect the Raspberry Pi to a laptop. In order to perform this task successfully, the Raspberry Pi and laptop must be connected to the same Wi-Fi network.
The hardware required includes the following:
- An Ethernet cable: The Ethernet cable will be attached directly to the Ethernet port of the Raspberry Pi 3B+ and the Ethernet port of the laptop. If your laptop does not contain an Ethernet port, you will need to purchase a USB-to-Ethernet connector for your laptop.
- Micro USB B wire: This is a standard Micro USB B wire for connecting the Raspberry Pi 3B+ to the laptop.
The software required is PuTTY, VNC Viewer, and Bonjour.
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- Visual Studio 2012 Cookbook
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Instant Apache Stanbol
- Learning Docker
- 算法精粹:經典計算機科學問題的Java實現
- iOS開發實戰:從零基礎到App Store上架
- Julia機器學習核心編程:人人可用的高性能科學計算
- Implementing Cisco Networking Solutions
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- 游戲程序設計教程
- Learning ArcGIS for Desktop
- 區塊鏈技術與應用
- Instant Lucene.NET
- Java并發編程之美