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

167 total results found

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

1. Upload example code Open a built-in example, Blink, and upload the cod ...e. 2. Blinking Orange LED The orange ... a lot of light grey coloured text, those are comments, not code. ...ill become a comment as well. Next, you will see two main parts, ...

How to use a Reed Switch

Physical Computing Tutorials

...switch. Wiring One End to Pin 2 One End to GND Getting started ... light up. const int REED_PIN = 2; // Pin connected to reed switc ...void setup() { Serial.begin(9600); // Since the other end of ...UT); } void loop() { int proximity = digitalRead(REED_PIN); /...

Powering an Arduino

Physical Computing Tutorials

...rt low-current charging mode/ always-on mode. These will be suitab ...roller, e.g. Sandberg Powerbank 20000 PD65W 2xQC3.0. (We only tested this one, but other brands and models can do the same.) Motors There are many different types of motors available. Be...

How to use a Servo Motor

Physical Computing Tutorials

... Servo 0°–180° (sometimes 270°) Angular position (PWM ...ontinuous Rotation Servo 360° (infinite) Speed & dire ...e’ll be using the Seeed Studio 16-channel PWM driver for more sta ...e Left: + to 5V - to GND i2C to Arduino on the Right: GND ...

Introduction

Physical Computing Workshop: Beginner Physical Computing

...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...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...oor of the workshop block, 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 t ...he Creative Technology Lab. Next: When is the Creative Technology Lab open?

Object in the space AR

Spark AR other Content and Tutorials

...at you will be viewing your AR experience on: From here you ...start to edit your object, for example properties such as colour ...and texture by double clicking in the m ...aterials box: You can also duplicate th ... sure you select the object you want to edit:

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...fit your phone. You won't need extra controllers or fancy additio ... help you get started. Google Expeditions App This google app, ...ht need a Mobile VR Headset to experience the VR content. click .... click here to visit WEB VR Experiments - Google This is a ve...

Introduction to the PyCharm IDE

Python for Beginners

...e the Python project: In this example, the project files will re ...The setup page also asks if you want to create a main.py welcome s ...e file, main.py, but more complex projects will have multiple fil ... are handy for pausing program execution, especially when debuggi...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

This Adafruit MAX9814 microphone amplifier allows ... 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...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...ditor offers features like syntax highlighting, code auto-complet ... code by allowing step-by-step execution, variable inspection, an ...kpoints to pause the program's execution for analysis. Compiler...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ...utorial we'll work with TOPs (Texture Operators). Select the mov ...ls by clicking on the  button next to "File" in the parameters wi ... and that this is set up as an extended monitor: follow the steps...

Introduction to Python

Python for Beginners

...we will embark on a journey to explore the fundamentals of Python ...inner or have some programming experience, this course is designe ...s readability, simplicity, and extensive standard library. Create ... first released in 1991, Python was designed to emphasize code rea...

Other resources

Touchdesigner Basics of Touchdesigner

...p on growing as we continue to explore Touchdesigner here at LCC. ... The best way to grow in your visual program ...utube.com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfNiHz In general all ...VEMQha9_WchDzqG878GtsJd1uJ5s&si=2aMzPXeBErIBhMwh A collection of...

Introduction to Spark AR

Spark AR Installation and Setup

...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition ...eloped now for making AR based experiences; for example, Vuforia, Unity, A-frame, ...arkerless, and marker based AR experiences. Introduction to Spar...

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.

How can I request access outside of normal hours?

About the Lab Frequently Asked Questions

...ative Technology Lab outside of normal hours by completing the Additional Access Request Form. This is form is used for all LCC technical resources and should be submitted to technical.enquiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.

How to use a Flat Vibration Switch

Physical Computing Tutorials

...pen. Wiring one pin to GND & D2 via 10k resistor one pin to 5V ...tarted const int vibrationPin = 2; // Pin connected to vibration ...oid setup() { Serial.begin(9600); } void loop() { int state = digitalRead(vibrationPin); if (state == HIGH) {...