- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 156字
- 2021-06-24 15:30:27
Setting up the Raspberry Pi Zero W as a desktop computer
As we've said, the Raspberry Pi Zero W is a stripped-down version of the Raspberry Pi 3B+. The Raspberry Pi Zero W has very limited connections, so in order to connect it to different peripherals, we will need to purchase some additional components. We will need the following hardware components:
- A keyboard
- A mouse
- A microSD card of minimum 8 GB (recommended 32 GB)
- A microSD card reader
- An HDMI cable
- A display unit, preferably an LED screen or a TV with an HDMI port
- A mobile charger or a power bank to power the Raspberry Pi
- A micro USB B-to-USB connector (also known as an OTG connector), which looks like the following:

- A mini HDMI-to-HDMI connector, as follows:

- A USB hub, as pictured here:

Now that we know what hardware we require, let's set up our Raspberry Pi Zero W.
推薦閱讀
- Instant Testing with CasperJS
- 深度實踐OpenStack:基于Python的OpenStack組件開發(fā)
- Deploying Node.js
- R語言數(shù)據(jù)分析從入門到精通
- Python 3.7網(wǎng)絡爬蟲快速入門
- Java范例大全
- LabVIEW入門與實戰(zhàn)開發(fā)100例
- 簡單高效LATEX
- Django開發(fā)從入門到實踐
- 三維圖形化C++趣味編程
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- 用Python實現(xiàn)深度學習框架
- C++新經(jīng)典
- HTML5與CSS3基礎教程(第8版)
- NGINX Cookbook