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

121 total results found

Using an PN532 RFID reader

Physical Computing Tutorials

...al.println(); Serial.println("Waiting for a card......"); } void ...al.println(); Serial.println("Waiting for a card......"); } v ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ....SAMConfig(); Serial.println("Waiting for an NFC card..."); } v...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag an ...rator. At this point we have to inform Touchdesigner on where our projector is before masking the surface area we wi...

An Introduction to 2D in Unity 5

...ect. You can do this one of two ways: Option 1: On the menu ba ...he Unity documentation for more information about the Start() & ...self using graphics editing software (e.g. Photoshop or Gimp) or y ...e what you can do: You can always reset the position, rotation ...

Introduction to Spark AR

Spark AR Installation and Setup

...ogy that adds layers of digital information onto reality. Computer-g ...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. To...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... strandtest // example for more information on possible values. Adaf...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

... across large surfaces, such as walls or floors, and creating soft ...ation by capturing the lighting information from the sky. This approach enhances the overall ambient lighting in the scene, providing soft shadows and natural lighting conditions. It is ...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...abel indicates the model we are using. In the kit, you will find a LEONARDO, and we will need this piece of information later. 4. Digital Input/ ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.

Course

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ...h one or more channels of data. Informations from signals, motion, a ...VideoDeviceIn TOP may display a warning: "Resolution limited to a ...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...rated File On Crash Reports sysinfo.txt # Builds *.apk *.unity...

How to control Arduino without using delay()

Physical Computing Tutorials

...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi...

How to get started with Face Tracking in Spark AR

Spark AR TEMPLATE : Basic Face Tracking

Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...

Using a Vibration Motor

Physical Computing Tutorials

What is a vibration motor? Vibration motor is a DC motor in a compact size that is used to inform the users by vibrating on rec ...stop vibrating delay(1000); //wait 50 seconds. }

Student works

About the Lab Lab Orientation notes

...no, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, MA Interaction Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity

Creative Coding and Creative Data

This is a wiki-shelf that contains information on how to use programming languages to create projects.

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 book the Multipurpose Room on ORB. However, you may need prior induction. Please contact us for more information.

How to use a rotary encoder

Physical Computing Tutorials

... only provide relative position information. Here’s a simple visual ...aft angle. This allows you to always know the exact position, even after power is cycled. Applications: Industrial automation, robotics, and anywhere precise positional feedback is nee...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...ot code. You will find a lot of information from these comments to help you understand the code. Arduino is using the langauge C++. if you add // in front of anything, the rest of the line will become a comment as well. Next, you will see two main parts, v...