Advanced Search
Search Results
244 total results found
Other resources
This list of resources will keep on growi ...ng as we continue to explore Touchdesigner here at LCC. The best way to grow in your visual programmin ...g journey is to practice!tice! If you're struggling to get started you could look into daily or weekly coding challen...
Arduino Nano 33 Sense Rev2
What is Arduino Nano 33 Sense Rev2? The Arduino Nano 33 BLE Sense Rev ...2 (often called Nano 33 Sense Rev2) is ... a compact, low-power IoT and sensor-rich development board designed for machine lear ...ning, audio processing, motion detection, and environmental...
Content Creation Guidelines
Read all the information in the Content Creation Guidelines (CCG). This is a document that will provide you with information about creating different kinds of content for the 270 projection space. Although the document is separated into sections, ple...
Installing PyCharm
What is an IDE and Why Use One? A pr ...ogramming Integrated Development Environment (IDE) is a software application that provides a comprehensive set of tools and features to assist you in your programming. It serves as a central platform for programmers to ...
Making Breathing Light with LEDs
What is a LED? LED (Light Emitting Diode) is a semiconductor light source that emits light when current flows through it. LED includes two pins, Cathode(-), aka the short leg, and Anode(+), aka the longer leg. It is one of the most common components. Makin...
Object in the space AR
...AR provides a number of different templates to start with, for the purposes of this brief/project we will be using the World Object Template Launch Spark AR and create a new project from a temptemplate (te (File > New Project frt from template > World Object...
Using NEMA17 Stepper motor with Big Easy Driver
What is NEMA17 Stepper motor? A NEMA 17 stepper motor is a compact, precise motor commonly used in 3D printers, CNC machines, and robotics. “NEMA 17” refers to its 1.7 ...e code demonstrates 4 modes: forward, reverse, 1/16th microstep an ...ain loop void loop() { StepForwardDefault(); ReverseStepDe...
Arduino Nano 33 Sense Rev2- IMU sensor
What is the IMU sensor? IMU stands for: inertial measurement unit. It is an electronic device that meat measures and reports a ts a body's specific force, angul ...ar rate and the orientation of the body, using a combination of accelerometers, gyroscopes, and oftentimes ...
Testing/publishing your project - Android devices
Testing/publishing your project is very easy, here are the steps to do so: First, make sure you downloaded and i ...nstalled the Spark AR player on your mobil ...e device, you should be able to find the app on the Android Play Store. When opening the app f...
Physical Computing Components List
How to borrow components from CTH? Please discuss which compon ...ents you would like to use with the technicians. We will assist you with checking out and collecting the components at the WG14 Creative Technology Hub. When collecting the components, kindly provi...
Using a Membrane Potentiometer (SoftPot)
What is a Membrane Potentiometer? A Membrane Potentiometer is a type of position sensor that measures displacement or angle by detecting changes in electrical resistance. It consists of a flexible membrane with resistive and conductive layers that slide against ea...
Introduction to Spark AR
What is Augmented Reality Augmented Reality (AR) is a type of technology that adds layers of digital information onto reality. Computer-generated images (this can also include sound, vide ...o) are superimposed onto the physical real world environme...
Using a Force Sensor
What is a Force Sensor? The Force Sensor senses the resistance value depending on how much ... it has pressed. It can sense even the slightest touch, therefore you can use it as a touch sensor as well. The difference between this and Capacitive Sensor ...
Testing/publishing your project - IOS devices
Testing/publishing your project is very easy, here are the steps to do so: First, make sure you downloaded and i ...nstalled the Spark AR player on your mobil ...e device, you should be able to find the app on the Android App Store. When opening the app f...
Installing Mamba
As you work on more complex Python projects, yts, you'll start using something called libraries to add extra features to your programs. Think of libraries as ready-made ...sets of code created and maintained by other ther developers. They&They're like toolkits that solve ...
Projection Mapping in MadMapper
...apper? MadMapper is a powerful tool for projection mapping, especially when wor ...king at large scales — like projecting onto a building facade. Unlike TouchDesigner, MadMapper isn't free, but a 30-day demo version is availa ...ble. The demo is great for testing but...
Powering an Arduino
How to power an Arduino Here is some ...resources about powering Arduino or other electronic projects: General How to power an Arduino: More information here. How to power a project: More information here. What Adpater: More information here. Portable / Battery pow...
Switch Operator
A simple yet effective method used in interactive projections consist of alternating between two or more visuals. This could be the result of pressing a button or enterintering an area that&thatt's being tracked with a webcam, etc,. In this brief tutorial ...