Pushing the Score-publication

From XPUB & Lens-Based wiki
Revision as of 16:59, 23 February 2017 by Andre Castro (talk | contribs) (Created page with " File:PuhsingTheScore-scheme.jpg =git repositories= * gpio https://git.pzimediadesign.nl/repos/pushingscore_gpio.git/ =Pi reading Pots/skin resistance= Pis have no AD...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PuhsingTheScore-scheme.jpg


git repositories


Pi reading Pots/skin resistance

Pis have no ADC, therefore the simple way to read a Pot's value is via a step response technique as explained in http://razzpisampler.oreilly.com/ch08.html

TO DO

  • get 3rd POT to work

hardware

notes on RPi GPIO

In model 1 there were only 26 in the following configuration

a-and-b-gpio-numbers.png

Model 2 B and 3 B keep the same configuration for the first 26 pins, but expand it to 40 pins, in the following configuration

gpio-numbers-pi2.png

https://cdn-learn.adafruit.com/assets/assets/000/017/944/original/raspberry_pi_40pingpio.png?1405284874

links:

Software

libaries

install pip

apt-get install python-pip

Pi python lib RPi.GPIO https://pypi.python.org/pypi/RPi.GPIO

apt-get install python-rpi.gpio

scripts

https://git.pzimediadesign.nl/repos/pushingscore_gpio.git/

Circuit

rpck_1202.png

I am using 500K variable resistor(pot) instead.

touch pressure

GPIO-touch.jpg In order to use touch pressure: I kept the circuit only replacing the variable resistor with 2 metal pins.

The result is very interesting.

  • because the circuit is interrupted while no one is touching, the stream or reading is interrupted
  • values can go from:
    • Max: 3 (very strong,wet contact) (0 if there is a metal connection )
    • Min: 273337


To Do

  • implement it 3 times
    • needs multi-threading
  • OSC communication
  • design circuit in small prototyping strip board
  • change and test script with more than 1 circuit


Cateogry:XPUB