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

179 total results found

Introduction to Python

Python for Beginners

... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ... cover how to install Python on different operating systems and in ...t (IDE), which will make your coding experience smoother and more ...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...l TOP, then click on the null's Display button - this will help yo ... of our circle by clicking on Radius and editing these sizes. You can improv ...s Resolution by changing it to 1280x720.  Add a Transform TOP after ... match those of our canvas by adding a Select CHOP to our MouseIn ...

Touch sensor - Using an CAP1188

Physical Computing Tutorials

... This chip can handle up to 8 individual touch pads, it will light ...e CAP1188 has support for both I2C and SPI, so it easy to use wit ...rocontroller. If you are using I2C, you can select one of 5 addre ...0 capacitive touch pads on one I2C 2-wire bus. Using this chip is...

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...ers and hobbyists to upload firmware to AVR-based chips directly on a circuit board withou ...t needing to remove the chip. In this ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO). Supported Micro ...e of AVR microcontrollers, including the popular ATmega and ATtiny...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

What is APC220 Radio Data Module? The APC220 Radio Data Module is a compact, low- ... serial communication over long distances using the 433 MHz ISM ba ...ill use two Arduino, one for sending (Leonardo) and one for receiv ... (UNO). For clarity, we use two different models, but you can use ...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

... ls List all files and directories in the current folder ...me Change to a specific directory cd ... .. Go up one directory mkdir myfolder Create a new directory called myfolder ...

Object in the space AR

Spark AR other Content and Tutorials

... Spark AR provides a number of different templates to start with, ... From here you can start to edit your object, for example prope ...bject in the scene by going to Edit > Duplicate and dragging it ...n the scene: You can also edit the object size, and rotation ...

Systems in art & design

Creative Coding Concepts

... experiences Cybernetic Serendipity - Institute of Contemporary ...e computer age, Cybernetic Serendipity epitomizes the dilemma much of media art faces today: its complicat ...socio-economic environment, the difficulty of engaging with its ow...

Where to buy components

Physical Computing

.... Proto-PicOffers 10% student discount SKPang #DigitalMeans Cool Components H ...VAT FarnellFree delivery over £20 RSCollect from Bow or free ne ...t (USA) Sparkfun (USA) Seedstudio (China) DF Robot (China) Dea ...lExtreme (China) Digikey (USA) Ali Express (China)...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...as a transistor, capacitor, and diode—into a single module along w ...ly control the motor without needing to worry about the electronic ...in, OUTPUT); } void loop() { digitalWrite(motorPin, HIGH); //vi ...y(1000); // delay one second digitalWrite(motorPin, LOW); //st...

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...aviour of your sketch Understanding the concept of web-based APIs ...(see below). You can see this indicated by the file:// protocol fo ... server you will need to change directory (cd) into the project directory on the command line and ... ~/Desktop/intro-to-programming-2017/15_image_pixel_array/ http-...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...k, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?

Using the MAX9814 mic amplifier

Physical Computing Tutorials

... and prints out values corresponding to the sound's varying volume ... setup() { Serial.begin(115200); // Initialize serial commun ...rd. Make sure this is set to 115200 baud. To utilise this data ...olume is above this threshold a warning comes up in the Serial Mon...

Other resources

Touchdesigner Basics of Touchdesigner

...designer here at LCC. The best way to grow in your visual program ...uld look into daily or weekly coding challenges such as the @creat ...com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfNiHz In general a ...mmersive HQ is a community providing both blogs and videos to lear...

How can I request access outside of normal hours?

About the Lab Frequently Asked Questions

You can request access to the Creative Technology Lab outside of normal hours by completing the Additional Access Request Form. Thi ...quiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...re. It has an 8-pin interface (PDIP) and comes in the category of ... GND (4) Pin 13 --> Pin 2 (7) Pin 12 2 --> Pin 1 (6) Pin 11 - ...et (1) Only when you are uploading code to ATtiny85 Put a 10uF c ...een GND and RESET on Arduino Adding Attiny85 to Boards Manager We...

How to build a Simple Robot Arm with Servo Motor and Joystick

Physical Computing Tutorials

...D Workshop to laser cut the hardware. In this tutorial, we will fo ...tionMapped = map(rotation, 0, 1023, 0, 180); // scale it to the s ...t angleMapped = map(angle, 0, 1023, 0, 180); // scale it to the s ...eMapped); // rotate servo motor 2 // print data to Serial Moni...

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

Touchdesigner Interactive Media

...roperties.SensorResolution.THE_12_MP) cam.setInterleaved(Fal ...se) cam.setIspScale(1, 2) cam.setPreviewKeepAspectR ...False) cam.setPreviewSize(1280, 720) # or any desired preview resolution cam.preview.link(xoutPrev.input) # ...

Installing Mamba

Python for Beginners Setting Up Your Environment

...find that sometimes you'll have different projects that need different versions of the same lib ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package manager and environment manager for Python. I...

How to use a Neopixel strip

Physical Computing Tutorials

...ing that it can be programmed individually. With the library creat ... for your project. They come in different sizes and shapes and you ...r light installations. Wiring DIN to Pin6 +5V to 5V GND to GND ...eoPixel library will be used. **Warning**Download version 1.9.0 or...