- Building a Home Security System with Raspberry Pi
- Matthew Poole
- 131字
- 2021-07-30 09:47:01
Chapter 2. Connecting Things to Your Pi with GPIO
The Raspberry Pi has lots of ways to connect things to it, such as plugging things into the USB ports, connecting devices to the on-board camera and display ports, and connecting things to the various interfaces that make up the GPIO connector. As part of our home security project, we'll be focusing mainly on connecting things to the GPIO connector.
In this chapter, we will cover the following topics:
- Examining the GPIO connector and what each of the pins does
- Learning about the I2C and SPI buses that will be used in later chapters
- Connecting an LED and a switch safely to the data pins, and accessing these data pins using simple scripts
- Understanding the USB ports and their limitations
推薦閱讀
- Advanced Splunk
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Getting started with Google Guava
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Learn React with TypeScript 3
- Instant Nancy Web Development
- Visual Basic程序設計上機實驗教程
- 智能搜索和推薦系統:原理、算法與應用
- 智能手機故障檢測與維修從入門到精通
- Python自然語言理解:自然語言理解系統開發與應用實戰
- JavaScript從入門到精通(視頻實戰版)
- JavaScript悟道
- C語言從入門到精通
- Arduino Electronics Blueprints
- MySQL核心技術與最佳實踐