- 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.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- 數據結構習題精解(C語言實現+微課視頻)
- 基于Swift語言的iOS App 商業實戰教程
- MATLAB 2020從入門到精通
- Quantum Computing and Blockchain in Business
- Hands-On Nuxt.js Web Development
- Mastering Apache Storm
- 從零學Java設計模式
- 軟件測試分析與實踐
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Elasticsearch搜索引擎構建入門與實戰
- 微信公眾平臺開發最佳實踐
- PHP高性能開發:基礎、框架與項目實戰
- Splunk Developer's Guide(Second Edition)
- Raspberry Pi By Example