Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

151 total results found

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...ts to more functional and complex projects. Aims This tutorial ...n (already included in Unity 2019.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ... Augmented Reality Supported" box found inside the XR settings se...

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...mands in the form of lines of text. These commands interface with ... your operating system and hardware to perform complex and intensive operations. Ther ...useful Free and Open Source Software (FOSS) available online that ...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

...ule with an internal storage of 128MB. The module can be used as a ... Arduino UNO or any other with RX/TX capabilities. Know More This tu ...ing up the sensor is less complex than the previous version with ...5V (Power) GND to GND (Ground) RX to D3 TX to D2 R+ to Speaker(+)...

How to use a Rotary Encoder Button

Physical Computing Tutorials

... rotary encoders rotate all the way around continuously and are di ... void setup() { Serial.begin(9600); // Initialize encoder ...save current button state for next time through the loop: lastButtonState = buttonState; // reset the encoder a...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. .../ position Very precise (exact line or plane of detection). ...ield of view. PIR (for flexibility) Coverag ...IR Cost & complexity Generally simple and i...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...liar with the command line, the way to use it is to type a command ...copy it from Finder or Windows Explorer. On a Mac, hold Option an ...ft+Option+. on Mac, in Windows Explorer click 'View' and select t ...he "Hidden Items" checkbox). Type git status and press En...

How to control Arduino without using delay()

Physical Computing Tutorials

...ng started There is a built-in example called BlinkWithoutDelay w ...he actuator to action. In this example, you can see the value of ...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...

How to get started with Face Tracking in Spark AR

Spark AR TEMPLATE : Basic Face Tracking

Face Tracking in Spark AR Watch this video which explains the basic features of the ...te to add in your own models, textures and program functionality.

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

World Effects in Spark AR Watch this video which explains the basics of World Effec ...te to add in your own models, textures and program functionality.

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...anding of 3D work but no prior experience is necessary. Please co ...fter downloading the Building.fbx, diff, and diff wood files, we ...e. Select all the files you want to import to your project. Fo ...ale of the object to 30 in the X, Y, and Z directions so it is u...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...ts to more functional and complex projects. Aims This tutorial ... Download and install Unity 2019.2.0f1. Previous versions might ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions ... when you start running the software. About the Vuforia Engin...

Mobile VR -Setting Up Unity

VR tutorials - Unity Mobile VR

... Download and install Unity 2019.2.0f1. Previous versions might ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read the followin ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com...

An Introduction to 2D in Unity 5

...ect. You can do this one of two ways: Option 1: On the menu ba ...Main script in the light grey box in the Inspector tab, this will ...y window. In order to see the text outputted the console window n ...button to see the Debug.Log() text in the console: Save your S...

How to use a Bare Conductive Touch Board with Arduino

Physical Computing Tutorials

...Conductive. The Touch Board has 12 capacitive electrodes that resp ...touch. These electrodes can be extended with conductive materials ...ng the above two tutorials. Hardware Plugin Whenever we use an Ard ...e it opened. Download the Hardware Plugin here: bare-conductive-...

Touch sensor - Using an CAP1188

Physical Computing Tutorials

...l! Touch sensor - Using an MPR121 Touch sensor - with No Senso ...r! MPR121 vs CAP1188 Comparison ... Feature MPR121 CAP1188 ... Number of Inputs 12 electrodes 8 electrodes ...ty 4 possible addresses (0x5A–0x5D) 3 jumpers for I2C...

Making Breathing Light with LEDs

Physical Computing Tutorials

...o with "~" in front of it. For example, pin D3, D5, D6, D9, D10 and D11 on Arduino UNO are ...al for most pins will be about 490Hz and we can give the value fr ...rns somthing off) analogWrite(127) means a signal of 50% duty cycle. (turns somthing half o...

DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2

Physical Computing Tutorials

...rs, we have some tips for you. HX711 Weight Sensor This sensor ca ...to install the library DFRobot_HX711_I2C library which is availab ...he Arduino source file DFRobot_HX711_I2C.h will prompt an error i ...n the console. To fix it, you simply need to remove t...

How to use a Neopixel strip

Physical Computing Tutorials

What is Neopixel? Neopixel is a name given by Adafruit. ...Neopixel is an addressable LED, meanin ...you can easily program the Neopixel strip for your project. They ...can shorten or lengthen them flexibly. Once set up, they are very ... to GND Library Adafruit NeoPixel library will be used. **Warni...