Advanced Search
Search Results
182 total results found
How can I request access outside of normal hours?
You can request access to the Creative Technology Lab outside of normal hours by completing the Additional Access Request Form. Thi ...quiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.
How to Program an ATtiny85 with an Arduino Uno
...re. It has an 8-pin interface (PDIP) and comes in the category of ... GND (4) Pin 13 --> Pin 2 (7) Pin 12 2 --> Pin 1 (6) Pin 11 - ...et (1) Only when you are uploading code to ATtiny85 Put a 10uF c ...een GND and RESET on Arduino Adding Attiny85 to Boards Manager We...
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...
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) # ...
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
Building to a VR headset
...ill describe the process of building to VR headsets and go in-dept ...h for building to some of the most common pl ...you are encouraged to conduct individual research since developmen ...t can have different results on different devices. Please ask a te...
Installing Mamba
...find that sometimes you'll have different projects that need different versions of the same lib ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package manager and environment manager for Python. I...
How to use a Neopixel strip
...ing that it can be programmed individually. With the library creat ... for your project. They come in different sizes and shapes and you ...r light installations. Wiring DIN to Pin6 +5V to 5V GND to GND ...eoPixel library will be used. **Warning**Download version 1.9.0 or...
Photogrammetry Pages
This is a comprehensive guide that will guide you through the whole process of creating a 3D digital copy of a physical object.
What is the MetaHuman Creator?
...c Games, has introduced an incredible tool called the Metahuman Cr ...ts students and creators design digital humans that look and behav ...can create characters with incredible detail, from their facial fe ...e range of characters, ensuring diversity and representation in vi...
Using a Soil Moisture Sensor
...de(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.print("Moisture Level: "); Serial.println(sensorValue); if (sensorValue < limit) { digitalWrite(13, HIGH); } else ...{ digitalWrite(13, LOW); } delay(100); }
Using a Membrane Potentiometer (SoftPot)
...f position sensor that measures displacement or angle by detecting ... Versions: Available for linear displacement or rotational measure ...ity: No mechanical wear like traditional potentiometers with sliding contacts. Application: Touch ... of the thinner strip) to 5V Pin2 (middle pin) to A0 & via 10k re...
Physical Computing
...ents and micro-controllers including: Arduino, Particle Photon, Ra ... objects that respond to touch, distance, movement, temperature or light. Our electronics bench in the lab has a set of equipment for soldering electronics, please email us for an ind...
Useful learning resources
...tting Started With Arduino 3rd Edition by Massimo Banzi and Michae ... Electronics for Inventors 3rd Edition by Paul Scherz and Simon Mo ... Learn at Adafruit Kobakant DIY - Lovely guides for DIY e-textiles and conductive material-based components and ...
Metahuman Creator
A guide to the basics of how to create Metahumans and digital copies of real people.
Arduino Nano 33 Sense Rev2- IMU sensor
...he Arduino Nano 33 BLE Sense Rev2 is a combination of two modules ..., the 6-axis BMI270, and the 3-axis BMM15. To use ...urement unit) in Nano 33 BLE Rev2 and Nano 33 BLE Sense Rev2, you need to use the Arduino_BM ...I270_BMM150 library instead of Ard...
How to fix "Internal data stream error" in Processing 4
...re function, please see here. How to fix (12/2024) Change this line cam = new Ca .../ The camera can be initialized directly using an // element ...ng the image // without any additional resizing, transformations, or tint. //set(0, 0, cam); }
AR with Unity - Step #4 - Building and testing your app
...nt setup AR with Unity - Step #2 - Enabling the Vuforia plug-in ... AR with Unity - Step #3 - Adding content to your project ...Building your project Before building the app we need to make sure ...we disable the default main camera as there can'...