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

219 total results found

Types of Lighting and Lighting Mobility

Unreal Engine Basics

Lighting is a crucial element in creating realistic and immersive environments in video games. In Unreal Engine, a powerful and widely-used game development platf ...orm, various lighting techniques and features are available to bring virtual worlds to...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

What is an ATtiny85? ATtiny85 is a 8-bit AVR microcontroller based on AVR enhan ...ced RISC architecture. It has an 8-pin interface (PDIP) and comes in the category of low-power microcontrollers. This microcontroller is designed and manufactured by M...

Who works in the Creative Technology Lab?

About the Lab Frequently Asked Questions

The Creative Technology Lab is run by a team of Specialist Technicians who provide one-to-one support and sign-up workshops. .team td { bord ... Alejandro Escobar Michael-Jon Mizra Joanne Leung Emerging Technologies Technical Coordinator /VR/AR ...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

Audio Setting Most Raspberry Pis have a 3.5mm audio jack for outputting audio, but you can also output audio via HDMI as well. The below will show you two different ways to set the output d ...evice. Method 1: Use Raspberry Pi Configuration (GUI) Click the ...

How to use a Servo Motor

Physical Computing Tutorials

What is a Servo Motor? A servo motor is a rotary actuator that allows ...for precise control of angular position, velocity, and acceleration. It is commonly used in robotics, CNC machinery, conveyor belts, and various automation systems. A servo motor works ...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

First up! We need to make sure our ... Unity project is configured correctly. In the project, go to Edit &it > Project Settingsings > Editor and check that your settings look like this: Open up the command line. This will be Terminal on Mac OS, on Win...

How to use a rotary encoder

Physical Computing Tutorials

What is a rotary encoder? A rotary enc ...oder is an electromechanical device that converts the angular position or motion of a rotating shaft into electrical signals. These signals can be processed to determine rotational direction, position, and sp...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

We have moved to a new office! The Lab is situated on the ground floor of th ...e workshop block, 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 w...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

The Bantam Tools NextDraw is a pen-plotter designed for precise drawing on various materials using a digital file. It works by following vector paths from an SVG file to produce clean, accurate line work. The necessary software ... is already installed on the machi...

When is the Multipurpose Room available?

About the Lab Frequently Asked Questions

The Multipurpose Room is usually available during the normal opening hours of the Lab, you can boo ...k the Multipurpose Room on ORB. However, yo ...u may need prior induction. Please contact us for more information.

Hello World

Python for Beginners

Creating a "Hello, World" Program in PyCharm Now that we have Pytho ...PyCharm set up, let's create a simple "Hello, World" program. To ...do this, we will create a new Python file using the following steps: Right-click on your first-pycharm-project...

Sending data to Arduino

Touchdesigner Interactive Media

When connected with Arduino, Touchdesigner becomes a powerful tool tha ... of external sensors to enhance immersive and interactive experiences. This brief tutorial will walk you through using Firmata, a protocol found both in Arduino IDE and Touchdesigner ...

How to control Arduino without using delay()

Physical Computing Tutorials

What is a delay()? We have a tutorial about delay() and how to code ... without using it. Here we will try to simplify the process using the FireTimer library. Replace delay() There is an example that is modified from the built-in example Blink code which d...

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 ... 14:00 – 18:00 Next: Who works in the Creative Technology Lab?

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

Aims This tutorial aims to get you started using Unity and HTC VIVE HDM (Head Mounted Display) Using Steam VR 2.2 plugin. Please notice that this is the first of a series of tutorials focused on enabling the use of HTC VIVE devices, each tutorial will b...

Touch sensor - with No Sensor!

Physical Computing Tutorials

What is Capacitive Touch Sensing? Simply put, it is the touch sensing of all conductive materials including tinfoil, banana, plant, pencil drawing etc. In this tutorial, we will show you two types of Capacitive Touch Sensing: acute touch and proximity. L...

How to send data to Processing from Arduino

Physical Computing Tutorials

What is the Serial Communication? Serial communication is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus. Simply put, serial communication is the communication between two or more computers ... with binary data. In this tutorial...

Using the serial monitor and serial logger

Physical Computing Tutorials

What is serial communication? Serial communication is a type of communication between two devices, normally between a computer ... and a microcontroller (such as an Arduino), between computers, or betwe ...en Arduinos. Serial communication can be over phy...

Getting started with Oculus in Unity

VR tutorials - Unity Oculus Quest Tutorials

Go to website

Making Breathing Light with LEDs

Physical Computing Tutorials

What is a LED? LED (Light Emitting Diode) is a semiconductor light source that emits light when current flows through it. LED includes two pins, Cathode(-), aka the short le ...d Anode(+), aka the longer leg. It is one of the most common compone ...nts. Making it lights up is usually the f...