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

159 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 Button

Physical Computing Tutorials

... rotary encoders rotate all the way around continuously and are di ...utton state int debounceDelay = 5; // debounce time for the ...save current button state for next time through the loop: lastButtonState = buttonState; // reset the encoder a...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

This Adafruit MAX9814 microphone amplifier allows ...d setup() { Serial.begin(115200); // Initialize serial commu ...ard. Make sure this is set to 115200 baud. To utilise this dat ...olume is above this threshold a warning comes up in the Serial Mon...

When is the Creative Technology Lab open?

About the Lab Frequently Asked Questions

The Creative Technology Lab is open at the following times: Monday to Friday 10:00 – 13:00 13:00 – 14:00 Lunch ...Break 14:00 – 18:00 Next: Who works in the Creative Technology Lab?

Where to buy components

Physical Computing

...ields, etc... Proto-PicOffers 10% student discount SKPang #D ...0 RSCollect from Bow or free next day delivery MouserFree deliv ...ery over £33 Bitsbox Robotics + components Techn ...(China) DF Robot (China) DealExtreme (China) Digikey (USA) Al...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...n identifier that it will put next to your commits (you know, so ...mmand line interface - it's a text-based way of navigating our folders and ...lobal user.name "Replace this text with your name" Don't forget ...to replace the text in quotes with your actual nam...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

How to export your p5.js as a video

Creative Coding Tutorials

How to Video Capture your p5.js Sketch If you're creating a ...piece of time-based work in p5.js you may want to capture the canvas as a vi ...deo. For example, if you have a generative ...clude a custom library to your p5.js sketch Program that library ...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

...anding of 3D work but no prior experience is necessary. Please co ... modes of the editor. We will want to change two important setti ...For this tutorial we will use 31x31 quads. For larger landscapes, ...e it so height is added to our existing landscape, not reduced fr...

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, ...ractice, and the technique has expanded to incorporate more advan ...and immersive projections. Software     A variety of projectio...

How to install libraries

Physical Computing Tutorials

...tionality or to simplify using external electronic modules. Libra ...ries typically come with examples of how to use them. The l ...vides online documentation and explains how it possibly relates t ...brary There are three different ways to install libraries; we'll s...

How to use a PIR sensor

Physical Computing Tutorials

...the security systems. The HC-SR501’s infrared imaging sensor is ...an efficient, inexpensive and adjustable module fo ...iring Singal to Pin 3 Power to 5V GND to GND Getting started int ledPin = 13; // LED int pirPin = 3; ...

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...ers and hobbyists to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO ... Arduino Leonardo Arduino Mega 2560 However, it is not compatibl ...ies Arduino Nano 33 series Software Compatibility Works with Atme...

How to use a Neopixel strip

Physical Computing Tutorials

What is Neopixel? Neopixel is a name given by Adafruit. ...Neopixel is an addressable LED, meanin ...you can easily program the Neopixel strip for your project. They ...can shorten or lengthen them flexibly. Once set up, they are very ...llations. Wiring DIN to Pin6 +5V to 5V GND to GND Library Ada...

How to use an Electromagnet

Physical Computing Tutorials

...s, and simple magnetic control experiments. Wiring Red VCC to 5V (Power) Black GND to GND Yellow SIG to PIN 2 Getting started The following code demonstrates how to control the Grove Electromagnet by toggling it on and off using a digital pin. When the ...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...ting System - Erase Click Next and wait for it to finish. 3. Image y ...i Using Raspberry Pi Imager software to Install the Raspberry Pi O...

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

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 hooku ...stalling libraries Using Neopixel Using Ultrasonic distance s...