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

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...cp, rsync, or SFTP) Install software, run Python scripts, update y ...able SSH on Raspberry Pi Option 1: Using Raspberry Pi OS with Des ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If ...something that looks like this: 192.168.1.42, this is your pi's I...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...ring G to GND V to 5V S to pin 13 Getting started This code is ...etting the motor to vibrate for 1 second and stop for 1 second. int motorPin = 13; //motor transistor is connect ...orPin, HIGH); //vibrate delay(1000); // delay one second dig...

When is the Creative Technology Lab open?

About the Lab Frequently Asked Questions

The Creative Technology Lab is open at the following times: Monday to Friday 10:00 – 13:00 13:00 – 14:00 Lunch Break 14:00 – 18:00 Next: Who works in the Creative Technology Lab?

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...sfet is a simple module for controlling devices like motors, solenoids, ... and accidentally wiring up the 12 or 24 volt power supply to you ...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...

An Introduction to 2D in Unity 5

...a project, game objects and controlling them using the Unity interface ...ect. You can do this one of two ways: Option 1: On the menu bar select: GameOb ...cene Rename the Scene to 'Scene1' and click Save Adding a S ...self using graphics editing software (e.g. Photoshop or Gimp) or y...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ...or projection mapping.    Parameters Window Every operator comes w ...ith a set of parameters that you can edit to alter its...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct boar ...orial we will connect a potentiometer, as input in our circuit, and a...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...utorial: AR with Unity - Step #1 - Developmen environment setup ...in (already included in Unity 2019.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 ...time, Unity will ask you if you want to include a default database...

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

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

How to install libraries

Physical Computing Tutorials

...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively ...f the library – for example 'MPR1211'. Copy this entire folder (name ...d 'MPR121' in our example) into the Ard...

Using a Force Sensor

Physical Computing Tutorials

...5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...alue; //sensor value range: 0-1023 //200 is light touch //500 ...{ Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { s ...rValue > limit) { digitalWrite(13, HIGH); } else { digitalWr...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...or off) or as an amplifier (controlling the level of current flow). Typ ...o diode(-) Gate (G) to GND via 1k resistor & to Pin 13 Power Supply(+) to actuator(+ ...tal device. #define actuatorPin 13 void setup() { pinM ...tuatorPin, HIGH ); delay( 1000 ); digitalWrite...

Creative Coding 101

Creative Coding Other workshops

The slides for Introduction to Creative Coding are attached as a file on the left of this page!

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...n, please see here. How to fix (12/2024) Change this line cam = new Capture(this, cameras[0]); to "pipeline:avfvideosrc device-index=0" Full Code import processing.video.*; Capture cam; void setup() { size(640, 480); String[] cameras = Capture.list(...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...ugin. Steam VR setup tutorial# 1 Getting started In the St ...eam VR setup tutorial #1, we downloaded the Steam VR plu ...n top of our plane, the easiest way to achieve this is by duplicat ...a" gameObject selected, type "0.1" in the "Y" position slot of th...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

In the kit, you will find an Arduino and two USB cables (USBC or USBA, pick the one that fits your computer). 1. Micro USB Port Connect the Ard ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.

Course