- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 269字
- 2021-07-02 19:46:22
A little history
Raspberry Pi Foundation launched the Raspberry Pi Zero on 26th November 2015, taking the IT world by surprise by releasing it secretly at a price of just $5, along with including a free Raspberry Pi Zero for those who were lucky enough to get a copy of that month's MagPie magazine. Needless to say, these tiny computers sold out quickly and, to this day, customers are still limited to purchasing just one device per order from the suppliers who stock them.
In April 2016, a new version of the Pi Zero was launched; a camera port was added to this model, enabling enthusiasts to build super small camera projects and hacks using their Raspberry Pi Zero computers.
The newest and latest version of Raspberry Pi Zero is Pi Zero W. It adds to the second generation of Pi Zero by now including the same Wi-Fi and Bluetooth on-board chip, which was introduced on Pi 3. This makes Pi Zero W a great choice of computer for our projects in this book; it has enough power to deliver what we want, and GPIO pins allow us to connect to and control all manner of devices (as we will see!); and we now have a means to connect to this computer, while it is hidden away in a piece of clothing!
With this in mind, I will be making use of Pi Zero W for all of the projects in this book. If you cannot get your hands on one, don't worry; all these projects will work fine with any Raspberry Pi computer from the model B+ upwards.
- DB2 V9權威指南
- Mastering Entity Framework Core 2.0
- 測試驅動開發(fā):入門、實戰(zhàn)與進階
- Learning Laravel 4 Application Development
- R的極客理想:工具篇
- JavaScript by Example
- Java網絡編程實戰(zhàn)
- Python Data Science Cookbook
- Oracle數據庫編程經典300例
- Scala編程實戰(zhàn)
- 從零開始學Python大數據與量化交易
- C/C++代碼調試的藝術(第2版)
- Mastering R for Quantitative Finance
- Mastering Magento Theme Design
- PyTorch生成對抗網絡編程