Advanced Search
Search Results
185 total results found
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, vibr ...conduction, vibrations are sent directly through the skull bones t ...speaker. It can work on several different surfaces, including Acry...
How to use an Electromagnet
...t? The Grove Electromagnet is a type of magnetic actuator that becom ... When the current stops, it immediately loses its magnetism. This ... toggling it on and off using a digital pin. When the signal pin i ... // Electromagnet connected to digital pin 2 void setup() { pi...
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?
How to fix "Internal data stream error" in Processing 4
...capture function, please see here. How to fix (12/2024) Change this line cam = n .../ The camera can be initialized directly using an // element ...ng the image // without any additional resizing, transformations, or tint. //set(0, 0, cam); }
Using a Soil Moisture Sensor
...it = 300; //300-600 is a good range of moisture generally void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { s ... if (sensorValue < limit) { digitalWrite(13, HIGH); } else { digitalWrite(13, LOW); } delay(100); }
AR with Unity - Step #1 - Development environment setup
... Download and install Unity 2019.2.0f1. Previous versions might also ...work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions below ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufori...
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...
Audio in Touchdesigner & Receiving data from Arduino
...nd practices for working with audio in Touchdesigner, as well as p ...ntinue experimenting with. Audio-Reactive Graphics In this fir ...xtract numerical data from an audio sample. The data is later used ...s set up out by animating the radius of a Circle TOP. While t...
Creative Coding 101
The slides for Introduction to Creative Coding are attached as a file on the left of this page!
How to use a PIR sensor
...tect movement of objects that radiate IR light (like human bodies). It is very commonly used fo ...e security systems. The HC-SR501’s infrared imaging sensor is an ...tection sensor can be connected directly to one of the Arduino (or ... any microcontroller) digital pins. If any motion is det...
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ... the interface to access the OP dialog, this is a "library" of all ...in Touchdesigner. Operators are divided into families, in this tut ...ask your area of projection and warp your content onto it. Drag an...
A circle following the mouse
...l TOP, then click on the null's Display button - this will help yo ... of our circle by clicking on Radius and editing these sizes. You can improv ...'s Resolution by changing it to 1280x720. Add a Transform TOP ... match those of our canvas by adding a Select CHOP to our MouseIn ...
Introduction to Python
...an Rossum and first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ... cover how to install Python on different operating systems and in ...t (IDE), which will make your coding experience smoother and more ...
How to Configure a Raspberry Pi for the first time
... on your Pi for the first time. 1. Power up the Raspberry Pi When ...ll set up the keyboard corresponding to your Country. The main difference between US and UK keybo ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The latest versio ...using, so it can configure accordingly. Tools -> Board -> Arduino ...do). In this screencap, you see 14301, yours may not be the same, if ...ck Now at the bottom of the software, you will see you are using A...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...ieces of conductive fabrics and 1 piece of velostat. Make sure th ... hold everything together, preferably something spongy. Making a F ...5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...println(sensorValue); delay (100); // change for the speed of ...
Mobile VR -Setting Up Unity
... Download and install Unity 2019.2.0f1. Previous versions might also ...work, however, this tutorial was made using Unity 2019.2.0f1 (please read the following inst ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com...
How to connect a Light Dependent Resistor (LDR)
...g the tap. The zig-zag lines indicate resistors, the voltage outp ...und (0V) and 5V (VCC). Wiring (1)leg to 5V (Power) (2)leg split ...to GND via 10K resistor (2)leg split to A0 ...ad() to get a integer between 0-1023 representing the voltage, wh...