Advanced Search
Search Results
161 total results found
Intro
...atic objects. This technique was first used for Disney’s Haunte ...d Mansion ride in 1969, where a video of five singi ...ng ghosts was projected onto physical busts, ...and immersive projections. Software A variety of projectio ...n mapping software and masking tools are availab...
How to send files to Raspberry Pi using SSH
...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
...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?
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
... 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 ...( actuatorPin, HIGH ); delay( 1000 ); digitalWrite( actuat...
Intro to 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 ... if your webcam's resolution is 1920x1080, the VideoDeviceIn TOP may d ...isplay a warning: "Resolution limited to a ...
Sending data to Arduino
...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 ...pear in the operator; The first 17 valuePins correspond to the Di...
Adding content - Music and Audio
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
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
...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
...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 an MFRC522 RFID reader
...h each identification and a two-way radio transmitter-receiver as ... of that model. SDA - Digital 10 (SS) SCK - Digital 13 (SCK) MOSI - Digital 11 (MOSI) MISO - Digital 12 (MISO) IRQ (unconnected) GND - ...t above #define SS_PIN 10 // Configurable, see t...
Using a Force Sensor
...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
...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 ...ctuatorPin, LOW ); delay( 1000 ); }
Creative Coding 101
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
...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(...
Types of Lighting and Lighting Mobility
... lights within Unreal Engine. 1) Directional Lights: Directiona ... across large surfaces, such as walls or floors, and creating soft ... the lights affect your scene. 1) Static Lights: Static or Non-moveable lighting is the most performant type of ligh...
Understanding Arduino hardware
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.