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

174 total results found

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

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

Other resources

Touchdesigner Basics of Touchdesigner

...designer here at LCC. The best way to grow in your visual program ...uld look into daily or weekly coding challenges such as the @creat ...mmersive HQ is a community providing both blogs and videos to lear ...ion/?_products=touchdesigner  Disclaimer: There are plenty of fr...

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.

Touch sensor - Using an CAP1188

Physical Computing Tutorials

... This chip can handle up to 8 individual touch pads, it will light ...) ⚠️ Partial (multi-touch disabled by default) ...DA and SCL pins as shown in the diagrams, in this case you'll need to look it up on the boards documentation, howeve...

Building to a VR headset

Unreal Engine Basics

...ill describe the process of building to VR headsets and go in-dept ...h for building to some of the most common pl ...you are encouraged to conduct individual research since developmen ...t can have different results on different devices. Please ask a te...

Installing Mamba

Python for Beginners Setting Up Your Environment

...find that sometimes you'll have different projects that need different versions of the same lib ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package manager and environment manager for Python. I...

How to use a Neopixel strip

Physical Computing Tutorials

...ing that it can be programmed individually. With the library creat ... for your project. They come in different sizes and shapes and you ...r light installations. Wiring DIN to Pin6 +5V to 5V GND to GND ...eoPixel library will be used. **Warning**Download version 1.9.0 or...

Photogrammetry Pages

This is a comprehensive guide that will guide you through the whole process of creating a 3D digital copy of a physical object.

What is the MetaHuman Creator?

Metahuman Creator

...c Games, has introduced an incredible tool called the Metahuman Cr ...ts students and creators design digital humans that look and behav ...can create characters with incredible detail, from their facial fe ...e range of characters, ensuring diversity and representation in vi...

Using a Soil Moisture Sensor

Physical Computing Tutorials

...de(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.print("Moisture Level: "); Serial.println(sensorValue); if (sensorValue < limit) { digitalWrite(13, HIGH); } else ...{ digitalWrite(13, LOW); } delay(100); }

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

... vary the temperature (voltage) by adjusting the tap. The zig-zag lines indicate resistors, the voltage outp ...ue ); if(value < limit){ digitalWrite(LED_BUILTIN, HIGH); ... }else{ digitalWrite(LED_BUILTIN, LOW); } delay( 50 ); }

Touch sensor - with No Sensor!

Physical Computing Tutorials

...f all conductive materials including tinfoil, banana, plant, penci ...curacy without ANY external hardware. CapacitiveSensor library wil ...int of the physical circuit, reading might be sometimes unreliable ...TH 100 // determine how many readings are stored for smoothing flo...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...envelope > EMG_THRESHOLD) { digitalWrite(13, HIGH); } else ... { digitalWrite(13, LOW); } ... Serial.println(envelope); //modify thershold based } } // e ...e is the electrodes. After uploading the above code, you can open ...

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...ers and hobbyists to upload firmware to AVR-based chips directly on a circuit board withou ...t needing to remove the chip. In this ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO ...e of AVR microcontrollers, including the popular ATmega and ATtiny...

Using a Membrane Potentiometer (SoftPot)

Physical Computing Tutorials

...f position sensor that measures displacement or angle by detecting ... Versions: Available for linear displacement or rotational measure ...ity: No mechanical wear like traditional potentiometers with sliding contacts. Application: Touch-sensitive control...

Physical Computing

...ents and micro-controllers including: Arduino, Particle Photon, Ra ... objects that respond to touch, distance, movement, temperature or light. Our electronics bench in the lab has a set of equipment for soldering electronics, please email us for an ind...

Useful learning resources

Physical Computing

...tting Started With Arduino 3rd Edition by Massimo Banzi and Michae ... Electronics for Inventors 3rd Edition by Paul Scherz and Simon Mo ... Learn at Adafruit Kobakant DIY - Lovely guides for DIY e-textiles and conductive material-based components and ...

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...using, so it can configure accordingly. Tools -> Board -> Arduino ...ck Now at the bottom of the software, you will see you are using A ...ng built-in example code and Reading the hookup diagram