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

166 total results found

POPs: Point Cloud from 3D model

Touchdesigner Interactive Media

...done beforehand in external software like Blender. Next, add a Pa ...To render your point cloud as a 2D image, follow a similar workfl ...kground Color Alpha to 1 if you want a solid black background. At this stage, you should have a basic point cloud ge...

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?

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...hnical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get started, and then further along in the project providing support in troubleshooting projects and debugging code. Students ...

Switch Operator

Touchdesigner Basics of Touchdesigner

...th a webcam, etc,.    In this brief tutorial we will look at the Switch TOP, a very useful operator for interactive projects. It is easy to use: Link two MovieDeviceIn TOPs to a Switch TOP and end your network with a Null TOP - activate the operator's di...

Where to buy components

Physical Computing

...out Pimoroni Spiratronics Bright Components Components R ...VAT FarnellFree delivery over £20 RSCollect from Bow or free next day delivery MouserFree delivery over £33 Bitsbox Robotics + components Technobots Active Robots Robot Shop ...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...ement VR interactions, such as grabbing objects, interacting with b ...lan to distribute your app to a broader audience. Remember, Vive Pro Eye development with Unreal Engine requires attention to performance optimization and compatibility with SteamVR....

Making sounds with a piezo

Physical Computing Tutorials

...sed to make sound, however more broadly a piezo is a component tha ...t is susceptible to the two-way piezoelectric effect where pressing or squeezing the piezo element can create a small voltage, and vice versa a small voltage can create a small expanding...

Useful learning resources

Creative Coding

...JavaScript using an interactive browser-based prompt Praxent - Resource roundup with helpful articles on beginner coding. (Thank you Emma!) - P5.js Daniel Shiffman has a vast collection of videos introducing programming using p5.js. Take a look through...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...ower) middle to GND right to PIN2 via 10K resistor Getting sta ...gnet. const int hallSensorPin = 2; // Hall Effect sensor connect ...ed to digital pin 2 int hallSensorState; // Variable to store the state of the sensor void setup() { Seria...

Transporter Documents

...ferent kinds of content for the 270 projection space. Although th ...be relevant to your project. 2) Fill in the Project Proposal Form after reading the CCG. Aim to provide as much detail as possible about your project. While we understand that you may ...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

.... Wiring (1)leg to 5V (Power) (2)leg split to GND via 10K resist ...or (2)leg split to A0 Getting start ...() to get a integer between 0-1023 representing the voltage, wher ...e 0 is 0V and 1023 is 5V. The code below uses the serial port to output the v...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

... Open a built-in example, Blink, and upload the code. 2. Blinking Orange LED The orange ...me tutorials about installing libraries, finishing learning how to ...o the final bit. Installing libraries Using Neopixel Using Ultrasonic distance sensor

How to use a Reed Switch

Physical Computing Tutorials

...switch. Wiring One End to Pin 2 One End to GND Getting started ... light up. const int REED_PIN = 2; // Pin connected to reed switch const int LED_PIN = 13; // LED pin - active-high void setup() { Serial.begin(9600); // Since the other end of the ...

Using NEMA17 Stepper motor with Big Easy Driver

Physical Computing Tutorials

... move in fixed steps (typically 200 per revolution), making it id ...e coil. Uno → Big Easy Driver D2 → STEP D3 → DIR D4 → MS1 D5 → M ...S2 D6 → MS3 D7 → ENABLE GND → GND ...→ A Green → A Red → B Blue → B 12V power + → M+ 12V power - → GND Get started Th...

How to use DFPlayer mini to play MP3 without Arduino

Physical Computing Tutorials

...3.5mm audio jack middle pin SPK_2 to 3.5mm audio jack left/right ...on interrupted K2 Playback device switches ...ay tracking 4 Long push always to repeat play ...ay tracking 3 Long push always to repeat play ...

How to use a Heart Beat Sensor

Physical Computing Tutorials

...LED, OUTPUT); Serial.begin(115200); } void loop() { // Read ... signal crosses the threshold upward (beat detected) if (Signal ...0; if (millis() - lastPrint > 20) { //Serial.print("Signal: ...Signal value can range from 0-1024 int Threshold = 540; // ...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...hat is Arduino Nano 33 Sense Rev2? The Arduino Nano 33 BLE Sense ...Rev2 (often called Nano 33 Sense Rev2) is a compact, low-power IoT an ... Know more. Rev1 vs Rev2 — Short Comparison body{ ...amily:Arial, sans-serif; margin:20px; background:#fafafa;} ta...

How to use a Servo Motor

Physical Computing Tutorials

... Servo 0°–180° (sometimes 270°) Angular position (PWM ...e Left: + to 5V - to GND i2C to Arduino on the Right: GND ...lack wire goes to the GND Library Grove-16-Channel_PWM_Driver- ...PCA9685 library will be used. We have a tuto...