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

167 total results found

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

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

...er, wireless transceiver module designed for serial communication over ...Sending: GND to GND VCC to 5V TXD to 8 RXD to 9 Arduino UNO - Receivin ...g: GND to GND VCC to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never...

Intro

Projection Mapping Intro to Projection Mapping

...y used in advertising and stage design, but also by artists who wish t ...atic objects. This technique was first used for Disney’s Haunte ...d Mansion ride in 1969, where a video of five singing ... ghosts was projected onto physical busts, ...ractice, and the technique has expanded to incorporate more advan...

How to install libraries

Physical Computing Tutorials

...re collections of code that are designed to provide additional, reusab ...tionality or to simplify using external electronic modules. Libra ...ries typically come with examples of how to use them. The l ...vides online documentation and explains how it possibly relates t...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

... 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(+) red wire ...ack wire Connect L+ & L- if you want stereo audio File handling ...

UE Installation and Set-up

Unreal Engine Basics

...finishes, run the installer and wait for it to complete. Creat ... Launcher and continue to the next section. If you don't have an ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this example, let's name the file hello ...that the program finished with exit code 0, as we'd expect no errors to occurr seeing ...ts of print(), we provide the text we want Python to print. This ...

What equipment is available?

About the Lab Frequently Asked Questions

...iPad Air iPod Touch Samsung Galaxy Tab Smartphone including: ... Elo Touch 7" Screen Elo Touch 10" Screen DMX Devices including: DMX Dimmer Packs RGB LED PAR56 USB to DMX interfaces DMX LED driver Other Microcontro ...lar components including: Neopixel & NeoMatrix LEDs Button/ swit...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...ts to more functional and complex projects. Aims This tutorial ...9.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 ...

Introduction to the PyCharm IDE

Python for Beginners

...e the Python project: In this example, the project files will re ...The setup page also asks if you want to create a main.py welcome s ...e file, main.py, but more complex projects will have multiple fil ... are handy for pausing program execution, especially when debuggi...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

... for working with audio in Touchdesigner, as well as provide students ...with external resources to continue on ...perators used, as well as some extra tips and tricks to continue ...experimenting with. Audio-React ...sion we'll set up a network to extract numerical data from an aud...

Introduction

Physical Computing Workshop: Beginner Physical Computing

This chapter is designed for complete beginners who ar ...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hooku ...stalling libraries Using Neopixel Using Ultrasonic distance s...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

...ke sure you have installed Touchdesigner, a tutorial on how to get the ... software started is available here. Th ...ontent onto 3D surfaces in Touchdesigner, to learn more about this tec ...ab.  Importing content in Touchdesigner  Double click anywhere on th...

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

Using an MFRC522 RFID reader

Physical Computing Tutorials

...FID system to open a door. For example, only the person with the ...h each identification and a two-way radio transmitter-receiver as ... of that model. SDA - Digital 10 (SS) SCK - Digital 13 (SCK) MOS ...g started We will be using the example code, DumpInfo, from the l...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...t to 5V (Power) middle to GND right to PIN2 via 10K resistor Getting started Th ... void setup() { Serial.begin(9600); // Start ser ...ial communication at 9600 baud pinMode(hallSensorPin, ...tln(hallSensorState); delay(100); }

Using a Force Sensor

Physical Computing Tutorials

...5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...A0) Getting started This example turns on the built-in LED ...alue; //sensor value range: 0-1023 //200 is light touch //500 i ... void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } vo...