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

95 total results found

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...er pawn (character) and camera. Make sure the camera is set to match the user's head movement. 5. Implement VR Interactions: Set up VR-specific input bindings for the headset and controllers. Unreal Engine provides a VR Motion Controller component for hand...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...er pawn (character) and camera. Make sure the camera is set to match the user's head movement. Implement VR Interactions: Set up VR-specific input bindings for the headset and controllers. Unreal Engine provides a Motion Controller component for ha...

Useful learning resources

Creative Coding

...by Douglas Crockford - p5.js Make: Getting Started with p5.js: Making Interactive Graphics in JavaScript and Processing - Processing Learning Processing by Daniel Shiffman Nature of Codeby Daniel Shiffman Websites - JavaScript JavaScript Syntax Ba...

Installing the software

Touchdesigner Basics of Touchdesigner

...re installing Touchdesigner... Make sure to update your system, Touchdesigner is constantly being updated and might require the latest version of your system.  Download the software  Download the right release for your system: https://derivative.ca/down...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...ith the Translate parameters to make your circle move along the x and y axis within the canvas' cartesian plane. Take note of your canvas' extremities, ie.: Our aim for this tutorial is to get a circle to follow our mouse, so let's add a MouseIn CHOP. As ...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...85 to Boards Manager We have to make ATtiny compatible with Arduino IDE first, so that we can choose ATting85 from Tools -> Board Go to Arduino Preference Copy the below code and paste it into Additional Boards Manager URLs, if you already have a board man...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...ou are setting up the keyboard, make sure the keyboard is plugged in. If you uncheck the Use US keyboard, it will set up the keyboard corresponding to your Country. The main difference between US and UK keyboards is the positions of @,", £ and #. There are...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...d + Shift + L on your keyboard. Make sure this is set to 115200 baud. To utilise this data, you can temporarily slow down the data coming in from the mic and look to the Serial Monitor this time, to set up your own threshold, e.g. : void loop() { ...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...with a tripod for best results. Make sure your camera has an SD card with enough storage for your whole recording. Set the capture resolution at the highest setting with the highest framerate. Try to record in atleast 4K 30FPS but always choose higher if ...

How to use a relay module

Physical Computing Tutorials

...wing is a simple code that will make the water pump turn on for 1 second and off for 1 second. const int RELAY_PIN = 3; // the Arduino pin, which connects to the IN pin of relay // the setup function runs once when you press reset or power the board void...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...l probably need a breadboard to make connections easier. In general, I will not suggest direct soldering on a Raspberry Pi, so it can be reused more easily. You can also use a jumper cable to extend all pins to a breadboard. Popular GPIO libraries with Py...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...rawn Content in TouchDesigner , Make Anything Audio Reactive  Mic-Input Our laptop's microphone is an easy input to detect voices but can also act as a sensor to detect how many people are in a room or the type of event we are attending. In this second...

How to use a Bare Conductive Touch Board with Arduino

Physical Computing Tutorials

...ize micro SD card up to 32GB. Make sure your new SD card is formatted as FAT32. Wiring No wiring is needed. But you can extend each touch point with wires or connect them to any conductive materials, e.g. fruit. Basic Example This basic example will play...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...nd change the count to loop your video.  Your recording is now ready! Launch Touchdesigner and select Kinect TOP to view your recording, make sure that your hardware's version corresponds to your sensor, in the lab we offer both Kinect v1 and v2. 

Interactive Projections

Projection Mapping

...n by downloading Visual Studio, make sure you download the C++ app dev. Download the following GitHub repo: https://github.com/thepelkus-too/SlamtecLidarTDCPPCHOP. Unzip the folder and double click on the 'rplidar_sdk' folder, if empty download this repo (...

How to use MatrixPortal M4

Physical Computing Tutorials

...trix as CircuitPython libraries make it easier to display images, animations, text, etc than Arduino IDE. You can read more about this component here. Wiring There is no wiring needed for basic setup, it's literally plug and play. Please refer to this pag...

DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2

Physical Computing Tutorials

...f you are using the V2 version, make sure you download and install the DFRobot_SpeechSynthesis_V2 library which is only available via manual install. There is a tutorial for installing libraries on Arduino. In the V2 library, you can only use the Female vo...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...he motor, or burning you.Always make sure your code prevents the speed of the motor going below the stall speed, you can find the stall speed by testing different values until the motor is only just turning, this should be your minimum. #define actuatorPi...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

...card, the module will not work. Make sure you are using .mp3, not .wav or any other audio formats. #include "SoftwareSerial.h" #include "DFRobotDFPlayerMini.h" // Use pins 2 and 3 to communicate with DFPlayer Mini static const uint8_t PIN_MP3_TX = 2; // C...

Using an MFRC522 RFID reader

Physical Computing Tutorials

...s useful to identify people, to make transactions, etc… You can use an RFID system to open a door. For example, only the person with the right information on his card is allowed to enter. An RFID system uses tags with each identification and a two-way radi...