- Building a Home Security System with Raspberry Pi
- Matthew Poole
- 142字
- 2021-07-30 09:47:04
Chapter 3. Extending Your Pi to Connect More Things
We're now going to look at ways to expand the number of things we can connect to our Raspberry Pi, overcoming the limitation of having just the 8 digital pins available. We're going to do this by building our own expansion board to give us what could in theory be an unlimited number of digital inputs and outputs.
We're also going to overcome the limitations of the +3.3V power available to us by building our own +3.3V power supply that taps off the Raspberry Pi's +5V supply.
In this chapter, we will cover the following:
- Looking at the I2C bus in detail
- Learning about serial-to-parallel and parallel-to-serial conversions
- Building a +3.3V power supply
- Building an I2C-based port expander to give us more inputs and outputs
- Looking at alternative ready-made expansion boards
推薦閱讀
- Mastering Ember.js
- DevOps入門與實(shí)踐
- Lua程序設(shè)計(jì)(第4版)
- Effective Python Penetration Testing
- Gradle for Android
- RESTful Java Web Services(Second Edition)
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Spring 5 Design Patterns
- Java并發(fā)編程:核心方法與框架
- 從零學(xué)Java設(shè)計(jì)模式
- WordPress Search Engine Optimization(Second Edition)
- Java語言程序設(shè)計(jì)實(shí)用教程(第2版)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐
- Java 7 Concurrency Cookbook
- 優(yōu)化驅(qū)動的設(shè)計(jì)方法