- 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.
- JavaScript+Vue+React全程實例
- The DevOps 2.4 Toolkit
- Learn React with TypeScript 3
- 可解釋機器學習:模型、方法與實踐
- Canvas Cookbook
- Selenium WebDriver Practical Guide
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- 第五空間戰略:大國間的網絡博弈
- HTML 5與CSS 3權威指南(第4版·上冊)
- C++ Game Development Cookbook
- Web應用程序設計:ASP
- 開源心法
- Visual FoxPro程序設計(第二版)
- Visual C++.NET(2008)典型案例
- Hands-On Android UI Development