Advanced Search
Search Results
164 total results found
How to control Arduino without using delay()
...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi...
Using a Vibration Motor
...D) 2. Base (B) to Data pin (pin 3) with 1KΩ resistor 3. Collector (C) to Ground of the ...op for 1 second. int motorPin = 3; //motor transistor is connecte ...d to pin 3 void setup() { pinMode(motor ...stop vibrating delay(1000); //wait 50 seconds. }
How to Configure a Raspberry Pi for the first time
...changing the keyboard layout. 3. User You can set your username ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...
How to use IR Breakbeam Sensor
...frared; detects changes in long-wave IR (heat) in its field. ...ndent Wiring Receiver (3 wires) Red to 5V Black to GND ...D Get Started #define LEDPIN 13 #define SENSORPIN 4 int sensorState = 0; int lastState = 0; void setup() ...
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ...late" is a good starting point. 3. Configure Project Settings: Go ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...nt and Assets: Create or import 3D assets for your VR environment...
Intro
...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...ore advanced methods, including 3D and immersive projections. So ...ftware A variety of projectio ...n mapping software and masking tools are availab...
Touch sensor - with No Sensor!
... tutorial, we will show you two types of Capacitive Touch Sensing: a ...curacy without ANY external hardware. CapacitiveSensor library wil ...serial communication pinMode(13,OUTPUT); // fill the [previou ...multiplier){ digitalWrite(13, HIGH); }else{ digitalWri...
OculusQuest - Setting up development enviroment in Unity
... versions Currently, there are 3 supported Unity versions: 2 ...t grab and haptics. The easiest way to get the Oculus Integration ... You will then be asked if you want to restart the Unity editor, ...other message asking you if you want to upgrade the spatializer pl...
Accessibility Statement
...s accessible as possible and we want as many people as possible to ...er you are using zoom in up to 300% without the text spilling of ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing...
Introduction to Spark AR
... 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
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. ...VideoDeviceIn TOP may display a warning: "Resolution limited to a max of 1280x1280 ...
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...
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 b ...s -> Board -> Arduino Leonardo 3. Select Serial Port We are now ...). In this screencap, you see 14301, yours may not be the same, i...
Touch sensor - Using an MPR121
.... Adafruit MPR121 Power input: 3.3V to 5V Address: 0x5A, it is als ... libraries folder Now the software Arduino IDE is ready, you will see the libraries from Sketch - Include Library. Wiring Wiring is pretty simple, it's an I2C component so it's relati...
Using the MAX9814 mic amplifier
...here. Wiring Power (VCC to 3.3V) Ground (GND to GND) Output ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }
Understanding Arduino hardware
...ut more like a restart button. If your Arduino freezes, lags or does anything weird, you can press the button. 3. Arduino Model The white label ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.
How to use a Rotary Encoder Button
... rotary encoders rotate all the way around continuously and are di ... to D4 one pin to GND Bottom 3 Pins: Right Pin to D3 middle pin to GND Left Pin to D ... int pin1 = 2; const int pin2 = 3; // Create encoder instance: EncoderStepCounter encoder(pi...