Tag: tutorial
-
Installing the latest PureData on a Raspberry Pi
After a fair bit of deliberation I was able to install Pure Data 0.49 on the Pi running Raspbian Stretch. I’ll walk through this step by step in case you’re not familiar with command line in Linux. The default way to install PureData (Pd) is: The only problem with this method of installing Pd is…
-
Sensors into OSC with Python
How do we move from analogue to digital? There seems to be quite a number of ways including 2D & 3D scanning, photography, and sensors. For the purposes of intentionally limiting our options we’re going to create a physical interface with potentiometers and buttons. We’ll be using the LOP board with a Raspberry Pi. Once…
-
Creating RaspberryPi Disk Images
UPDATE: I’m using Etcher now. It’s an incredibly easy way to format disks and works cross-platform. This is the first of a series of articles about RaspberryPi, I’ll start with a few introductory tutorials to get you up and running. The first thing you’ll want to do once you have a Raspberry Pi is set…