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
Next revision Both sides next revision
puredata:gpio [2020/03/05 22:23]
admin
puredata:gpio [2020/03/05 23:08]
admin [Wiring Pi for Pure Data]
Line 4: Line 4:
  
 {{:puredata:pd_wiringpi_mcp3008_gpio-help_jan2020.png?|}} {{:puredata:pd_wiringpi_mcp3008_gpio-help_jan2020.png?|}}
 +
 +[[https://puredata.info/|Pure Data]] (Pd) is a visual programming language developed by Miller Puckette.\\
  
 [[http://wiringpi.com/|Wiring]] for the Raspberry Pi was written by Gordon Henderson.\\ [[http://wiringpi.com/|Wiring]] for the Raspberry Pi was written by Gordon Henderson.\\
Line 34: Line 36:
    $ wget www.dernulleffekt.de/programme/pd-wiringpi.zip    $ wget www.dernulleffekt.de/programme/pd-wiringpi.zip
    $ unzip pd-wiringpi.zip    $ unzip pd-wiringpi.zip
 +   $ cd pd-wiringpi/
 +   $ cp -R wiringPi_gpio/ /home/pi/Pd/externals/
 +   $ cp -R wiringPi_mcp3008/ /home/pi/Pd/externals/
 +
 Unzip and copy the wiringPi_gpio and the wiringPi_mcp3008 folder in the PD external folder.\\ Unzip and copy the wiringPi_gpio and the wiringPi_mcp3008 folder in the PD external folder.\\
-/home/pi/Documents/PD/externals\\ +   /home/pi/Pd/externals 
-In Pure Data -> Preferences -> Path set the path to these two folders.\\+One has to run Wiring PD with administration rights: 
 +   $ sudo pd 
 +In Pure Data -> Preferences -> Path set the path to the two external folders. You might have to set the path for the PD folder, too. It should look like that.\\ 
  
 {{:puredata:pd_wiringpi_path_jan2020.png?|}}\\ {{:puredata:pd_wiringpi_path_jan2020.png?|}}\\