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

173 total results found

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

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

...Value; int limit = 300; //300-600 is a good range of moisture ge ... void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } voi ... if (sensorValue < limit) { digitalWrite(13, HIGH); } else ...{ digitalWrite(13, LOW); } dela...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

...g the tap. The zig-zag lines indicate resistors, the voltage outp ...void setup() { Serial.begin( 9600 ); pinMode( ldrPin, INPUT ); ...ue ); if(value < limit){ digitalWrite(LED_BUILTIN, HIGH); ... }else{ digitalWrite(LED_BUILTIN, LOW); ...

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

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

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

Building a VR app for the Meta Quest 2 ...nvolves a series of steps, including setting up the development en ... these tools through Android Studio or separately from the Android ...ttps://developer.android.com/studio). Set Up Oculus Develop ...igure Project Settings: Go to Edit > Project Settings. Under Plat...

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 ...void setup() { Serial.begin(9600); pinMode(SOFT_POT_PIN, INPU...

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

Touch sensor - Using an MPR121

Physical Computing Tutorials

...ary Adafruit, Sparkfun, Seeedstudio and Bare Conductive all provid ... libraries folder Now the software Arduino IDE is ready, you wil ...DA and SCL pins as shown in the diagrams, in this case you'll need ... void setup() { Serial.begin(9600); Wire.begin(); // Setup ...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...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 ... - Preference - Recommended Software, explore the list and downloa...