Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 1.77 KB

readme.md

File metadata and controls

87 lines (55 loc) · 1.77 KB

Meterkast

Matrix display

Part & wiring

MAX7219 Buy

Software

GitHub

$ cd max7219
$ sudo apt-get install python-dev python-pip
$ sudo pip install spidev
$ sudo python setup.py install

Movement sensor

Part & Wiring

HC-SR501 Buy Specs

Software

None, analog sensor

RGB led

Part & Wiring

WS2812 Buy Specs

Connect to pin 13 / channel 1 on 3.3v rail.

Software

GitHub

$ sudo apt-get install scons
$ cd rpi_ws281x
$ sudo scons
$ cd python
$ sudo python setup.py install

OLED display

SSD1306 Buy Specs

Software

GitHub

$ sudo apt-get install python-imaging python-smbus

P1

Tutorial

$ sudo apt-get install cu minicom

Joystick

Part & Wiring

Specs

Use wiring from https://learn.adafruit.com/reading-a-analog-in-and-controlling-audio-volume-with-the-raspberry-pi/script and http://ww1.microchip.com/downloads/en/DeviceDoc/21295C.pdf

Software

None, analog sensor