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

169 total results found

How to install libraries

Physical Computing Tutorials

...y come with examples of how to use them. The library developer usu ...w will open: From here you can search for libraries to use in your code. Only a few librar ..., following the other two processes. ZIP library Locate and downlo ...ad a library you wish to use. Sometimes the library will dow...

Connecting a Potentiometer

Physical Computing Tutorials

...hree connections, the main purpose of the pot is to create a varia ...nd by actuating the pot you can select a position along that resis ...#1, and 5V on pin #3, you could select a voltage between 0V to 5V, ... Rotary Potentiometers like those found on speakers to control th...

Adding content - Music and Audio

Spark AR other Content and Tutorials

...multiple ways in which you can use audio in your AR project throug ...rk AR. An introduction to the use of audio in Spark AR can be fou ... found here. Click on Add Asset in the Assets pane. Click on Import from C ...omputer. Select the file you want to open a...

Accessibility Statement

About the Lab Frequently Asked Questions

....ac.uk/. Other websites and browser based systems on the arts.ac.uk doma ...lity statements. This website uses HTML 5 (HyperText Mark-up Lang ...o render content. We have also used other technologies including J ...ople as possible to be able to use it. This means that you should ...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

...ilt-in Mac feature that allows users to easily “program” their Mac ...ng systems. 1. Launch Automator Search for "Automator" in Spotligh ...nch. 2. Folder Action You will see this dialogue when you launch ...Automator and choose Folder Action. 3. Print Finder...

How to use a Bare Conductive Touch Board with Arduino

Physical Computing Tutorials

...des that respond to a touch. These electrodes can be extended with ...f play MP3 and capacitive touch sensing, but you can do more than ...s. Hardware Plugin Whenever we use an Arduino, we have to tell the ...h board we are using. In this case, the Bare Conductive Touch Boar...

Making Breathing Light with LEDs

Physical Computing Tutorials

...LED (Light Emitting Diode) is a semiconductor light source that em ... this time. What is PWM pin? Pulse-width modulation (PWM) pins are ...n “analogWrite()” which can be used to generate a PWM signal. The ...turns somthing on) It can be used in controlling the brightness ...

Installing Mamba

Python for Beginners Setting Up Your Environment

...hink of libraries as ready-made sets of code created and maintaine ...he wheel, it's much smarter to use these libraries when they fit your ne ...onsidered to be one of the best selling-points of the language. Ho ...nts come in handy. They let you set up separate "sandboxed" Python...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...g different hardware. Step 1 Set up your 360 camera at your cap ...rage for your whole recording. Set the capture resolution at the ...highest setting with the highest framerate ...atleast 4K 30FPS but always choose higher if possible. Prioritise ...

How to use a relay module

Physical Computing Tutorials

...ay is a switch that opens or closes electrical circuits when activ ...0 mA. In this tutorial, I will use a water pump and a 1-channel 5V ... and power requirements, so please refer to the datasheet of the o ...power supply You just need to use one of these. NO - Normally Op...

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

Using MatrixPortal M4 for animation

Physical Computing Tutorials

How to use MatrixPortal M4 for animation W ...e have another tutorial for setting up the MatrixPortal board .../2024), all libraries and code used are compatible with this versi ...on. Please double-check the latest version ...tPython you have installed and use updated and compatible librarie...

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

Error In Processing 4, you will see this error often BaseSrc: [avfvideosrc0] : Internal d ...rary with cameras and a MAC. To see more about the capture functio ...n, please see here. How to fix (12/2024) Cha ...ng.video.*; Capture cam; void setup() { size(640, 480); Str...

Building for Android Touchscreen Display with Phone OS

Building Apps (Staff)

Unreal project setup as Mobile Scalable. Build fo ...r Android with regular SDK, NDK setup for Meta Quests. On packagin ...File Manager on display through settings and open the apk from USB ...l install the app, if it is the second or third, it will update th...

How to use a Flat Vibration Switch

Physical Computing Tutorials

...Vibration Switch? This is a low-sensitivity, directional vibration ...r pole to make contact with the second pin. So when there's a bump ...the two pins will act like a closed switch. When everything is sti ...ED on most Arduino boards void setup() { Serial.begin(9600); ...

"Hello, World!" in Node.js

Creative Coding Tutorials

...pic: Code Academy short course - Code Academy provide a short ...course on command line. It has an inte ...ractive prompt in the browser so you can get to grips with t ...ommand line prompt. You should see the version of NodeJS that you ... Something like: v4.4.7. If you see an error then you may need to ...

Systems in art & design

Creative Coding Concepts

...piece of canvas, you and the eraser, you and the pen. The relation ...Rand Bauhaus Joseph Albers Joseph Albers Swiss Style ...ct of the work. When an artist uses a conceptual form of art, it m ...when fully exploited, could be used to produce wholly new forms an...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...r computer. For this reason we use a small, cheap module which tak ...es away all these headaches, on the Arduino side ...ce. #define actuatorPin 6 void setup() { pinMode( actuatorPin, ...tuators, normally this is only useful for motors, this is accompli...

Object in the space AR

Spark AR other Content and Tutorials

...tes to start with, for the purposes of this brief/project we will ...d Object) You should now see in your Spark AR project windo ... in the project window. You can select from the drop down the devi ...ate and dragging it somewhere else on the scene: You can also...

Installing PyCharm

Python for Beginners Setting Up Your Environment

What is an IDE and Why Use One? A programming Integrated D ...n that provides a comprehensive set of tools and features to assis ...t you in your programming. It serves as a central platform for p ...ution, variable inspection, and setting breakpoints to pause the p...