Advanced Search
Search Results
180 total results found
Using the serial monitor and serial logger
...e other boards based around the 32u4 chip have a seperate USB ser ...ial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ... down allows you to modify this setting, the default is 9600. Seri ...lotter The serial plotter is a way to visually graph the data bei...
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 sensor ...nt lastState = 0; void setup() { pinMode(LEDPIN, OUTPUT...
UE Foliage
...u have a basic understanding of 3D work but no prior experience i ...ine allows you to quickly paint sets of assets on a landscape. Like the name ... of individually placing many assets and automates it for us. But f ...rst we need a pack of foliage assets to use... Megascans Foliage ...
Capturing in Wide-Angle with the OAK-D Pro camera
...tutorial. Refer to the guide to set up the OAK Device CHOP and OAK ...dai.node.XLinkOut) xoutIsp.setStreamName('isp') xoutPrev.setStreamName('preview') cam ....setResolution(dai.ColorCameraProper ...rResolution.THE_12_MP) cam.setInterleaved(False) cam.setI...
Touch sensor - with No Sensor!
...curacy without ANY external hardware. CapacitiveSensor library wil ...uch.h> #define TOUCHPIN A0 // set the touch sensor resolution: / ... return sum / SMOOTH; } void setup() { Serial.begin(9600); // ...serial communication pinMode(13,OUTPUT); // fill the [previou...
AR with Unity - Step #1 - Development environment setup
...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...
AR with Unity - Step #3 - Adding content to your project
... This tutorial aims to help you set up a AR Unity project using the ...ep #1 - Development environment setup AR with Unity - Step #2 - En ...base. Do make sure that Type is set to Device, this means that all ..., please make sure that Type is set to Single Image, also, be aware...
Understanding Arduino hardware
...yellowish light turned on. 2. RESET Button It is not the factory reset button than you may find in oth ...eird, you can press the button. 3. Arduino Model The white label ...utput pins. For example, if you want to create a breathing light e ...USB port. When you finalise the setup, you won't need your computer...
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: ...e for the button in ms void setup() { Serial.begin(9600); /...
How to send data to p5.js from Arduino
...fine potPin A0 int value; void setup() { Serial.begin(9600); //i ...g data let vals = []; function setup() { createCanvas(400, 300); // make the canvas ...text("sensor value: " + inData, 30, 50); } // if there's no port ...ble: function openPort() { // wait for the serial.open promise t...
How to use 7-Segment LED Backpack
...ment displays normally require 13 pins (5 'characters' and 8 tota ... solves the annoyance of using 13 pins or a bunch of chips by hav ...rduino. #include <Wire.h> void setup() { Wire.begin(); Serial ... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent ... sensor requires a bit of prior set up to run, please allow some ti...
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...
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...
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...
Using a HC-SR04 distance sensor
...if the ping sound is reflected away from the sensor by an a diverg ... pin 12 Trigger to digital pin 13 Getting started To use this c ... distance measured is less than 30cm and back off when the distan ...ce goes over 30cm. #include <HCSR04.h> // Ini...
Workshop exercise: Clone, commit, pull, push
...anges until you've been added. Setting up the git user Before we ...e interface - it's a text-based way of navigating our folders and ...pe it and then press enter. To set the user name, use this command ...user.name "Delia Hamwood" Then set the email address. This can be ...