Pushing the Score-publication: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 2: Line 2:
[[File:PuhsingTheScore-scheme.jpg|right|480px]]
[[File:PuhsingTheScore-scheme.jpg|right|480px]]


 
==Handy links==
==git repositories==
===git repositories===
GPIO https://git.pzimediadesign.nl/repos/pushingscore_gpio.git/
GPIO https://git.pzimediadesign.nl/repos/pushingscore_gpio.git/
  git clone https://git.pzimediadesign.nl/repos/pushingscore_gpio.git/
  git clone https://git.pzimediadesign.nl/repos/pushingscore_gpio.git/
==pads==
===pads===
* https://pad.pzimediadesign.nl/p/pushing_the_score_-_publication
* https://pad.pzimediadesign.nl/p/pushing_the_score_-_publication
==wiki pages==
===wiki pages===
* [[The_Ultimate_RPi_Installation_Guide]]
* [[The_Ultimate_RPi_Installation_Guide]]
==Projects==
==Bill of Material==
Here is the rough BOM for '''one''' copy of TGC3
* RPI3 - '''confirmed''' - '''ordered'''
* RPI3 basic PSU - '''confirmed''' - '''ordered'''
* sdcard 8GB - '''confirmed''' - '''ordered'''
* USB Floppy drive - research ongoing
* USB Floppy disks -  research ongoing
* Picam or USB webcam - research ongoing
* Speaker(s) - research ongoing
* external control - research ongoing
* what else?!
==RPi3 setup==
==RPi3 setup==
===Base System===
===Base System===

Revision as of 11:46, 1 March 2017

PuhsingTheScore-scheme.jpg

Handy links

git repositories

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

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

pads

wiki pages

Projects

Bill of Material

Here is the rough BOM for one copy of TGC3

  • RPI3 - confirmed - ordered
  • RPI3 basic PSU - confirmed - ordered
  • sdcard 8GB - confirmed - ordered
  • USB Floppy drive - research ongoing
  • USB Floppy disks - research ongoing
  • Picam or USB webcam - research ongoing
  • Speaker(s) - research ongoing
  • external control - research ongoing
  • what else?!

RPi3 setup

Base System

Follow the guide The Ultimate RPi Installation Guide, and then come back here!

Pi skin conductivity

Aims:

  • 3 pairs of GPIO pins are used as to capture skin conductivity
  • python reads GIOP (should run as a deamon)
  • OSC sends messages from py to pd


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


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

pyOSC (is not on minibian repos )

pip install pyOSC

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

Py-osc-pd.png

components

  • Pi cobler
  • Electronics:

Weidmuller PM 5.08 Series 5.08mm Pitch Straight PCB Terminal Block with Leaf Spring, Screw Termination, Through Hole RS-stocknummer: 425-8720 Aantal: 30

Murata Single Layer Ceramic Capacitor (SLCC) 220nF 50 V dc ±10% X7R Dielectric RPER7 Series Through Hole RS-stocknummer: 721-5262 Aantal: 30

RE520-HP, Single-Sided Stripboard FR-2 100 x 160 x 1.5mm FR1 RS-stocknummer: 206-5841 Aantal: 3

To Do

  • design circuit in small prototyping strip board
  • change and test script with more than 1 circuit