Advanced Search
Search Results
159 total results found
Programming and the Patch Editor in Spark AR
...ten blocks of code that make it easier for the user to start programming without needing to know underlying programming syntax. The following videos contai ...nteraction, please speak to the XR technician in the Creative Technology Lab for assistance.
How to use a Rotary Encoder Button
... rotary encoders rotate all the way around continuously and are di ...utton state int debounceDelay = 5; // debounce time for the ...save current button state for next time through the loop: lastButtonState = buttonState; // reset the encoder a...
Using the MAX9814 mic amplifier
This Adafruit MAX9814 microphone amplifier allows ...d setup() { Serial.begin(115200); // Initialize serial commu ...ard. Make sure this is set to 115200 baud. To utilise this dat ...olume is above this threshold a warning comes up in the Serial Mon...
When is the Creative Technology Lab open?
The Creative Technology Lab is open at the following times: Monday to Friday 10:00 – 13:00 13:00 – 14:00 Lunch ...Break 14:00 – 18:00 Next: Who works in the Creative Technology Lab?
Where to buy components
...ields, etc... Proto-PicOffers 10% student discount SKPang #D ...0 RSCollect from Bow or free next day delivery MouserFree deliv ...ery over £33 Bitsbox Robotics + components Techn ...(China) DF Robot (China) DealExtreme (China) Digikey (USA) Al...
Workshop exercise: Clone, commit, pull, push
...n identifier that it will put next to your commits (you know, so ...mmand line interface - it's a text-based way of navigating our folders and ...lobal user.name "Replace this text with your name" Don't forget ...to replace the text in quotes with your actual nam...
Adding content - Music and Audio
There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....
How to export your p5.js as a video
How to Video Capture your p5.js Sketch If you're creating a ...piece of time-based work in p5.js you may want to capture the canvas as a vi ...deo. For example, if you have a generative ...clude a custom library to your p5.js sketch Program that library ...
Creating a Landscape
...anding of 3D work but no prior experience is necessary. Please co ... modes of the editor. We will want to change two important setti ...For this tutorial we will use 31x31 quads. For larger landscapes, ...e it so height is added to our existing landscape, not reduced fr...
Intro
...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...ractice, and the technique has expanded to incorporate more advan ...and immersive projections. Software A variety of projectio...
How to install libraries
...tionality or to simplify using external electronic modules. Libra ...ries typically come with examples of how to use them. The l ...vides online documentation and explains how it possibly relates t ...brary There are three different ways to install libraries; we'll s...
How to use a PIR sensor
...the security systems. The HC-SR501’s infrared imaging sensor is ...an efficient, inexpensive and adjustable module fo ...iring Singal to Pin 3 Power to 5V GND to GND Getting started int ledPin = 13; // LED int pirPin = 3; ...
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 ... Arduino Leonardo Arduino Mega 2560 However, it is not compatibl ...ies Arduino Nano 33 series Software Compatibility Works with Atme...
How to use a Neopixel strip
What is Neopixel? Neopixel is a name given by Adafruit. ...Neopixel is an addressable LED, meanin ...you can easily program the Neopixel strip for your project. They ...can shorten or lengthen them flexibly. Once set up, they are very ...llations. Wiring DIN to Pin6 +5V to 5V GND to GND Library Ada...
How to use an Electromagnet
...s, and simple magnetic control experiments. Wiring Red VCC to 5V (Power) Black GND to GND Yellow SIG to PIN 2 Getting started The following code demonstrates how to control the Grove Electromagnet by toggling it on and off using a digital pin. When the ...
How to image a Raspberry Pi
...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...ting System - Erase Click Next and wait for it to finish. 3. Image y ...i Using Raspberry Pi Imager software to Install the Raspberry Pi O...
Sending data to Arduino
...owerful tool that makes use of external sensors to enhance immers ...ive and interactive experiences. This brief tutorial w ...ill walk you through using Firmata, a ...e communication between the softwares through serial. In Arduino ...nch Arduino. Make sure your hardware matches the software by selec...
Introduction
...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hooku ...stalling libraries Using Neopixel Using Ultrasonic distance s...