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

165 total results found

Programming and the Patch Editor in Spark AR

Spark AR Programming with Patch Editor

...ten blocks of code that make it easier for the user to start programming without needing to know underlying programming syntax. The following videos contai ...nteraction, please speak to the XR technician in the Creative Technology Lab for assistance.

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 ...ation. Here’s a simple visual explanation of how an incremental ...aft angle. This allows you to always know the exact position, even...

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

Physical Computing Tutorials

...(a.k.a. Linqstat) is a thin, flexible, pressure-sensitive plastic ...plied. Conductive Fabric is a textile material (woven or non-wove ... like a wire but is soft and flexible like fabric. Assembling the ...and Conductive Fabric You need 2 pieces of conductive fabrics an...

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 ... as an input to a circuit, for example controlling how loud your ...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...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...nalogRead to obtain the value. Example code reading envelope #def ...void setup() { Serial.begin( 9600 ); pinMode( envelopePin, IN ...nalogRead( envelopePin ) ); } Example code reading gate #define ...

What is Unreal Engine?

Unreal Engine Basics

...Unreal Engine is a powerful software that helps creators build vir ... whether it's designing games, exploring architectural concepts, ...ting immersive virtual reality experiences. Exciting Features: Unreal Engine's ...its impressive features. Let's explore some of them: 1) Eye-catch...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

... well as provide students with external resources to continue on ...perators used, as well as some extra tips and tricks to continue ...experimenting with. Audio-React ...sion we'll set up a network to extract numerical data from an aud ... video introduces the basis of extracting numerical values from a...

Sending data to Arduino

Touchdesigner Interactive Media

...owerful tool that makes use of external sensors to enhance immers ...ive and interactive experiences. This brief tutorial w ...ill 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 selec...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...physical component, the potentiometer, which can be replaced with oth ... pin to A0 Arduino Code 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, ...

POPs: Point Cloud from 3D model

Touchdesigner Interactive Media

...) should be done beforehand in external software like Blender. Next, add a Particle POP. In its pa ...rameter window, you’ll find several con ...r of your particle system. For example: Max Particles controls the overall ... particles are generated Life Expectancy controls how long each ...

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...

Transporter Documents

...ferent kinds of content for the 270 projection space. Although th ...be relevant to your project. 2) Fill in the Project Proposal Form after reading the CCG. Aim to provide as much detail as possible about your project. While we understand that you may ...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

... use it in combination with a fixed value resistor, the combinati ... acts a little like a kitchen mixer tap, we can vary the temperat .... Wiring (1)leg to 5V (Power) (2)leg split to GND via 10K resist ...or (2)leg split to A0 Getting start ...() to get a integer between 0-1023 representing the voltage, wher...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

1. Upload example code Open a built-in example, Blink, and upload the cod ...e. 2. Blinking Orange LED The orange ... a lot of light grey coloured text, those are comments, not code. ...ill become a comment as well. Next, you will see two main parts, ...

How to use a Reed Switch

Physical Computing Tutorials

...switch. Wiring One End to Pin 2 One End to GND Getting started ... light up. const int REED_PIN = 2; // Pin connected to reed switc ...void setup() { Serial.begin(9600); // Since the other end of ...UT); } void loop() { int proximity = digitalRead(REED_PIN); /...

Powering an Arduino

Physical Computing Tutorials

...rt low-current charging mode/ always-on mode. These will be suitab ...roller, e.g. Sandberg Powerbank 20000 PD65W 2xQC3.0. (We only tested this one, but other brands and models can do the same.) Motors There are many different types of motors available. Be...

How to use a Servo Motor

Physical Computing Tutorials

... Servo 0°–180° (sometimes 270°) Angular position (PWM ...ontinuous Rotation Servo 360° (infinite) Speed & dire ...e’ll be using the Seeed Studio 16-channel PWM driver for more sta ...e Left: + to 5V - to GND i2C to Arduino on the Right: GND ...