- 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.
推薦閱讀
- Python機器學習:數據分析與評分卡建模(微課版)
- 人臉識別原理及算法:動態人臉識別系統研究
- 精通Python自動化編程
- Citrix XenServer企業運維實戰
- Regression Analysis with Python
- Windows Phone 8 Game Development
- Mastering Gephi Network Visualization
- SEO教程:搜索引擎優化入門與進階(第3版)
- Python Automation Cookbook
- C/C++代碼調試的藝術(第2版)
- 你好!Python
- HTML5程序設計基礎教程
- Python程序設計案例教程
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- jQuery權威指南