Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

157 total results found

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...

Intro

Projection Mapping Intro to Projection Mapping

...atic objects. This technique was first used for Disney’s Haunte ...d Mansion ride in 1969, where a video of five singing ... ghosts was projected onto physical busts, ...and immersive projections. Software     A variety of projectio ...n mapping software and masking tools are availab...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibr ...Audio Amplifier (We have MAX98306 in CTH, you can use other simil ...ducer If you are using MAX98306, you can use the jumper to chan...

How to install libraries

Physical Computing Tutorials

...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively ... the library – for example 'MPR121'. Copy this entire folder (nam ...ed 'MPR121' in our example) into the Ardu...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

What is the TCS34725 RGB Color Sensor? The TCS3472 sensor provides a digital retur ...our Arduino projects. What is I2C? The TCS34725 has an I2C interface (SDA and SCL) that c ... be used to interrupt Arduino. I2C stands for Inter-Integrated Ci ...ices for serial communication. I2C Communication Protocol uses on...

How to use a rotary encoder

Physical Computing Tutorials

...cremental Rotary Encoder, YUMO E6B2-CWZ3E, the colours referred to ...(Brown) - 5V A switch (Black) - 2 B switch ( White ) - 3 Gettin ...aft angle. This allows you to always know the exact position, even ...nitions const int encoderPinA = 2; const int encoderPinB = 3; //...

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...est version, 2.3.X, is not currently supported ... stick with the older version. 2. Select Arduino Board We need t ...ck Now at the bottom of the software, you will see you are using A...

Making a Force Sensor/ a Button with Velostat & Conductive Fabric

Physical Computing Tutorials

...and Conductive Fabric You need 2 pieces of conductive fabrics an ...iece of velostat. Make sure the 2 pieces of conductive fabrics ar ... void setup() { Serial.begin(9600); } void loop() { int s ...tat is pressed. int buttonPin = 2; int buttonState; void setup()...

Touch sensor - Using an MPR121

Physical Computing Tutorials

What is the MPR121? The MPR121 is a tiny microchip formerly m ...ace mount device that provides 12 capacitive touch electrodes thr ...ough an I2C interface. We are using Adafru ...it MPR121 in this tutorial. What is capa ...xposed metal part. Adafruit MPR121 Power input: 3.3V to 5V Addre...

Content Creation Guidelines

Transporter Documents

...about creating different kinds of content for the 270 projection space. Although the document is separated into sections, please go through the whole document as there may be other information that could be relevant to your project.

Connecting a Potentiometer

Physical Computing Tutorials

What is a potentiometer? A potentiometer (often abbreviated to pot) is a ...rs should be. Inside a potentiometer is a large resistive area betwe ... pin #1 and #3, the middle pin #2 is called the wiper, and by act ...e between 0V to 5V, at the half way the voltage on pin #2 would be...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...void setup() { Serial.begin( 9600 ); pinMode( envelopePin, IN ...de reading gate #define gatePin 2 void setup() { Serial.begin( ... 9600 ); pinMode( gatePin, INPUT ); } void lo...

What is Unreal Engine?

Unreal Engine Basics

...Unreal Engine is a powerful software that helps creators build vir ...ing the overall experience. 2) No Coding Required: One of the ...ts. They can create interactive walkthroughs, realistic visualizations, and virtual tours of their designs, providing...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...udio Spectrum CHOP and it's parameters to filter out lower/higher fre ...manipulate the Frequency of our waveform, from the Audio Oscillato ... super insightful TD meet up in 2020, where he share some files and ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are vir...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct boar ...orial we will connect a potentiometer, as input in our circuit, and a...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...physical component, the potentiometer, which can be replaced with oth ... This example sends the potentiometer value measured from Arduino to ... void setup() { Serial.begin(9600); //intailise Serial communic ...ation with 9600 baud rate pinMode( potPin, ...

"Hello, World!" in Node.js

Creative Coding Tutorials

...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...text file with the .js suffix, (2) edit the file and add some Jav ...-world/ └── hello.js (2) Edit file and add JavaScript ...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...ower) middle to GND right to PIN2 via 10K resistor Getting sta ...gnet. const int hallSensorPin = 2; // Hall Effect sensor connect ...ed to digital pin 2 int hallSensorState; / ... void setup() { Serial.begin(9600); // Start ser...