Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pd [2020/01/01 21:23] yairpd [2026/08/14 01:10] (current) – ↷ Links adapted because of a move operation 135.181.103.131
Line 4: Line 4:
 last i've seen of it urs of gaudiLabs (et al.) were using it as a [[https://www.hackteria.org/wiki/HiSeq2000_-_Next_Level_Hacking#Using_the_HiSeq2000_as_aFluorescent_Scanning_Microscope|serial controller for the openSeq project]] last i've seen of it urs of gaudiLabs (et al.) were using it as a [[https://www.hackteria.org/wiki/HiSeq2000_-_Next_Level_Hacking#Using_the_HiSeq2000_as_aFluorescent_Scanning_Microscope|serial controller for the openSeq project]]
  
-as arduino Serial and OSC are two of my main outputs for the [[pcbgreycode]] project, im looking into it as a data viz and parse platform, for now.+as arduino Serial and OSC are two of my main outputs for the [[pcbgraycode]] project, im looking into it as a data viz and parse platform, for now.
  
 ===install PD=== ===install PD===
Line 13: Line 13:
  
 goal: serial>parse char input to integers>make list>find unique goal: serial>parse char input to integers>make list>find unique
 +
 +<code>
 +
 +# good to clean sys of bad installs
 +# sudo apt --fix-broken install
 +sudo add-apt-repository ppa:dr-graef/pd-l2ork.bionic
 +sudo add-apt-repository ppa:dr-graef/pure-lang.bionic
 +sudo apt install purr-data
 +
 +</code>
  
 ===learn PD=== ===learn PD===
Line 28: Line 38:
 {{youtube>rtR63-ecUNo?medium}} {{youtube>rtR63-ecUNo?medium}}
  
-{{:pasted:20200101-212305.png}}+{{:pasted:20200101-230949.png}}