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

168 total results found

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...the VR platform and headset you want to target (e.g., Oculus Rift, ...st, etc.). Install the corresponding VR SDK and plugin for Unreal ...figure Project Settings: Go to Edit > Project Settings. Under Plat ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ...ntroduce you to two different but related techniques:  ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

Audio Setting Most Raspberry Pis hav ...e a 3.5mm audio jack for outputting audio, but you can also output audio via HDMI as well. The below wi ...ll show you two different ways to set the output device. Met ...t corner) Go to Preferences → Audio Device Settings In the Output...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...ignals and translates them into digital data, which can be used in ... applications like gaming, meditation tracking, and brain-compu ...roSky chip can be found on brainwave-controlled toys such as the S...

Accessibility Statement

About the Lab Frequently Asked Questions

...Mark-up Language) and CSS (Cascading Style Sheets) to render conte ...so used other technologies including JavaScript on certain areas o ...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...e version we are currently providing support for. Getting the Ocu ...t, however, we recommend downloading the Unity Integration Package ...arch-2020) as it will provide additional resources like an interfa ...t grab and haptics. The easiest way to get the Oculus Integration ...

Intro

Projection Mapping Intro to Projection Mapping

... Mapping is a technique used to display content such as images or ...atic objects. This technique was first used for Disney’s Haunted Mansion ride in 1 ... a video of five singing ghosts was projected onto physical busts, ...ate more advanced methods, including 3D and immersive projections....

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ...your headphones for testing. Loading files You must us a micro SDS ...s from the SD card via Serial. Warning If you are using Mac OS X ... Serial.write( i ); // Wait a bit delay( 1000 ); } ...

Web App Template for Beginners

Creative Coding Tutorials

... a local web app that you can modify in your future projects. Back ...e Node.js. Setup 1) Get a code editor if you don’t have one yet. I ... like Visual Studio. 2) Create a folder for your p ...uments folder. 3) For Visual Studio: Open example_app folder and c...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...sumes you have a basic understanding of 3D work but no prior exper ...s tool saves us the effort of individually placing many assets and ...for the Megascans. The pack we want to import is called the Megas ...ver the steps needed to start adding instanced foliage. To access...

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

...on the register button, it will display an online form to register ...s, however, you could also have different licenses for different reasons that are not goi ...on you should be able to see it displayed in the License Manager, ...rs) based on the amount of "trackable features", more features mean...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

...? The TCS3472 sensor provides a digital return of red, green, blue ...ication Protocol uses only 2 bi-directional open-drain lines for d ...l. Learn more about I2C I2C on different Arduino boards The two m ...th have I2C function but have a different pinout. For UNO, the SDA...

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 ...art we won't be dealing with tradition coding, instead we will be using nod ...locks of code", each performing different functions. Linking nodes...

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...sumes you have a basic understanding of 3D work but no prior exper ...s. We will use a model of a building that can be downloaded from h ...UE Workshop Assets After downloading the Building.fbx, diff, and diff wood files, we can then impor ...e. Select all the files you want to import to your project. Fo...

How to use a Rotary Encoder Button

Physical Computing Tutorials

... encoder — to detect rotational direction (clockwise/counterclockw ... rotary encoders rotate all the way around continuously and are divided up into 24 'segments'. Eac ...ze interrupts attachInterrupt(digitalPinToInterrupt(pin1), inter ...upt, CHANGE); attachInterrupt(digitalPinToInterrupt(pin2), inter...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...y used in contactless payments, digital keycards, smart tags, and ... involving Arduino. If you only want a simple read and write funct ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ... { Serial.println("Didn't find PN532 board"); whi...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibr ...conduction, vibrations are sent directly through the skull bones t ...speaker. It can work on several different surfaces, including Acry...

Using an MFRC522 RFID reader

Physical Computing Tutorials

...FRC522 RFID reader RFID means radio-frequency identification. RFID ...lds to transfer data over short distances. RFID is useful to ident ...h each identification and a two-way radio transmitter-receiver as a read ...Arduino UNO, if you are using a different module, please check the...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...ctronic circuits, especially in digital and analog systems. Struct ...hin insulating layer of silicon dioxide (SiO₂). Operation A small ... Drain (D) to actuator(-) & to diode(-) Gate (G) to GND via 1k r ...ower Supply(+) to actuator(+) & diode(+) Power Supply(-) to GND ...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

... mode and auto login enabled to disable a web page full screen aut ...reen.sh full-screen.sh export DISPLAY=:0.0 xset s off xset -dp ...oblank chromium-browser --noerrdialogs --kiosk https://google.co. ...sktop cd /home/pi/.config mkdir autorun kiosk.desktop [Deskt...