Advanced Search
Search Results
160 total results found
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ...late" is a good starting point. 3. Configure Project Settings: Go ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...nt and Assets: Create or import 3D assets for your VR environment...
Intro
...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...ore advanced methods, including 3D and immersive projections. So ...ftware A variety of projectio ...n mapping software and masking tools are availab...
Touch sensor - with No Sensor!
... tutorial, we will show you two types of Capacitive Touch Sensing: a ...curacy without ANY external hardware. CapacitiveSensor library wil ...serial communication pinMode(13,OUTPUT); // fill the [previou ...multiplier){ digitalWrite(13, HIGH); }else{ digitalWri...
OculusQuest - Setting up development enviroment in Unity
... versions Currently, there are 3 supported Unity versions: 2 ...t grab and haptics. The easiest way to get the Oculus Integration ... You will then be asked if you want to restart the Unity editor, ...other message asking you if you want to upgrade the spatializer pl...
Accessibility Statement
...s accessible as possible and we want as many people as possible to ...er you are using zoom in up to 300% without the text spilling of ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...est version, 2.3.X, is not currently supported b ...s -> Board -> Arduino Leonardo 3. Select Serial Port We are now ...). In this screencap, you see 14301, yours may not be the same, i...
Touch sensor - Using an MPR121
.... Adafruit MPR121 Power input: 3.3V to 5V Address: 0x5A, it is als ... libraries folder Now the software Arduino IDE is ready, you will see the libraries from Sketch - Include Library. Wiring Wiring is pretty simple, it's an I2C component so it's relati...
Introduction to Spark AR
... Augmented Reality (AR) is a type of technology that adds layers ...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...
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 language. ...VideoDeviceIn TOP may display a warning: "Resolution limited to a max of 1280x1280 ...
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 the MAX9814 mic amplifier
...here. Wiring Power (VCC to 3.3V) Ground (GND to GND) Output ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }
Understanding Arduino hardware
...ut more like a restart button. If your Arduino freezes, lags or does anything weird, you can press the button. 3. Arduino Model The white label ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.
How to use a Rotary Encoder Button
... rotary encoders rotate all the way around continuously and are di ... to D4 one pin to GND Bottom 3 Pins: Right Pin to D3 middle pin to GND Left Pin to D ... int pin1 = 2; const int pin2 = 3; // Create encoder instance: EncoderStepCounter encoder(pi...
How to use DFPlayer Pro to play MP3
... upgrade of the DFPlayer Mini MP3 Player for Arduino. It is a sma ...ll and low-priced MP3 module with an internal storage ...to GND (Ground) RX to D2 TX to D3 R+ to Speaker(+) red wire R- to ...ack wire Connect L+ & L- if you want stereo audio File handling ...
An Introduction to 2D in Unity 5
...the instructions: https://unity3d.com/get-unity/download Resour ...The difference between 2D & 3D in Unity Overview, terminolo ...p right corner, and select 2 by 3: Creating a Main file Fi ...ect. You can do this one of two ways: Option 1: On the menu ba...
How to send data to p5.js from Arduino
...n setup() { createCanvas(400, 300); // make the canvas ...text("sensor value: " + inData, 30, 50); } // if there's no port ...ble: function openPort() { // wait for the serial.open promise to return, // then call the initiateSerial function...
Using MatrixPortal M4 for animation
...an animation to display on a 64x32 matrix. CircuitPython and lib ... bitmap spitesheet. If you just want to test the code, you can dow ... to set the canvas size to 64 x 32 px Draw whatever you want Add new frame and draw until ...URATION direction = 1 #1 for forward, -1 for backward def load_im...