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

167 total results found

Mobile VR -Setting Up Unity

VR tutorials - Unity Mobile VR

Setting Up Unity Download and in ...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...cases, an affordable Mobile headset. These are some options we reco ... You might need a Mobile VR Headset to experience the VR content. ...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-FRA...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. ...nt lastState = 0; void setup() { pinMode(LEDPIN, OUTPUT); pinMode(SENSORPIN, INPUT); digitalWrite(SENSORPIN, HIGH); // turn on the pullup Serial.begin(960...

Physical Computing

...els, DMX, Bluetooth, Kinect and Leap Motion. Create interactive objects that respond to touch, distance, movement, temperature or light. Our electronics bench in the lab has a set of equipment for soldering electronics, please email us for an induction.

How to use a PIR sensor

Physical Computing Tutorials

... sensor, this pin value will be set to “1”. The two potentiometers ... // PIR status void setup() { pinMode(ledPin, OUTPUT); pinMode(pirPin, INPUT); Serial.begin(9600); } void loop(){ pirStat = digitalRead(pirPin); ...

Installing Mamba

Python for Beginners Setting Up Your Environment

...hink of libraries as ready-made sets of code created and maintained ...nts come in handy. They let you set up separate "sandboxed" Python ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package ma...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...e the state of the sensor void setup() { Serial.begin(9600); ...e(hallSensorPin, INPUT); // Set the Hall Effect sensor pin as an INPUT } void loop() { hallSensorState = digitalRead(hallSensorPin); // Read the state of the sensor Serial.prin...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

...sor. #include "MIDIUSB.h" void setup() { Serial.begin(115200); } ...// controlChange(0, 10, 65); // Set the value of controller 10 on channel 0 to 65 } void noteOn(byte channel, byte pitch, byte velocity) { midiEventPacket_t noteOn = {0x09, 0x90 | ch...

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

...s://madmapper.com/madmapper/software. Software Setup  Before launching MadMapper, ...s". Windows: Go to Display Settings, and choose "Extend these displays". Import your content MadMapper comes with a few built-in visuals, but to add your own:...

How to use a rotary encoder

Physical Computing Tutorials

... can rotate endlessly without resetting, but they only provide rela ...aft angle. This allows you to always know the exact position, even ...tile int lastEncoded = 0; void setup() { // Setup the encoder pins as inputs pinMode(encoderPinA, INPUT); pi...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...u will see two main parts, void setup() {} and void loop() {}, this ...ructure of Arduino code. In the setup(), usually we establish what component we are going to control and what are they. pinMode(LED_BUILTIN, OUTPUT); we are using the built-in on-board...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio(8, 9); // RX, TX ... void setup() { radio.begin(9600); } v ...o UNO - Receiving #include <SoftwareSerial.h> SoftwareSerial radio...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...rcuit, allowing you to easily control the motor without needing to worry about the electronic setup. Wiring G to GND V to 5V S ...tor is connected to pin 3 void setup() { pinMode(motorPin, OUTPU ...stop vibrating delay(1000); //wait 50 seconds. }

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...sX = 0; int degreesY = 0; void setup() { Serial.begin(9600); w ...h" float x,y,z, ledvalue; void setup() { if (!IMU.begin()) { Serial.println("Failed to initialize IMU!"); while (1); } } void loop() { // read magnetic field in all t...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct board and port from "Tools". For ...

Introduction

Physical Computing Workshop: Beginner Physical Computing

...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hookup diagram Installing libraries Using Neopixel Using Ultraso...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...k, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?

Object in the space AR

Spark AR other Content and Tutorials

... You can also duplicate the object in the scene by going to Edit &gt; Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit: