https://github.com/woolseyworkshop/article-adding-analog-inputs-to-your-raspberry-pi
Adding Analog Inputs To Your Raspberry Pi Article Resources
https://github.com/woolseyworkshop/article-adding-analog-inputs-to-your-raspberry-pi
adc circuitpython mcp3008 raspberry-pi
Last synced: about 1 month ago
JSON representation
Adding Analog Inputs To Your Raspberry Pi Article Resources
- Host: GitHub
- URL: https://github.com/woolseyworkshop/article-adding-analog-inputs-to-your-raspberry-pi
- Owner: WoolseyWorkshop
- License: mit
- Created: 2020-11-23T21:36:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T21:48:44.000Z (over 5 years ago)
- Last Synced: 2024-12-29T22:33:03.803Z (over 1 year ago)
- Topics: adc, circuitpython, mcp3008, raspberry-pi
- Language: Python
- Homepage: https://www.woolseyworkshop.com/2020/11/23/adding-analog-inputs-to-your-raspberry-pi/
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adding Analog Inputs To Your Raspberry Pi Article Resources
This repository contains resources related to the [Adding Analog Inputs To Your Raspberry Pi](https://www.woolseyworkshop.com/2020/11/23/adding-analog-inputs-to-your-raspberry-pi/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).
## [mcp3008.py Program](mcp3008.py)
A CircuitPython program that reads analog values from an MCP3008 analog-to-digital converter (ADC).
## [RaspberryPi_MCP3008 Schematic](RaspberryPi_MCP3008)
A KiCad schematic for an MCP3008 ADC connected to a Raspberry Pi.
