Advanced Search
Search Results
155 total results found
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
...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) # ...
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 ...ND to GND) Echo to digital pin 12 Trigger to digital pin 13 Get ... that uses digital pins 13 and 12. UltraSonicDistanceSensor dista...
Using a Force Sensor
...ue; //sensor value range: 0-1023 //200 is light touch //500 is medi .../800 is hard touch int limit = 200; void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.print("Force Level: ...
Using AVR ISP MKII to upload firmware to Arduino
...ers and hobbyists to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO). Supported Micro ...o Arduino Leonardo Arduino Mega 2560 However, it is not compatib ...ies Arduino Nano 33 series Software Compatibility Works with Atme...
Unity AR
AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anchor point for your 2D/3D to be displayed on top of.
AR with Unity - Step #3 - Adding content to your project
...nt setup AR with Unity - Step #2 - Enabling the Vuforia plug-in ... RGB or grayscale and less than 2MB in size ) to the Vuforia webs ... set to Single Image, also, be aware that your image size should match the exact size of your printed image to avoid s...