- Raspberry Pi Home Automation with Arduino(Second Edition)
- Andrew K. Dennis
- 205字
- 2021-07-23 20:35:15
The SD card – our Raspberry Pi's storage device
A secure digital (SD) card is a form of a portable, high-performance storage medium available for electronic devices ranging from cameras to PCs.
The Raspberry Pi comes equipped with an SD card slot, allowing us to insert an SD card and use it as our device's main storage mechanism, much like a hard disk on a PC. While you can use other storage mechanisms such as a USB drive or USB external hard drive, the SD card is small and thus lends itself better to embedded devices such as those found in home automation projects.
There are various brands of SD cards in the market, and they come in a wide range of sizes. The Raspberry Pi supports larger SD cards such as those with 64 GB of storage space. For the projects in this book, you should be using a card with a minimum of 2 GB storage.
Note
The official Raspberry Pi website provides a handy guide to SD cards, at http://www.raspberrypi.org/documentation/installation/sd-cards.md.
We will now look at the options available with regards to purchasing an SD card preinstalled with an operating system, and then we will learn how to format and install it ourselves.
- 從零開始構建企業級RAG系統
- The Supervised Learning Workshop
- R語言經典實例(原書第2版)
- Linux C/C++服務器開發實踐
- 實用防銹油配方與制備200例
- 實戰低代碼
- Learning Python Design Patterns(Second Edition)
- PhoneGap:Beginner's Guide(Third Edition)
- Salesforce Reporting and Dashboards
- Test-Driven Development with Django
- 持續輕量級Java EE開發:編寫可測試的代碼
- 實戰Java高并發程序設計(第2版)
- Mastering Leap Motion
- 3ds Max 2018從入門到精通
- TypeScript全棧開發