Advanced Search
Search Results
121 total results found
Using an PN532 RFID reader
...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
... 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
...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
... +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
... 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
...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.
Intro to 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
...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()
...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
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
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
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
...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?
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
... 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
...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...