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

171 total results found

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...eving Data  This code allows instructs the mic to detect and prin ...d + Shift + L on your keyboard. Make sure this is set to 115200 baud. To utilise this data, you can temporarily slow down the data coming in from the mic and look to the Serial Monito...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

... ls List all files and directories in th ... chmod +x script.sh Make a shell script executable ...apt update Update the list of available packages ...o apt upgrade Upgrade installed packages to the latest ver...

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

Physical Computing Tutorials

What is a Velostat and Conductive Fabric? Velostat (a.k.a. Linqstat) is a thin, flexible, pressur ...e-sensitive plastic sheet made with carbon black. ... It’s a piezoresistive material — its electrical re ...sistance changes when pressure is ap ...like fabric. Assembling the Velostat and Conductive Fabric You ne...

Intro

Projection Mapping Intro to Projection Mapping

...ommonly used in advertising and stage design, but also by artists who wish to add depth or movem ...ent to static objects. This technique ...was first used for Disney’s Haunted Mansi ...here a video of five singing ghosts was projected onto physical bu...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

...ng clear readability without constant power consumption. In short, ...eboot the pi by sudo reboot Install Python Library sudo apt-get ...update sudo apt-get install python3-pip sudo apt-get install python3-pil sudo apt-get install python3-numpy sudo pip3 inst...

Other resources

Touchdesigner Basics of Touchdesigner

This list of resources will keep on growi ...uchdesigner here at LCC. The best way to grow in your visual prog ...urney is to practice! If you're struggling to get started you could look into daily ...ch as the @creativecodeart on Instagram, where a prompt is posted ...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...ntimeters of each other. It’s most commonly used in contactless pa ...uire pairing like Bluetooth — just a simple tap is enough to excha ... we have a tutorial on how to install a library here. Types of Tag ...A_PIN, SCL_PIN); //your url const char *url = "youtube.com"; // K...

Planning

Creative Coding Concepts

...signment, Reassignment Typing: Strings, Integers/Floats, Boolean ...ode / Debugging / Logging Data structures - JSON / XML / CSV Obj ...jsdesignpatterns/book/ Ternary statements Development environmen ...ine map() P5JS pixel arrays stroke, fill, other functions lib...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...et of tools and features to assist you in your programming. It ser ...r programmers to write, edit, test, debug, and manage their code m ...rrors in their code by allowing step-by-step execution, variable inspectio ...ntegrate with version control systems like Git, making it easier t...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

... an SD card, a screen and a USB stick. We are using Raspberry Pi I ...oper image here. Choose the latest version that is compatible with ...vice select Raspberry Pi Model Storage select the SD card Ope ...ration System - select Use custom - select ...

How can I get in touch with the Creative Technology Lab?

About the Lab Frequently Asked Questions

...ing creativetechnologylab@arts.ac.uk or find us on Microsoft Teams: Click here to go to our Team. Our team page has our individual staff member email addresses if yo ...d out more about what we do and students projects on Instagram @creativetechnologylab.

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

.../2.08") of thermal papers. 1. Install Printer Driver Please visit ...te to download the driver and install the driver according to the ...guide. 2. Create Custom paper size If you are using t ...hermal paper that is not the standard A4 or US Letter size, the...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

... to the OAK-D Pro camera before starting this tutorial. Refer to t ...-angle image using its vision system. To do this, replace the scri ...akDeviceOp): return def onStart(oakDeviceOp): return de ....node.XLinkOut) xoutIsp.setStreamName('isp') xoutPrev.se...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

... format the SD card directly. Storage, select the SD card Opera ...ting System - Erase Click Next and wa ...spberry Pi Imager software to Install the Raspberry Pi OS to the S ...pberry Pi Model Operation System, select Raspberry Pi OS, if y...

How to send data to Processing from Arduino

Physical Computing Tutorials

...essing.serial.*; Serial myPort; String val; int datanum = 0; //nu ... 800); printArray(Serial.list()); //show all ports String portName = Serial.list()[0];//choose the correct port ...ial myPort){ val = myPort.readStringUntil('\n'); if (val != nu...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

... the Raspberry Pi Pico The easiest way to power a Pico is through ...s well. This tutorial will demonstrate how to power a Pico with a ...d VSYS (PIN 39): Pin for main system input voltage. The input volt ...ltage regulator that provides a stable and fixed output voltage of...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

What is SSH? SSH stands for Secure Shell — it’s a n ...s (using scp, rsync, or SFTP) Install software, run Python scripts ..., update your system Control a headless Raspberry ...Pi's IP address In Terminal, hostname -I You will see something ...o confirm the connection the first time, type yes If your Pi is u...

Installing Mamba

Python for Beginners Setting Up Your Environment

...complex Python projects, you'll start using something called libra ...r add new features to Python. Instead of reinventing the wheel, it ...s considered to be one of the best selling-points of the language. ... the Conda package management system, and its primary goal is to p...

Switch Operator

Touchdesigner Basics of Touchdesigner

...in interactive projections consist of alternating between two or m ...visuals. Touchdesigner likes to start counting from 0, hence your ...first image will be indexed as "0" while your second image will be indexed as "1".  As mentioned before, we could u...

Using the serial monitor and serial logger

Physical Computing Tutorials

...al emulators. However at it's most basic serial communication is a ...t of the serial monitor, the first text field is where you can typ ...ne character to indicate each distinct message. There is also an ...rts of serial communication is establishing a common communication...