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:pduino [2020/02/11 17:11]
admin [Arduino and Firmata]
puredata:pduino [2020/02/11 17:16]
admin
Line 13: Line 13:
  
 Install the Arduino IDE: Install the Arduino IDE:
 +   $ sudo apt update
    $ sudo apt install arduino    $ sudo apt install arduino
 Open the Arduino IDE: Open the Arduino IDE:
Line 37: Line 38:
  
 === Set Path === === Set Path ===
-In Pure Data -> Preferences -> Path set the paths for the zexy, mapping, cyclone and pduino libraries.\\+In Pure Data -> File -> Preferences -> Path set the paths for the zexy, mapping, cyclone and pduino libraries.\\
 It might be /home/pi/pd/externals/....\\ It might be /home/pi/pd/externals/....\\
  
Line 43: Line 44:
  
 === Set for Startup === === Set for Startup ===
-In Pure Data -> Preferences -> Startup set zexy (it will load on launch)\\+In Pure Data -> File -> Preferences -> Startup set zexy (it will load on launch)\\
 Restart Pure Data.\\ Restart Pure Data.\\