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

153 total results found

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...ate realistic day-night cycles. 2) Point Lights: Point lights emi ... across large surfaces, such as walls or floors, and creating soft ...d and baked into lightmaps, resulting in efficient rendering perfo ...ting updates are not necessary. 2) Stationary Lights: Stationary ...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...B Port Connect the Arduino with your computer using the USB cable, you will see the yellowish light turned on. 2. RESET Button It is not the fac ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.

Course

How to send data to Processing from Arduino

Physical Computing Tutorials

...duino int value1; //int value2; //multiple data from arduino if needed ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...he pot is 0 and max. value is 1023. //and I want to map the background colour ...from black to white, 0(black) - 255(white) float BW = map(value...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...

Intro

Projection Mapping Intro to Projection Mapping

...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software     A variety of projectio ...n mapping software and masking tools are availab...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibrate the eardrum, and are then passed to the inner ear. With bone conduction, vibrations are sent directly through the sk...

Using the serial monitor and serial logger

Physical Computing Tutorials

... other boards based around the 32u4 chip have a seperate USB seri ...al and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...o modify this setting, the default is 9600. Serial plotter The s ...erial plotter is a way to visually graph the data bei...

How to install libraries

Physical Computing Tutorials

...brary There are three different ways to install libraries; we'll s ...is using the Library Manager built into the Arduino IDE. You can a ...es are currently available this way, as this feature is relatively ... the library – for example 'MPR121'. Copy this entire folder (nam...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

What is the TCS34725 RGB Color Sensor? The TCS3472 sensor provides a digital retur ...our Arduino projects. What is I2C? The TCS34725 has an I2C interface (SDA and SCL) that c ... be used to interrupt Arduino. I2C stands for Inter-Integrated Ci ...ices for serial communication. I2C Communication Protocol uses on...

How to use a rotary encoder

Physical Computing Tutorials

...emental Rotary Encoder, YUMO E6B2-CWZ3E, the colours referred to ...r wires: Common (Blue) - GND Voltage (Brown) - 5V A switch (Black ...) - 2 B switch ( White ) - 3 Gettin ...aft angle. This allows you to always know the exact position, even...

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 ... stick with the older version. 2. Select Arduino Board We need t ...ck Now at the bottom of the software, you will see you are using A...

Making a Force Sensor/ a Button with Velostat & Conductive Fabric

Physical Computing Tutorials

...and Conductive Fabric You need 2 pieces of conductive fabrics an ...iece of velostat. Make sure the 2 pieces of conductive fabrics ar ...tat is pressed. int buttonPin = 2; int buttonState; void setup() { // put your setup code here, to run once: Se...

Touch sensor - Using an MPR121

Physical Computing Tutorials

What is the MPR121? The MPR121 is a tiny microchip formerly m ...ace mount device that provides 12 capacitive touch electrodes thr ...ough an I2C interface. We are using Adafru ...it MPR121 in this tutorial. What is capa ...xposed metal part. Adafruit MPR121 Power input: 3.3V to 5V Addre...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...omagnets which require higher voltages and currents than the Ardui ...ver high current circuits can melt breadboards, and accidentally w ...iring up the 12 or 24 volt power supply to your Arduino is ...mall, cheap module which takes away all these headaches, on the Ar...

Content Creation Guidelines

Transporter Documents

...about creating different kinds of content for the 270 projection space. Although the document is separated into sections, please go through the whole document as there may be other information that could be relevant to your project.

Connecting a Potentiometer

Physical Computing Tutorials

...e pot is to create a variable voltage as an input to a circuit, fo ... pin #1 and #3, the middle pin #2 is called the wiper, and by act ... create a proportional to the voltage between pins #1 and #3. For ...on pin #3, you could select a voltage between 0V to 5V, at the hal...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...e the sound detector provides voltage proportional to the sound le ...de reading gate #define gatePin 2 void setup() { Serial.begin( 9600 ); pinMode( gatePin, INPUT ); } void loop(...