- 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.
推薦閱讀
- Vue.js 3.x快速入門
- Cocos2D-X權(quán)威指南(第2版)
- Intel Galileo Essentials
- 編程的修煉
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- 教孩子學(xué)編程:C++入門圖解
- 學(xué)習(xí)正則表達(dá)式
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Procedural Content Generation for C++ Game Development
- Magento 2 Beginners Guide
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT
- Storm Real-Time Processing Cookbook
- 算法技術(shù)手冊(cè)
- 設(shè)計(jì)模式之禪