- 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.
- UNIX編程藝術
- 工程軟件開發技術基礎
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- 劍指JVM:虛擬機實踐與性能調優
- 青少年美育趣味課堂:XMind思維導圖制作
- Java Web程序設計
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 你不知道的JavaScript(中卷)
- GameMaker Programming By Example
- 一本書講透Java線程:原理與實踐
- Scratch·愛編程的藝術家
- Visual Studio Code 權威指南
- Mastering Object:Oriented Python(Second Edition)
- HTML5程序開發范例寶典
- Swift從入門到精通 (移動開發叢書)