Advanced Search
Search Results
168 total results found
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, please go thr...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...ck Now at the bottom of the software, you will see you are using Arduino Leonardo at this specific port. 5. Upload Button We are not going into the details of ea...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
What is a Velostat and Conductive Fabric? Velostat (a.k.a. Linqstat) is a thin, flexible, pressure-sensitive plastic sheet made with carbon black. It’s a piezoresistive material — its electrical resistance changes when pressure is applied. Conductive Fabric is...
Using NFC Tools to Read/Write NFC tag
What is NFC Tools? NFC Tools is an app which allows you to read, write and program tasks on your NFC tags and other compatible NFC chips. Simple and intuitive, NFC Tools can record standard information on your NFC tags which will be compatible with any NFC dev...
"Hello, World!" in Node.js
...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple and will add other unseen characters to your file. Tutorial To create and execute our first NodeJS application we simp...
What equipment is available?
Within the Creative Technology Lab we have a wide array of equipment and resources available to borrow and use during term time. This equipment is prioritised for students on stakeholder courses. Equipment can be booked from ORB or loaned from the Kit room or ...
Transporter Documents
Steps to follow: 1) 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 ...
Powering an Arduino
...rt low-current charging mode/ always-on mode. These will be suitable for powering a microcontroller, e.g. Sandberg Powerbank 20000 PD65W 2xQC3.0. (We only tested this one, but other brands and models can do the same.) Motors There are many different types ...
AR with Unity - Step #3 - Adding content to your project
... set to Single Image, also, be aware that your image size should match the exact size of your printed image to avoid scale mismatch. Unity uses meters as the default unit scale so if your image width is 50cm you should type 0.5 Usually, it doesn't take ...
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 ...ies Arduino Nano 33 series Software Compatibility Works with Atmel Studio (formerly AVR Studio), Arduino IDE and ot...
Using built-in example code and Reading the hookup diagram
1. Upload example code Open a built-in example, Blink, and upload the code. 2. Blinking Orange LED The orange LED labelled as L should be blinking now. 3. Understanding the Code First, you will see a lot of light grey coloured text, those are comments, not ...
How to do Basic Commands in Terminal
...est version sudo apt install package-name Install a software package (e.g., python3-opencv) git clone https://github.com/user/repo.git Download a GitHub repository to your local Pi
How to use a Flat Vibration Switch
What is a Flat Vibration Switch? This is a low-sensitivity, directional vibration-induced trigger switch. Inside is a very soft spring coiled around a long metal pin. When the switch is bumped from the side only, the spring attached to the first pin touches th...
Workshop Links
Drive Folder : https://drive.google.com/drive/folders/16d1umqwvE-hLnKf3jkzjVW-Ge21b7DFi?usp=sharing
How to use a Reed Switch
What is a Reed Switch? The Reed Switch is a type of magnetic switch that changes its state in the presence of a magnetic field. It contains two small ferromagnetic reeds sealed inside a glass tube. When a magnet comes close, the reeds attract each other and cl...
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 Arduino Leonardo to send USB MIDI data
One of the secrets of Arduino Leonardo is the in-built USB MIDI support. This is really useful for sending data from Arduino to applications like MadMapper, Max and Ableton Live. In order to use this you'll need to follow the guide on How to install libraries ...
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...