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

117 total results found

Using an PN532 RFID reader

Physical Computing Tutorials

...al.println(); Serial.println("Waiting for a card......"); } void ...al.println(); Serial.println("Waiting for a card......"); } v ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ....SAMConfig(); Serial.println("Waiting for an NFC card..."); } v...

Arrays

Programming Tips and Tricks

... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...eam. Steam platform will install additional com ...t. Make sure you select a 3D template. After your new project o...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...nd widely-used game development platform, various lighting technique ... across large surfaces, such as walls or floors, and creating soft shadows. 5) Sky Lights: Sky lighting in Unreal Engine is a technique used to simulate global illumination by capturin...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...ramming. It serves as a central platform for programmers to write, e ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...

Introduction to Spark AR

Spark AR Installation and Setup

...is can also include sound, video) are superimposed onto the physical real world environment. There are different ways where an AR experience can be ...it runs on both IOS and Windows platforms, however, in order to use it, you will need a Facebook account.

Using a Membrane Potentiometer (SoftPot)

Physical Computing Tutorials

... one on the side of the thinner strip) to 5V Pin2 (middle pin) to A0 & via 10k resistor to GND Pin3 (the one with a small arrow) to GND Getting started This example turns on the built-in LED when touched lightly. int SOFT_POT_PIN = A0; void setup() { ...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...ces like motors, solenoids, LED strips and electromagnets which requi ...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...ing the motor, or burning you.Always make sure your code prevents ...

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 ...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 ...f you're working on Mac, you'll want to add this to it too: # ===...

How to control Arduino without using delay()

Physical Computing Tutorials

...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...

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 th ...e multiple different starter templates in Spark AR that make use of ...development easier, choose a template that is most similar to your i ...an then make changes to that template to add in your own models, tex...

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 th ...e multiple different starter templates in Spark AR that make use of ...development easier, choose a template that is most similar to your i ...an then make changes to that template to add in your own models, tex...

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

... set to Single Image, also, be aware that your image size should m ...ditor is the chosen development platform. After downloading your database, check that your Unity project is open and then double click on the database file then Unity will then displa...

Useful learning resources

Creative Coding

...ningp5js Kadenze is an online platform for creative education. You can take structured courses with plenty of video based content and exercises. Here is an Introduction to Programming for the Visual Arts with P5: https://www.kadenze.com/courses/introduct...

Building to a VR headset

Unreal Engine Basics

... and go in-depth for building to some of the most common platforms. However, you are encouraged to conduct individual research since development can have different results on different devices. Please ask a technician for assistance if you find any issues.

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ...s from the SD card via Serial. Warning If you are using Mac OS X ... Serial.write( i ); // Wait a bit delay( 1000 ); } } Sample MP3 files To help you get up and running...

3D Scanning a face for MetaHuman

Metahuman Creator

...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...o the process entirely. We also want to crop our scan to save the ...ptured. After this, you should wait for the model to generate. Th...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...roSky chip can be found on brainwave-controlled toys such as the S ...tar Wars Force Trainer. The toy can be ...orial, we are using an UNO, hardware Serial (pins 0 & 1) is shared...