Code Resources

Home > Uncategorized > Code Resources

IxD can provide limited support with your physical computing coding projects.

Here are some links to help with sensing and actuating.

Arduino 

Using Shift Registers (to get more outputs)

AccelStepper Our preferred library for using stepper motors with Arduino.

 

Code Repository and Documentation for IxD Air/Stepper Kits Includes some basic Arduino 101 an interface to a button and proximity sensor and some examples of time-dependent interactions.

 

 

Raspberry Pi / Python

Sublime Text Editor. Our preferred editor for Python.

pigpio our preferred library for using the I/O on the Raspberry Pi.

FileZilla For SSH’ing to the Pi so code can be uploaded from another machine.

How to get started with Raspberry Pi, Python and MIDI
The code examples for this document are on GitHub
 

Published