Advanced Search
Search Results
166 total results found
Sending data to Arduino
...en connected with Arduino, Touchdesigner becomes a powerful tool that ...ences. This brief tutorial will walk you through using Firmata, a ...nd both in Arduino IDE and Touchdesigner to enable communication betwe ...en the softwares through serial. In Arduino...
How to send data to p5.js from Arduino
...aw() { background(0); fill(255); text("sensor value: " + ...ble: function openPort() { // wait for the serial.open promise to return, // then call the initiateSerial function serial.open().then(initiateSerial); // once the port opens, le...
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)
.... 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
...e, Blink, and upload the code. 2. Blinking Orange LED The orange LED labelled as L should be blinking now. 3. Understanding the Code First, you will see a lot of light grey coloured text, those are comments, not code. You will find a lot of information ...
How to use a Heart Beat Sensor
...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; // ...
Where is the Creative Technology Lab?
...k, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?
Object in the space AR
... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:
Importing and Placing 3D Models
...e. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded. they will show up in your Content Browser like this: You can then drag the building asset into your scene and place it wherever you like. ...
A circle following the mouse
...te interactive projects in Touchdesigner this exercise is a great firs ...s Resolution by changing it to 1280x720. Add a Transform TOP after ...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis e...
Using the MAX9814 mic amplifier
... setup() { Serial.begin(115200); // Initialize serial commun ...rd. Make sure this is set to 115200 baud. To utilise this data ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); del...
Installing PyCharm
...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...
Other resources
... as we continue to explore Touchdesigner here at LCC. The best way to grow in your visual program ...onse to it. Basics: Touchdesigner's official course: https://le ... Elekktronaut's Intro to Touchdesigner:https://www.youtube.com/playl...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.
How can I request access outside of normal hours?
...ative Technology Lab outside of normal hours by completing the Additional Access Request Form. This is form is used for all LCC technical resources and should be submitted to technical.enquiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.
How to use a Flat Vibration Switch
...pen. Wiring one pin to GND & D2 via 10k resistor one pin to 5V ...tarted const int vibrationPin = 2; // Pin connected to vibration switch const int ledPin = 13; // Built-in LED on most Arduino boards void setup() { Serial.begin(9600); } voi...
Capturing in Wide-Angle with the OAK-D Pro camera
...roperties.SensorResolution.THE_12_MP) cam.setInterleaved(Fal ...se) cam.setIspScale(1, 2) cam.setPreviewKeepAspectR ...False) cam.setPreviewSize(1280, 720) # or any desired preview resolution cam.preview.link(xoutPrev.input) # ...
Additional Resources for Metahuman Creation
...amentals tutorial showcasing different third-party tools you can integrate with the Metahuman workflow for clothing and animation. 2. Custom hair for Metahumans with Blender 3. Metahuman Facial Animation 4. Metahuman Third Person Character