Advanced Search
Search Results
173 total results found
Physical Computing Components List
...hat all components are subject to availability. Additionally, ensure that you take good care of the components during use. No ... Soldering is allowed on any of our components. If any componen ... and responsible for the amount of components you take.
Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner
...The Creative Technology Hub now offers students the chance to borr ... grayscale image the brightness of each pixel represents the dista ...nce of objects from the camera. Lighte ...pth node depth.setDefaultProfilePreset(dai.node.StereoDepth.P...
Using a Membrane Potentiometer (SoftPot)
...embrane Potentiometer is a type of position sensor that measures d ...ctrical resistance. It consists of a flexible membrane with resist ...GND. Pin1 (the one on the side of the thinner strip) to 5V Pin2 ( ... LED when touched lightly. int SOFT_POT_PIN = A0; void setup() ...
Touch sensor - Using an CAP1188
...e using I2C, you can select one of 5 addresses, for a total of 40 capacitive touch pads on one ...88 Number of Inputs 12 electrodes 8 electrodes Multi-touch ✅ Yes (tracks all touches) ⚠️ Partial...
How do I complete ladder training?
Before anyone can use a step ladder at LCC you must complete the ladder training module on Moodle. It comprises of a PDF guide and a quiz, after w ...h you should email a screenshot of completion to creativetechnologylab@arts.ac.uk.
AR with Unity - Step #4 - Building and testing your app
Please notice that this is part of a series of tutorials progressing from basic concepts to more functional and complex projects. Aims This tutorial aims to help you set up an AR Unity project using the Vuforia plug-in. In this step, we are going to review a...
Using a Sparkfun Sound Detector
...g value representing the volume of the ambient sound. Gate - This ...ed Once wired, the code is that of a standard digitalRead or analogRead to obtain the value. Example code reading envelope #define envelopePin A0 void setup() { Serial.begin( 9600 ); ...
Where to buy components
The following list is of common suppliers, other than eB ...rds, shields, etc... Proto-PicOffers 10% student discount SKPang #DigitalMeans Cool Components HobbyTronics Kitronik Oomlout Pimoroni Spiratronics Bright Components Components ...
How to build a project onto a VR headset
... and install the latest version of Unreal Engine from the Epic Gam ...ith the latest VR hardware and software updates. Remember that bui ...erience for users. Refer to the official documentation and community resources provided by Unreal Engine and the spe...
How to build to a Meta Quest 2
...Unreal Engine involves a series of steps, including setting up the ... and install the latest version of Unreal Engine from the Epic Gam ...eded): Use Unreal Engine's profiling tools to identify performance bottlenecks and optimize your VR app for smoot...
How to build to a Vive Pro or Vive Pro Eye
... and install the latest version of Unreal Engine from the Epic Gam ... utilizes eye tracking features of the Vive Pro Eye, ensure that the interactions and visual feedback are optimized for a seamless and comfortable user experience. Use Unreal Engine's Ey...
Where is the Creative Technology Lab?
We have moved to a new office! The Lab is situated on the ... ground floor of the workshop block, 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, y...
Introduction to the PyCharm IDE
...sic Python file for you instead of just preparing a blank director ...s the "Run" panel at the bottom of the window, displaying the output: The text "Process finished with exit code 0" indicates that the program ran without errors. Our main.py code is des...
Switch Operator
...interactive projections consist of alternating between two or more ...suals. This could be the result of pressing a button or entering an area that's being tracked with a webcam, etc,. In this brief tutorial we will look at the Switch TOP, a very usef...
Raspberry Pi Image: Video Looper
... .m4v. Try to minimize the size of your files and export the video ... with the exact resolution of your display for better performance. e.g. You shouldn't use an uncompressed 4K video format on a 1080p HD display. 4. Plug and Play You can put your video o...
How to Configure a Raspberry Pi for the first time
...d UK keyboards is the positions of @,", £ and #. There are many va ...riants of keyboards, even just for US/UK ...he start menu. 6. Recommended Software Raspberry Pi comes with ma ...art - Preference - Recommended Software, explore the list and down...
What equipment is available?
...nology Lab we have a wide array of equipment and resources availab ...rom the Kit room or WG14 during office hours in term time. Some equipment may require induction or Technician's approval prior to booking. Equipment list Arduino Packs containing: Ard...
Powering an Arduino
... a safety feature which is auto-off when consumption is low. Micro ...controllers often have a low-current consumpti ...on and the power bank will auto-off every a few minutes. However, ... There are many different types of motors available. Before decidi...
Using a Soil Moisture Sensor
...nges in electrical conductivity of the earth (soil resistance incr ... 300; //300-600 is a good range of moisture generally void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.print("M...
How to connect a Light Dependent Resistor (LDR)
...value resistor, the combination of these two components acts a lit ...t between the two, as the value of the LDR varies it changes the voltage between Ground (0V) and 5V (VCC). Wiring (1)leg to 5V (Power) (2)leg split to GND via 10K resistor (2)leg split ...