- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 225字
- 2021-07-02 19:46:24
Headless access
For all of the projects in this book, we will not be connecting directly to our Pi, as it will be installed into various different objects and will need to run without a keyboard, mouse, or monitor attached. This is known as running a computer headless. To effectively do this, we need a method to connect to our Pi remotely so that we can perform the programming we need to do without having to attach bulky devices to it. This is where Pi Zero W really comes into its own; the integrated Wi-Fi means that we can connect to the Pi over a Wi-Fi network without having to add any additional hardware.
If you are using a Raspberry Pi other than Pi Zero W or Pi 3, then you will need to add a Wi-Fi dongle to your Pi to be able to connect to it remotely. If it is a Pi Zero 1.1 or 1.3 that you are using, then you will also need a USB micro shim as shown here. You can pick these up for a few pounds from many online retailers:

There are a couple of things we will need to do to get our Raspberry Pi SD card ready for remote access; fortunately the Raspberry Pi Foundation has tried to make these as straightforward as possible for us.
- Oracle從新手到高手
- 趣學Python算法100例
- HBase從入門到實戰
- 軟件項目管理實用教程
- 碼上行動:用ChatGPT學會Python編程
- VMware虛擬化技術
- Python算法從菜鳥到達人
- 學習正則表達式
- Web Development with MongoDB and Node(Third Edition)
- Raspberry Pi Robotic Projects(Third Edition)
- Webpack實戰:入門、進階與調優(第2版)
- LabVIEW數據采集
- Python預測之美:數據分析與算法實戰(雙色)
- INSTANT Apache Hive Essentials How-to
- RESTful Web API Design with Node.js(Second Edition)