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

156 total results found

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...e end of movement, such as in a 3D printer to stop the motor goin...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...u have a basic understanding of 3D work but no prior experience i ...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill ou...

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 ...booproj *.svd *.pdb # Unity3D generated meta files *.pidb.m...

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

Spark AR TEMPLATE: World Effects

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

What equipment is available?

About the Lab Frequently Asked Questions

...us Quest 2 Oculus Rift S Rasberry Pi Packs containing: Raspberry Pi 3B micro SD card micro SD card ad ... Raspberry Pi Pico Raspberry Pi 3/4/5 Arduino (various models) Fe ...tooth Xbee Others Madmapper 3 License Logitech Webcam Genelec Monitors

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

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

Physical Computing Tutorials

.... 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 a HC-SR04 distance sensor

Physical Computing Tutorials

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

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...ate localized lighting effects. 3) Spot Lights: Spot lights emit ... across large surfaces, such as walls or floors, and creating soft ...reas with a fixed light source. 3) Moveable Lights: Movable lights provide greater flexibility than stationary lights...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

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

Physical Computing Workshop: Beginner Physical Computing

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

Course

How to use a Rotary Encoder Button

Physical Computing Tutorials

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

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

... upgrade of the DFPlayer Mini MP3 Player for Arduino. It is a sma ...ll and low-priced MP3 module with an internal storage ...wer) GND to GND (Ground) RX to D3 TX to D2 R+ to Speaker(+) red w ...ack wire Connect L+ & L- if you want stereo audio File handling ...

An Introduction to 2D in Unity 5

...the instructions: https://unity3d.com/get-unity/download Resour ...The difference between 2D &amp; 3D in Unity Overview, terminolo ...p right corner, and select 2 by 3: Creating a Main file Fi ...ect. You can do this one of two ways: Option 1: On the menu ba...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...n 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 to return, // then call the initiateSerial function...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ...uino and the matrix. DIN to Pin3 +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...f matrix #define PIN 3 // Pin connected to the NeoPixels #define NUMPIXE...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...g an iPhone to tap on the NTAG203 to open up a link. This tutoria ... involving Arduino. If you only want a simple read and write funct ...ary We will be using DFRobot PN532 module, please refer to this t ...l. We will be using Adafruit_PN532 library, we have a tutorial on...