Practical Raspberry Pi (Paperback)
暫譯: 實用樹莓派 (平裝本)
Brendan Horan
- 出版商: Apress
- 出版日期: 2013-03-29
- 定價: $1,298
- 售價: 6.0 折 $779
- 語言: 英文
- 頁數: 272
- 裝訂: Paperback
- ISBN: 1430249714
- ISBN-13: 9781430249719
-
相關分類:
Raspberry Pi
立即出貨(限量) (庫存=4)
買這商品的人也買了...
-
$620$490 -
$780$663 -
$580$458 -
$1,200$1,140 -
$2,080$1,976 -
$580$458 -
$580$452 -
$1,130$961 -
$199Raspberry Pi For Dummies (Paperback)
-
$580$493 -
$940$700 -
$480$379 -
$780$616 -
$590$502 -
$680$537 -
$480$408 -
$620$484 -
$499$424 -
$720$562 -
$580$458 -
$580$452 -
$780$663 -
$580$458 -
$300$234 -
$600$468
相關主題
商品描述
Practical Raspberry Pi takes you quickly through the hardware and software basics of the Raspberry Pi. Author Brendan Horan then gets you started on a series of fun and practical projects, including a simple temperature sensor, a media center, a real-time clock, and even a security monitoring device, all of which require minimal programming experience.
Along with these projects, you'll learn all about the Raspberry Pi hardware, including how it can be so powerful and still so small and inexpensive, why it's so suitable as a video player, and how you can customize it for different tasks, including running different operating systems on it, including Android and RISC OS.
The Raspberry Pi is an inexpensive but relatively powerful little computer. It was designed to get kids interested in computing and programming, but it's also a great platform for hardware hackery. The projects in this book will get you deep into the hardware to show you what the Raspberry Pi can really do.
What you’ll learn
- An overview of Raspberry Pi hardware
- How to get your Pi up and running with Linux
- How to use your Pi for sensing temperature and driving a simple character LCD
- How to create a media player with your Raspberry Pi
- How to use your Pi as a serial console server
- How to set up your Pi to be a security monitoring device
- Other operating systems for your Pi, including Gentoo, Android, and RISC OS
Who this book is for
Electronics enthusiasts who want to try out the Raspberry Pi, Linux fans who want to create useful projects with the Pi, or anyone interested in learning more about computing, electronics, and networking with this inexpensive and fun little computer.
Table of Contents
IntroductionPower and power sources
Electronics overview
Tools you'll need
Chapter 1: Raspberry Pi Hardware
Inputs and Outputs
Overview of the ARM11 CPU
Overview of the Broadcom VideoCore IV GPU
Headers and pin out schematics
Notes on unusable headers
Chapter 2: Software Overview and Installing Linux
Why hard-float vs. soft-float is important
Installing Fedora
Optimizing Fedora to run from the SD
Chapter 3: Using GPIO: A Simple Temperature Sensor
Overview and warnings about Pi's GPIO
Connecting the sensor
Writing the code to read the temperature
Chapter 4: Driving a Simple Character LCD
Using an LCD controller and GPIO
Writing to and controlling the LCD
Chapter 5: Security Monitoring Device
Chapter 6: Cross-compiling Applications for the Pi
Why cross-compiling is a good idea
Setting up a cross-compile environment on your desktop
GCC tips and tricks
Chapter 7: Media Center with Raspberry Pi
Installing XBMC
Setting up HDMI audio and video
Chapter 8: Building a Real-time Clock
Add an independent RTC to your Raspberry Pi
Chapter 9: Embedded, IP-enabled Serial Console Server
Accessing the Pi's UART and building a line-level converter
Linux serial port server set-up
Chapter 10: Appliance Automation
Mains voltage warnings
Building the hardware
Writing the code to turn the appliance on and off
Chapter 11: Other Operating Systems for the Pi
Android
RISC OS
Plan9
Gentoo
商品描述(中文翻譯)
《實用樹莓派》快速帶您了解樹莓派的硬體和軟體基礎。作者 Brendan Horan 隨後將引導您開始一系列有趣且實用的專案,包括簡單的溫度感測器、多媒體中心、實時時鐘,甚至是安全監控裝置,這些專案都只需最少的程式設計經驗。
除了這些專案,您還將學習有關樹莓派硬體的所有知識,包括它為何能如此強大卻又如此小巧且便宜,為何它非常適合作為視頻播放器,以及如何根據不同任務自定義它,包括在其上運行不同的作業系統,如 Android 和 RISC OS。
樹莓派是一款便宜但相對強大的小型電腦。它的設計旨在讓孩子們對計算和程式設計產生興趣,但它也是硬體改造的絕佳平台。本書中的專案將深入探討硬體,向您展示樹莓派真正能做什麼。
您將學到的內容:
- 樹莓派硬體概述
- 如何讓您的樹莓派運行 Linux
- 如何使用樹莓派感測溫度並驅動簡單的字符 LCD
- 如何使用樹莓派創建多媒體播放器
- 如何將樹莓派用作串行控制台伺服器
- 如何設置樹莓派成為安全監控裝置
- 樹莓派的其他作業系統,包括 Gentoo、Android 和 RISC OS
本書適合對象:
對樹莓派感興趣的電子愛好者、希望利用樹莓派創建有用專案的 Linux 愛好者,或任何希望了解更多計算、電子和網路知識的人,這款便宜且有趣的小型電腦將是您的理想選擇。
目錄:
引言
電源和電源來源
電子概述
您需要的工具
第 1 章:樹莓派硬體
輸入和輸出
ARM11 CPU 概述
Broadcom VideoCore IV GPU 概述
接頭和引腳圖示
無法使用的接頭說明
第 2 章:軟體概述與安裝 Linux
為何硬浮點與軟浮點的重要性
安裝 Fedora
優化 Fedora 以從 SD 運行
第 3 章:使用 GPIO:簡單的溫度感測器
樹莓派 GPIO 的概述和警告
連接感測器
編寫讀取溫度的程式碼
第 4 章:驅動簡單的字符 LCD
使用 LCD 控制器和 GPIO
寫入和控制 LCD
第 5 章:安全監控裝置
第 6 章:為樹莓派交叉編譯應用程式
為何交叉編譯是一個好主意
在桌面上設置交叉編譯環境
GCC 提示和技巧
第 7 章:樹莓派多媒體中心
安裝 XBMC
設置 HDMI 音頻和視頻
第 8 章:構建實時時鐘
為樹莓派添加獨立的 RTC
第 9 章:嵌入式、IP 啟用的串行控制台伺服器
訪問樹莓派的 UART 並構建行級轉換器
Linux 串行埠伺服器設置
第 10 章:設備自動化
主電壓警告
構建硬體
編寫程式碼以開關設備
第 11 章:樹莓派的其他作業系統
Android
RISC OS
Plan9
Gentoo