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 ... 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, vibrate the eardrum, and are then passed to the inner ear. With bone conduction, vibrations are sent directly through the sk...

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 Sparkfun Sound Detector

Physical Computing Tutorials

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

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

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...e Raspberry Pi Pico The easiest way to power a Pico is through the ...to generate 3.3V to power the RP2040 microcontroller and GPIOs. W ...n other words, it acts as a one-way valve for electric current. We ...e time and there is a risk of unwanted power flow between the two ...

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 ...le the valuePins between 18 and 23 correspond to the Analog pins ...

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

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...e, Blink, and upload the code. 2. Blinking Orange LED The orange LED labelled as L should be blinking now. 3. Understanding the Code First, you will see a lot of light grey coloured text, those are comments, not code. You will find a lot of information ...

How to use a Heart Beat Sensor

Physical Computing Tutorials

.../ On-board LED int Threshold = 550; // Threshold for ...LED, OUTPUT); Serial.begin(115200); } void loop() { // Read ... signal crosses the threshold upward (beat detected) if (Signal ...0; if (millis() - lastPrint > 20) { //Serial.print("Signal:...

Introduction

Physical Computing Workshop: Beginner Physical Computing

...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hookup diagram Installing libraries Using Neopixel Using Ultraso...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...k, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?

Object in the space AR

Spark AR other Content and Tutorials

... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...e. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded. they will show up in your Content Browser like this: You can then drag the building asset into your scene and place it wherever you like. ...

Introduction to the PyCharm IDE

Python for Beginners

...The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option checked. This will have PyCharm create a basic Python file for you instead of just preparing a blank directory. Once the setup is complet...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...s Resolution by changing it to 1280x720.  Add a Transform TOP after ...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis extremities are between -0.5 and 0.5.  Therefore your Math CHOP should now...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...