Advanced Search
Search Results
163 total results found
How to send data to Processing from Arduino
...witches is simple: Left pin to 5V Right pin to GND middle pin to ...the value to the Serial delay(100); //little delay to prevent A ...ceiving from Arduino int value1; //int value2; //multiple data ...sing //map(a, b, c, d, e) has 5 Parameters //map(theVariableY...
Making Breathing Light with LEDs
...nt of it. For example, pin D3, D5, D6, D9, D10 and D11 on Arduino UNO are PWM pins. Th ...d we can give the value from 0-255 using this function. analogWr ...rns somthing off) analogWrite(127) means a signal of 50% duty cycle. (turns somthing h...
3D Scanning a face for MetaHuman
... scan to a new digital subject. 1. Using the Reality Scan app. Do ...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...is common for a scan to require 50+ pictures so don't worry if yo...
Using a Whadda Vibration Motor Module
...c setup. Wiring G to GND V to 5V S to pin 13 Getting started This code is ...etting the motor to vibrate for 1 second and stop for 1 second. int motorPin = 13; //motor transistor is connect ...orPin, HIGH); //vibrate delay(1000); // delay one second dig...
Using Quixel Materials
...assets called Asset Libraries. 1) Using Quixel Quixel is a Mater ...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...alues. I found the values of 0.05 to be best for my materials. Yo...
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, vibr ...rom Arduino if you have one.) 3.5mm audio jack Audio Amplifier (W ...an use other similar models.) 3.5mm Audio cable (to connect to th...
Steam VR setup Tutorial #3 - Interactable object setup
...ugin. Steam VR setup tutorial# 1 Setting up teleporting fea ...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan...
Accessibility Statement
...ements. This website uses HTML 5 (HyperText Mark-up Language) an ...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing...
UE Foliage
...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill ou ...h is why there is more of them (500-600) in my scene. To contin...
Using a Force Sensor
...t's doesn't matter which pin to 5V or GND. Power (one end to 5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...alue; //sensor value range: 0-1023 //200 is light touch //500 is medium touch //800 is hard ...{ Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { s...
Understanding Arduino hardware
... one that fits your computer). 1. Micro USB Port Connect the Ard ...D light, light on or light off. 5. Analog Input Analog will give ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...toreTools* # Visual Studio 2015 cache directory /.vs/ # Aut...
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...
How to build a project onto a VR headset
1. Install Unreal Engine and Requ ...the VR platform and headset you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...match the user's head movement. 5. Implement VR Interactions: Set ...ke Oculus Store for Quest apps. 10. Update and Maintain: Regularl...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The latest versio ...do). In this screencap, you see 14301, yours may not be the same, if ...ck Now at the bottom of the software, you will see you are using A ...eonardo at this specific port. 5. Upload Button We are not going...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...ieces of conductive fabrics and 1 piece of velostat. Make sure th ...t's doesn't matter which pin to 5V or GND. Power (one end to 5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...println(sensorValue); delay (100); // change for the speed of ...