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

160 total results found

Using Smartphont to Read NFC tag

Physical Computing Tutorials

... involving Arduino. If you only want a simple read and write funct ...01; // 0x01 = http://www. void setup(void) { Serial.begin(115200 ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ... to read RFID Serial.println("Waiting for an NFC tag..."); } vo...

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

Unity AR Image target AR tutorial

... This tutorial aims to help you set up a AR Unity project using the ...ep #1 - Development environment setup AR with Unity - Step #2 - En ...base. Do make sure that Type is set to Device, this means that all ..., please make sure that Type is set to Single Image, also, be aware...

AR with Unity - Step #4 - Building and testing your app

Unity AR Image target AR tutorial

... This tutorial aims to help you set up an AR Unity project using th ...ep #1 - Development environment setup AR with Unity - Step #2 - En ... the file menu and select Build settings, please make sure that you ...r build platform is set to Android, in this example, we...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...ferent when using different hardware. Step 1 Set up your 360 camera at your capt ...rage for your whole recording. Set the capture resolution at the h ...ighest setting with the highest framerate. ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr...

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

Physical Computing Tutorials

...stat. int sensorPin = A0; void setup() { Serial.begin(9600); } ...using a Pull-Up Resistor button set up. Ground (one end to GND ) S ...Pin = 2; int buttonState; void setup() { // put your setup code here, to run once: Serial.begin(9600); ...

How to use an Electromagnet

Physical Computing Tutorials

...tal pin. When the signal pin is set to HIGH, the electromagnet turn ...attracts metallic objects. When set to LOW, it turns off and releas ...onnected to digital pin 2 void setup() { pinMode(electromagnetPi ...n, OUTPUT); // Set pin as OUTPUT Serial.begin(96...

How to use a Heart Beat Sensor

Physical Computing Tutorials

...lculated Beats Per Minute void setup() { pinMode(LED, OUTPUT); ... signal crosses the threshold upward (beat detected) if (Signal ...al goes back below threshold, reset for next detection if (Signal ..., and which to ingore. // The SetUp Function: void setup() { pi...

Connecting a Potentiometer

Physical Computing Tutorials

...e between 0V to 5V, at the half way the voltage on pin #2 would be ...other words, using a multimeter set to resistance/ohms/Ω measuremen ...dPin 13 #define potPin A0 void setup() { pinMode( ledPin, OUTPUT ); pinMode( potPin, INPUT ); } void loop() {...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...omprehensive set of tools and features to assist ...ution, variable inspection, and setting breakpoints to pause the pr ...n find that version control software will become an indispensable ...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...cs In this first session we'll set up a network to extract numeric ...phic, you can quickly test this set up out by animating the radius ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are vir...

How to use a Rotary Encoder Button

Physical Computing Tutorials

... rotary encoders rotate all the way around continuously and are di ...e for the button in ms void setup() { Serial.begin(9600); / ...pin2), interrupt, CHANGE); // set the button pin as an input_pull ...onState = buttonState; // reset the encoder after 24 steps: i...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...pe #define envelopePin A0 void setup() { Serial.begin( 9600 ); ...ng gate #define gatePin 2 void setup() { Serial.begin( 9600 ); pinMode( gatePin, INPUT ); } void loop() { S...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...fine potPin A0 int value; void setup() { Serial.begin(9600); //i ...g data let vals = []; function setup() { createCanvas(400, 300); ...ble: function openPort() { // wait for the serial.open promise to return, // then call the initiateSerial func...

How to send data to Processing from Arduino

Physical Computing Tutorials

...fine potPin A0 int value; void setup() { Serial.begin(9600); //i ...a from arduino if needed void setup() { size(800, 800); pr ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...d max. value is 1023. //and I want to map the background colour ...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...yellowish light turned on. 2. RESET Button It is not the factory reset button than you may find in oth ...utput pins. For example, if you want to create a breathing light e ...USB port. When you finalise the setup, you won't need your computer ... with the setup, you can switch the power sou...

Course

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