Advanced Search
Search Results
166 total results found
Introduction
...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code ...e hookup diagram Installing libraries Using Neopixel Using Ultrasonic distanc...
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?
Mobile VR - Getting Started Guide
...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRAME website Youtube tutorial list Unity 3D This is a very popular opensource Game Engine, this is the kind of tool pro...
A circle following the mouse
...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 extremities are between -0.5 and 0.5. Therefore your Math CHOP should now...
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...
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...ess the OP dialog, this is a "library" of all operators available ...ask your area of projection and warp your content onto it. Drag and drop it on your network. In the parameters’ ...
Introduction to Python
...icity, and extensive standard library. Created by Guido van Rossum ... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive i...
Other resources
...designer here at LCC. The best way to grow in your visual program ...com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfNiHz In general a ...VEMQha9_WchDzqG878GtsJd1uJ5s&si=2aMzPXeBErIBhMwh A collection of ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi...
Introduction to Spark AR
...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are a number of tools developed now for making AR base...
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 Program an ATtiny85 with an Arduino Uno
... GND (4) Pin 13 --> Pin 2 (7) Pin 12 2 --> Pin 1 (6) Pin 11 - ...roll to the bottom select ATtiny25/45/85 Tools -> Processor--> 8 MHz (internal) Tools-->Programmer-->Arduino as ISP Check that all wiring, capacitor, and board selections are c...
How to build a Simple Robot Arm with Servo Motor and Joystick
...D Workshop to laser cut the hardware. In this tutorial, we will fo ...tionMapped = map(rotation, 0, 1023, 0, 180); // scale it to the s ...t angleMapped = map(angle, 0, 1023, 0, 180); // scale it to the s ...eMapped); // rotate servo motor 2 // print data to Serial Moni...
How to use a Flat Vibration Switch
What is a Flat Vibration Switch? This is a low-sens ...itivity, directional vibration-induced trigger switch. In ...pen. Wiring one pin to GND & D2 via 10k resistor one pin to 5V ... Getting started const int vibrationPin = 2; // Pin connected ...
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
Guides for Creality Ferret Pro Scanner
1. User Manual Download: Manual Creality Wiki.pdf 2. Ferret Pro Software and Scanning Tutorial & Tips: CR-Scan Ferret Pro Tutorials Creality Wiki.pdf
Using a HC-SR04 distance sensor
... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a diverg ...sorbed by a soft surface like fabric there may no measurement. The ...ND to GND) Echo to digital pin 12 Trigger to digital pin 13 Get...