Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

154 total results found

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

...arter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most similar to your idea. You can then make changes to that template to add in your own models, textures and program functionality.

Powering an Arduino

Physical Computing Tutorials

...there are some power banks that can support low-current charging m ...ne, but other brands and models can do the same.) Motors There are many different types of motors available. Before deciding how to power your motor, you must know what voltage the motor...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

External sensors can help us integrate 3D notions s ...dows machines, however students can arrange with us to use the PCs available in the lab.  Before we start, download the Software Development Kit (SDK) from here, if using Windows 8 or later versions. Open...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

... which restricts how much power can flow through a circuit based o ...le like a kitchen mixer tap, we can vary the temperature (voltage) ...the tap. The zig-zag lines indicate resistors, the voltage output we measure with the Arduino comes from this middl...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

...k for outputting audio, but you can also output audio via HDMI as ...numid=3 2 The 2 at the end indicates HDMI. 0 = Auto 1 = Analog ( ...en Finish Test the Audio You can test it with: speaker-test -t sine -f 440 -c 2 Or play a WAV sound file: aplay ...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

... is NFC? NFC (Near Field Communication) is a short-range wireless ...wo electronic devices to communicate when they are within a few ce ...ontactless payments, digital keycards, smart tags, and tap-to-shar ...6 should work fine as well. You cannot use MIFARE Classic tag or c...

Accessibility Statement

About the Lab Frequently Asked Questions

...Text Mark-up Language) and CSS (Cascading Style Sheets) to render con ...e old video content is missing captions and sub-titles animation ...s on the site play automatically and loop and they do not hav ...odies (Websites and Mobile Applications) (No. 2) Accessibility Reg...

Making a Force Sensor/ a Button with Velostat & Conductive Fabric

Physical Computing Tutorials

...nsitive plastic sheet made with carbon black. It’s a piezoresistiv ...e material — its electrical resistance changes when pressu ...like silver, copper, nickel, or carbon. It conducts electricity like a wire but is soft and flexible like fabric. Assembling...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

... a web page full screen automatically when it turns on. Copy ful ...--incognito Create a folder called autorun inside the .config ...top [Desktop Entry] Type=Application Exec=/home/pi/full-screen.sh Hidden=false X-GNOME-Autostart-enabled=true ...

Testing/publishing your project - Android devices

Spark AR other Content and Tutorials

... app access to your microphone, camera and gps location. You will also need to turn on developer mode and USB debugging.Instruccions on how to enable developer modeand USB debugging are found here Uploading your content to your device The process o...

Testing/publishing your project - IOS devices

Spark AR other Content and Tutorials

... app access to your microphone, camera and gps location. Uploading your content to your device The process of uploading your content to your device is fairly simple, once you plug your phone onto your computer, you should be able to find your device l...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...an interface for controlling VR camera behaviour, a first-person c ...pgrade to a new version, this because Oculus keeps updating the package outside the Unity store, just click yes. You will then be asked if you want to restart the Unity editor, hit ...

How do I complete ladder training?

About the Lab Frequently Asked Questions

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 which you should email a screenshot of completion to creativetechnologylab@arts.ac.uk.

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...are two options for wiring, you can use both at the same time: Digital Wired up in digital mode the sound detector signals if the sound level is low with a LOW signal, and high with a HIGH signal. This method requires: Power (VCC to 5V) Ground (GND to GND...

Introduction to the PyCharm IDE

Python for Beginners

...les will reside in my /home/dolica/PyCharmProjects/first-pycharm-p ...roject directory. However, you can choose a location that suits your needs. For ..., select Conda. PyCharm automatically makes the virtual environmen ... finished with exit code 0" indicates that the program ran without...

Useful learning resources

Creative Coding

... of concepts here are also applicable knowledge in a variety of ot ...r programming languages. Khan Academy Programming courses - Free ...online platform for creative education. You can take structured courses with p ... - HTML & CSS https://www.codecademy.com/learn/learn-html-css -...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...a type of magnetic sensor which can be used for detecting the stre ... // Start serial communication at 9600 baud pinMode(hallSensorPin, INPUT); // Set the Hall Effect sensor pin as an INPUT } void loop() { hallSensorState = digitalRead(ha...

When is the Multipurpose Room available?

About the Lab Frequently Asked Questions

The Multipurpose Room is usually available during the normal opening hours of the Lab, you can book the Multipurpose Room on ORB. However, you may need prior induction. Please contact us for more information.

How to make two Raspberry Pi Pico communicate via Wifi

Raspberry Pi Tutorials

Wifi Communication Before heading to communication between two pico, you can try controlling pico via wifi with your computer first, see tutorial here. Server Code Client Code

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...no to perform a wireless communication. You can read more about this component here. Wiring (Master - Sending data) Interrupt Pins for RX/TX In this tutorial, I am using an UNO which has pin 2 & 3 as the interrupts pins. Check the model you are using and ...