Advanced Search
Search Results
185 total results found
Steam VR setup Tutorial #3 - Interactable object setup
...ugin. Steam VR setup tutorial# 1 Setting up teleporting fea ...d a blue material to a plane in order to make it easier for us to see ...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...
How to connect a push button or switch
...hes? Buttons and switches are a way of opening and closing a circu ...connection as one of the most rudimentary forms of sensor you can ...an Arduino. There are dozens of different types of switches and bu ...other type of button or switch. Different types Rocker switch Pus...
What are GPIO pins on Raspberry Pi?
...le, the board pin 8 and BCM pin 14 are referring the same pin. Nu ...nguages and libraries you use. 1. BCM numbering BCM numbering ma ...d on the Raspberry Pi, like GPIO14. It is used in most programmin ...from the top left corner as Pin 1, left to right then next line, ...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping video fil ...ed tutorial for imaging the Pi. 1. Download the Video Looper Imag ...th the exact resolution of your display for better performance. e. ...compressed 4K video format on a 1080p HD display. 4. Plug and Pla...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ... Resolution 12MP (4608 × 2592) ... ✅ Yes (PDAF or EDOF depending on model) HDR ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...
How to get started with Textures and Materials in Spark AR
...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...
How to use 7-Segment LED Backpack
... for these big bright 7-segment displays. These 7-segment displays normally require 13 pins (5 'characters' and 8 tot ...k solves the annoyance of using 13 pins or a bunch of chips by ha ...you like). The driver chip can 'dim' the entire display from 1/16 ...
How to use a EMG Muscle Sensor
...connection begin Serial.begin(115200); pinMode(13, OUTPUT); } void loop() { ... if(timer < 0) { timer += 1000000 / SAMPLE_RATE; i ...G_THRESHOLD) { digitalWrite(13, HIGH); } else { digit ...alWrite(13, LOW); } Serial.print...
Making a website for your HTML, JS, CSS or p5.js files
...something goes wrong, you can always go back to when it did work! Step 1: Signing up for GitHub Go to h ...hrough these. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi...
Using the serial monitor and serial logger
...ication is a sequence of binary digits (0s and 1s) that convey information. Ser ...nitor on the Arduino is able to display messages the Arduino board ...e a seperate USB serial and hardware serial, and you cannot directly monitor the hardware seri...
Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner
...ct tutorial and might have been disappointed to discover it is only compatible wit ...ur camera up in TouchDesigner. 1. Installing Dependencies Befor ... 2. Setting up TouchDesigner 2.1 Connecting the Camera Conn ... camera. Click Initialize, wait for it to mark "Ready" (1), t...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw21Uw2PWTR_XM&t=529s. Begin by con ...he Threshold value; Ideally you want to get completely transparent ... edges = cv2.Canny(gray_8bit, 1, 5) contours, hierarchy = ...
AR with Unity - Step #2 - Unity project setup
...loping environment setup. In order to continue with this project y ...utorial: AR with Unity - Step #1 - Developmen environment setup ... Understanding Image target AR. You can use ... Vuforia to create different types of Augmented Reali...
How to use a Servo Motor
...djust the motor’s movement accordingly. We often use RC (Radio-Controlled) Servo Motors in ph ...gular (Standard) Servo 0°–180° (sometimes 270°) Angul ... 360° (infinite) Speed & direction (PWM) Wheels, driv ...how how to control servo motors directly without a PWM driver. Whi...
How to set the sound output in Raspberry Pi
Audio Setting Most Raspberry Pis hav ...e a 3.5mm audio jack for outputting audio, but you can also output audio via HDMI as well. The below wi ...ll show you two different ways to set the output device. Met ...hod 1: Use Raspberry Pi Configuration ...t corner) Go to Preferences → Audio Device Settings In the Output...
Touch sensor - with No Sensor!
...f all conductive materials including tinfoil, banana, plant, penci ...curacy without ANY external hardware. CapacitiveSensor library wil ...int of the physical circuit, reading might be sometimes unreliable ...ing Wiring is super simple with 1 wire: jumper wire to A0, anoth...
An Introduction to 2D in Unity 5
...unity/download Resources The difference between 2D & 3D in ...ect. You can do this one of two ways: Option 1: On the menu bar select: GameOb ...e from GameObject to Main: Adding C# script to the GameObject ...the script has been added Adding code to C# script using MonoD...
Position-based Tracking using a Webcam
...he position of an object. Let's dive in! To begin, open the Video ... to a Null TOP and activate the Display option by clicking on the ... object from it's background we want to look for the white pixels ...wn our input's resolution, this way we will have less data to anal...