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

185 total results found

What equipment is available?

About the Lab Frequently Asked Questions

...r loaned from the Kit room or WG14 during office hours in term ti ...ive VR Pro Headset Oculus Quest 1 Oculus Quest 2 Oculus Rift S ... Receipt Printer Tablets including: iPad mini iPad Air iPod Tou ...g Galaxy Tab Smartphone including: Samsung S8 Human Interfa...

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

Creative Coding 101

Creative Coding Other workshops

The slides for Introduction to Creative Coding are attached as a file on the left of this page!

How to use a PIR sensor

Physical Computing Tutorials

...tect movement of objects that radiate IR light (like human bodies). It is very commonly used fo ...e security systems. The HC-SR501’s infrared imaging sensor is an ...tection sensor can be connected directly to one of the Arduino (or ... any microcontroller) digital pins. If any motion is det...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ... the interface to access the OP dialog, this is a "library" of all ...in Touchdesigner. Operators are divided into families, in this tut ...ask your area of projection and warp your content onto it. Drag an...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... and HTC VIVE HDM (Head Mounted Display) Using Steam VR 2.2 plugin ... Download and install Unity 2018.2.21f1. More recent versions might al ...so work, this tutorial was made using Unity 2018.2.21f1 Create a Unity personal ac ... when you start running the software. Download and install St...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...l TOP, then click on the null's Display button - this will help yo ... of our circle by clicking on Radius and editing these sizes. You can improv ...'s Resolution by changing it to 1280x720.  Add a Transform TOP ... match those of our canvas by adding a Select CHOP to our MouseIn ...

Introduction to Python

Python for Beginners

...an Rossum and first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ... cover how to install Python on different operating systems and in ...t (IDE), which will make your coding experience smoother and more ...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

... on your Pi for the first time. 1. Power up the Raspberry Pi When ...ll set up the keyboard corresponding to your Country. The main difference between US and UK keybo ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to...

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 latest versio ...using, so it can configure accordingly. Tools -> Board -> Arduino ...do). In this screencap, you see 14301, yours may not be the same, if ...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

...ieces of conductive fabrics and 1 piece of velostat. Make sure th ...5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...println(sensorValue); delay (100); // change for the speed of ...run repeatedly: buttonState = digitalRead(buttonPin); Serial.p...

Mobile VR -Setting Up Unity

VR tutorials - Unity Mobile VR

... Download and install Unity 2019.2.0f1. Previous versions might also ...work, however, this tutorial was made using Unity 2019.2.0f1 (please read the following inst ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...ed extra controllers or fancy additional gadgets. Inspiration Be ...lp you get started. Google Expeditions App This google app, avai ...ebsite where you can experience different types of content using y ...vice. click here to visit Software There are many different t...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

...g the tap. The zig-zag lines indicate resistors, the voltage outp ...und (0V) and 5V (VCC). Wiring (1)leg to 5V (Power) (2)leg split ...to GND via 10K resistor (2)leg split to A0 ...ad() to get a integer between 0-1023 representing the voltage, wh...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in your AR project through Spa ...An introduction to the use of audio in Spark AR can be found here. ... Adding an Audio file It is important to note ... file format. You can convert audio files to M4A using open source...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

This Adafruit MAX9814 microphone amplifier allows yo ... and prints out values corresponding to the sound's varying volume ...oid setup() { Serial.begin(115200); // Initialize serial comm ...board. Make sure this is set to 115200 baud. To utilise this da...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

What is APC220 Radio Data Module? The APC220 Radio Data Module is a compact, low- ... serial communication over long distances using the 433 MHz ISM ba ...ill use two Arduino, one for sending (Leonardo) and one for receiv ... (UNO). For clarity, we use two different models, but you can use ...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and represents a departure from ... the traditional single-board computers (S ..., which can be used for various digital and analogue tasks. The Pi ... #create LED object from pin13,Set Pin13 to output while Tru...