Main Content

How to get analog input on Raspberry Pi using CircuitPython.

The lack of analog inputs on the rpi and how this can be solved with MCP3008 IC

The MCP3008 is a 8-Channel 10-Bit Analog to Digital Converter IC with SPI interface.The first time I used this IC was when I worked on turning a x-box drum kit to a standalone electronic drums.

with the use of some python and well documented library from adafruit I was able to get it all running.”

Link to article