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

166 total results found

What equipment is available?

About the Lab Frequently Asked Questions

...o Uno or Leonardo USB Cable (or TypeC USB) Breadboard (Short) HD ...set Oculus Quest 1 Oculus Quest 2 Oculus Rift S Rasberry Pi Pa ... Devices including: Kinect 1 & 2 Leap Motion Wiimote Airbar HD cameras Realsense Track Camera Realsense Depth Came...

How to use a Reed Switch

Physical Computing Tutorials

...ed Switch? The Reed Switch is a type of magnetic switch that changes ...switch. Wiring One End to Pin 2 One End to GND Getting started ... light up. const int REED_PIN = 2; // Pin connected to reed switch const int LED_PIN = 13; // LED pin - active-high...

Powering an Arduino

Physical Computing Tutorials

...rt low-current charging mode/ always-on mode. These will be suitab ...roller, e.g. Sandberg Powerbank 20000 PD65W 2xQC3.0. (We only tested this one ...Motors There are many different types of motors available. Before deciding how to power your motor, you m...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...nection begin Serial.begin(115200); pinMode(13, OUTPUT); } ...E; return (sum/BUFFER_SIZE) * 2; } float EMGFilter(float input ...nput; { static float z1, z2; // filter section state fl ...oat x = output - 0.05159732*z1 - 0.36347401*z2; output ...

Introduction to the PyCharm IDE

Python for Beginners

... project name, and this is something we wish to keep as it makes things less confusing. The setup page also asks if you want to create a main.py welcome s ...out errors. Our main.py code is designed to display "Hi, PyCharm," and it has executed correctly.

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

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

Introduction to Spark AR

Spark AR Installation and Setup

... Augmented Reality (AR) is a type of technology that adds layers ...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. To...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

About the software Touchdesigner is a programming software popular amongst all kinds of ...g and projection mapping. Touchdesigner is a node-based software, a type of visual programming language. ...e previous one, however in Touchdesigner data flows left to right.   ...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...re you can experience different types of content using your mobile p ...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRAME website Youtube tutorial list Unity 3D Thi...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. ...ND White to pin 4 Rransmitter (2 wires) Red to 5V Black to GND Get Started #define LEDPIN 13 #define SENSORPIN 4 int sensorState = 0; int lastState = 0; void setup() { p...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...ollers. This microcontroller is designed and manufactured by Microchip ... GND (4) Pin 13 --> Pin 2 (7) Pin 12 2 --> Pin 1 (6) Pin 11 - ...roll to the bottom select ATtiny25/45/85 Tools -> Processor--> 8 MHz (internal) Tools-->Programmer-->A...

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...hip) AVR microcontrollers. It's designed for developers and hobbyists ...to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO). Supported Micro ...o Arduino Leonardo Arduino Mega 2560 However, it is not compatib...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a diverg ...no measurement. There are other types of distance sensors that are m ...ND to GND) Echo to digital pin 12 Trigger to digital pin 13 Get...

Using a Vibration Motor

Physical Computing Tutorials

... In this tutorial, we are using 2N2222. The diode acts as a surge pro ...n the circuit. vibration motor 2N2222 transistor (or any other NPN tr ...ay have a different pinout with 2N2222. Check the pinout of your trans ... 1. Emitter (E) to Ground (GND) 2. Base (B) to Data pin (pin 3) w...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...es right, you should see this. 2. Locale You need to set your c ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...

How to create 360 Video for the Igloo system

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

...eps will be using an Insta360 X2 camera. You can recreate the sa ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...d at a maximum of 30 FPS. Step 2 Remember that the Igloo system ...

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