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

161 total results found

Installing Unity

VR tutorials - Unity HTC VIVE Tutorials

...ng and installing the Unity Hub 2-Creating an account 3-Installin ...re a few things you need to be aware of: Downloading and instal ... you finish, continue with step 2. Creating an account. Once y ...et a popup window asking if you want to open the Unity HUB, Select...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ficial site to download the software. Choose a suitable version fo ...r yourself. 2. Insert your SD card A CTL Pi k ...ard into your computer. It is always a good habit to format the SD ...u need the SD card to be in FAT32 format. Open Raspberry Pi Image...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

...le with an internal storage of 128MB. The module can be used as a ...to GND (Ground) RX to D3 TX to D2 R+ to Speaker(+) red wire R- to ...ack wire Connect L+ & L- if you want stereo audio File handling ...hat folder. Library DFRobot_DF1201S library will be used for thi...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

...roperties.SensorResolution.THE_12_MP) cam.setInterleaved(Fal ...se) cam.setIspScale(1, 2) cam.setPreviewKeepAspectR ...False) cam.setPreviewSize(1280, 720) # or any desired preview resolution cam.preview.link(xoutPrev.input) # ...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...or? The hall effect sensor is a type of magnetic sensor which can be ...ower) middle to GND right to PIN2 via 10K resistor Getting sta ...gnet. const int hallSensorPin = 2; // Hall Effect sensor connect ...ed to digital pin 2 int hallSensorState; /...

What equipment is available?

About the Lab Frequently Asked Questions

...o Uno or Leonardo USB Cable (or TypeC USB) Breadboard (Short) HD ...set Oculus Quest 1 Oculus Quest 2 Oculus Rift S Rasberry Pi Pa ... Devices including: Kinect 1 & 2 Leap Motion Wiimote Airbar HD cameras Realsense Track Camera Realsense Depth Came...

How to use a Reed Switch

Physical Computing Tutorials

...ed Switch? The Reed Switch is a type of magnetic switch that changes ...switch. Wiring One End to Pin 2 One End to GND Getting started ... light up. const int REED_PIN = 2; // Pin connected to reed switch const int LED_PIN = 13; // LED pin - active-high...

How to use DFPlayer mini to play MP3 without Arduino

Physical Computing Tutorials

.... Be mindful when you use other types of power input. DFplayer Mini ...3.5mm audio jack middle pin SPK_2 to 3.5mm audio jack left/right ...on interrupted K2 Playback device switches ...ay tracking 4 Long push always to repeat play ...

Powering an Arduino

Physical Computing Tutorials

...rt low-current charging mode/ always-on mode. These will be suitab ...roller, e.g. Sandberg Powerbank 20000 PD65W 2xQC3.0. (We only tested this one ...Motors There are many different types of motors available. Before deciding how to power your motor, you m...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...hat is Arduino Nano 33 Sense Rev2? The Arduino Nano 33 BLE Sense ...Rev2 (often called Nano 33 Sense Rev2) is a compact, low-power IoT an ... Know more. Rev1 vs Rev2 — Short Comparison body{ ...amily:Arial, sans-serif; margin:20px; background:#fafafa;} ta...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... a bunch of chips by having an I2C constant-current matrix contro ...o is write data to it using the 2-pin I2C interface. There are three ad ...ol up to 8 of these on a single 2-pin I2C bus (as well as whatever other ... I2C chips or sensors you like). Th...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...nection begin Serial.begin(115200); pinMode(13, OUTPUT); } ...E; return (sum/BUFFER_SIZE) * 2; } float EMGFilter(float input ...nput; { static float z1, z2; // filter section state fl ...oat x = output - 0.05159732*z1 - 0.36347401*z2; output ...

Introduction to Spark AR

Spark AR Installation and Setup

... 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

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 language. ...f your webcam's resolution is 1920x1080, the VideoDeviceIn TOP ma ...y display a warning: "Resolution limited to a ...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...re you can experience different types of content using your mobile p ...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRAME website Youtube tutorial list Unity 3D Thi...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. ...ND White to pin 4 Rransmitter (2 wires) Red to 5V Black to GND Get Started #define LEDPIN 13 #define SENSORPIN 4 int sensorState = 0; int lastState = 0; void setup() { p...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a diverg ...no measurement. There are other types of distance sensors that are m ...ND to GND) Echo to digital pin 12 Trigger to digital pin 13 Get...

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, ...u can use the Oculus VR Plugin. 2. Create a New VR Project: Launc ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...mpatible with the latest VR hardware and software updates. Remembe...