Repository with resources for the AIR LAB tutorials
A NeoPixel strip is an LED strip in which each individual LED can be independently controlled. (link)
A Processing based video tracker using the IR cam in the Kinect, and a custom headgear to track a persons orientation and position. (link)
A Unity project showing a way of displaying a 360 video set up as a Oculus Quest project. (link)
A Unity project showing a way of making raycasting based point and click with the Oculus Quest controllers. (link)
Example code for this tutorial found here. (link)
A very easy way of working with RFID tags in Processing. The MOD-RFID125 emulates a keyboard, with no advanced setup, or drivers are needed. (link)
A simple way of playing MP3 files on an SD Card via an Arduino, two examples provided: example A (simple) and B (intermediate) (link)
Measure sound levels on an Arduino easily via the KY-037 Sound Module (link)
Measure weight with Load Cells and Arudino (link)
Using the Sparkfun mp3 player shield to play mp3 files from an Arduino UNO. One example (bare minimum) is provided. (link)
Using wekinator to implement machine learning algorithms into your project! (link)
Communicating from Arduino to a processing program using serial communication! (link)