Advanced Search
Search Results
146 total results found
Student works
...BA (Hons) Graphic Media Design (2020) Muse meditation brain sensor, ...teraction Design Communication (2019) Arduino, stepper motors, L ...teraction Design Communication (2019) MadMapper, Arduino, micros ...formation and Interface Design (2019) Unity
Workshop exercise: Clone, commit, pull, push
...u don't already have one. Step 2: Click HERE and leave a comment ...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... files you have changed" You always have to put -m followed by a ...
How to build a project onto 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 ...ement VR interactions, such as grabbing objects, interacting with b...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...l, something like ip = 10.3.15.120 open up a web browser go to h ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...
Steam VR setup Tutorial #2 - Teleporting around your scene
...eature included in the Steam VR 2.2 plugin. Please notice that t ...n top of our plane, the easiest way to achieve this is by duplicating our existing plane so right-click over the plane gameObject in the "Hierarchy" and select duplicate. In order ...
Types of Lighting and Lighting Mobility
...ate realistic day-night cycles. 2) Point Lights: Point lights emi ... across large surfaces, such as walls or floors, and creating soft ...ting updates are not necessary. 2) Stationary Lights: Stationary lights are a commonly used light mobility type in Un...
Understanding Arduino hardware
...B Port Connect the Arduino with your computer using the USB cable, you will see the yellowish light turned on. 2. RESET Button It is not the fac ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.
How to send data to Processing from Arduino
...duino int value1; //int value2; //multiple data from arduino i ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...he pot is 0 and max. value is 1023. //and I want to map the background colour ...from black to white, 0(black) - 255(white) float BW = map(value...
Using a TCS34725 RGB Color Sensor
What is the TCS34725 RGB Color Sensor? The TCS3472 sensor provides a digital retur ...our Arduino projects. What is I2C? The TCS34725 has an I2C interface (SDA and SCL) that c ... be used to interrupt Arduino. I2C stands for Inter-Integrated Ci ...ices for serial communication. I2C Communication Protocol uses on...
How to use a rotary encoder
...emental Rotary Encoder, YUMO E6B2-CWZ3E, the colours referred to ...(Brown) - 5V A switch (Black) - 2 B switch ( White ) - 3 Gettin ...aft angle. This allows you to always know the exact position, even ...nitions const int encoderPinA = 2; const int encoderPinB = 3; //...
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 ... stick with the older version. 2. Select Arduino Board We need t ...ck Now at the bottom of the software, you will see you are using A...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
..., or carbon. It conducts electricity like a wire but is soft and fle ...and Conductive Fabric You need 2 pieces of conductive fabrics an ...iece of velostat. Make sure the 2 pieces of conductive fabrics ar ... hold everything together, preferably something spongy. Making a F...
Touch sensor - Using an MPR121
What is the MPR121? The MPR121 is a tiny microchip formerly m ...ace mount device that provides 12 capacitive touch electrodes thr ...ough an I2C interface. We are using Adafru ...it MPR121 in this tutorial. What is capa ...xposed metal part. Adafruit MPR121 Power input: 3.3V to 5V Addre...
Controlling an actuator with TinkerKit Mosfet
...and accidentally wiring up the 12 or 24 volt power supply to your Ardu ...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...only drive up to 24V DC. Getting started After wi...
Content Creation Guidelines
...about creating different kinds of content for the 270 projection space. Although the document is separated into sections, please go through the whole document as there may be other information that could be relevant to your project.
Adding content - Music and Audio
There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for this can be fou ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Asse...
Command Line Tools & Utilities
A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...
Intro
...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software A variety of projectio ...n mapping software and masking tools are availab...
How to use a Bone Conductor Transducer
...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibrate the eardrum, and are then passed to the inner ear. With bone conduction, vibrations are sent directly through the sk...
Using the serial monitor and serial logger
... other boards based around the 32u4 chip have a seperate USB seri ...al and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...lotter The serial plotter is a way to visually graph the data bei ...ng received, a common way to transmit multiple values is...