- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 198字
- 2021-06-24 15:30:24
Connecting the Raspberry Pi 3B+ to the internet
There are two methods that we can use to provide an internet connection to the Raspberry Pi:
- An Ethernet cable: The Raspberry Pi 3B+ contains an Ethernet port. To provide an internet connection via an Ethernet port, simply connect an Ethernet cable to it.
- Wi-Fi: Connecting the Raspberry Pi over Wi-Fi is also pretty straightforward. Click on the Wi-Fi icon in the taskbar. Select your Wi-Fi network, enter the correct password, and the Raspberry Pi will connect to the desired Wi-Fi network:

After setting up the Raspberry Pi 3B+ as a desktop computer, we can simply open any code editor and start writing programs to control motors or LEDs with the Raspberry Pi.
Since we are going to create a movable robot using the Raspberry Pi, however, the desktop computer setup will not work. This is because the display, the keyboard, and the mouse, all of which are attached directly to the Pi, will limit its movement. In the next section, to be able to use it without these peripherals, we'll look at how to connect the Raspberry Pi 3B+ wirelessly to a laptop via Wi-Fi.
推薦閱讀
- LabVIEW 2018 虛擬儀器程序設計
- Java范例大全
- Mastering C# Concurrency
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Access 2016數據庫管
- Mastering Git
- 零基礎學C語言第2版
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Node.js 12實戰
- OpenCV with Python Blueprints
- Java EE Web應用開發基礎
- R High Performance Programming
- JSP編程教程
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)
- C語言解惑:指針、數組、函數和多文件編程