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

191 total results found

Lone Working Policy

About

Our buildings are usually staffed from 9 am to 6 pm, Monday to Friday during term time. Outside of these times, students must follow the 3 Student Rule. Loan Working Policy This policy ensures you are safe when working unusual hours when fewer people are aroun...

technical resources
health and safety
lone working

Box maker software/apps

Digital Fabrication Lab Laser Cutter

Any material box makers: https://www.instructables.com/The-Ultimate-Guide-to-Laser-cut-Box-Generators/ For cardbord boxes: https://www.templatemaker.nl/en/

What access do CCI students have to other UAL technical resources?

About Technical Resources

UAL has a wide range of technical resources built to serve the learning outcomes of the courses in each college, to ensure these resources are available to the students who need it those resources are restricted to certain courses. Undergraduate and Postgradua...

wca
csm
lcc
lcf
cca
ccw
access
technical resources

How to revive a broken Arduino using a Mac

How To Guides Physical Computing

These are instructions for doing this on a mac -- there are a few extra steps which might be a lot less hassle to do on windows but I haven't tried. If you're a student reading this, chances are you don't have an Atmel-ICE programmer to hand: if you're having...

guide

Soft Robotics

Robotics Lab

Soft robotics is a branch of robotics that makes use of compliant (e.g. soft, stretchy, flexible) rather than rigid materials. These kinds of robots are particularly useful in applications involving people and other fragile objects, and they are of particular ...

Don't Buy These Components

Physical Computing Lab Where to buy components

Have you bought a component that was poor quality, broken or ineffective? Let us know and we can post it here so this doesn't happen to anyone else. Top tip -- if you're on UAL Wifi (or VPN) go to the checkout catalogue and search for components, if you click ...

Stepper motor with TB6000 Microstep driver

How To Guides Physical Computing

We have the 42BYGHM809 Stepper motors with the TB6600 Stepper motor microstep driver to the Arduino using the BasicStepperDriver.h library. Connect the stepper and driver as shown: Download and install the driver to arduino from here. (If you need help, c...

guide

Forking a Git Repository

How To Guides GitHub

A common way to run classes at the CCI is for your lecturer to manage homework through a main git repository that they update with new files weekly, and ask you to make a fork of it to complete the work. Once you have a fork of the repository set up properly, ...

guide

5V Air Pump Guide

How To Guides Physical Computing

We have a number of small 5V air pumps and silicone tubing available for students to borrow for small-scale inflatable projects, which include the single and inflate-deflate air pump control. These can't fill a lot of space, so for inflatables larger than abou...

guide

Software Defined Radio

How To Guides Creative Coding

The CCI has a small number of Adafruit RTL-SDR software defined radios. These can be used to tune into AM and FM radio bands (like a normal radio), but also to decode other kinds of data sent over radio. If you're a mac user, Adafruit has a useful guide to us...

sdr
guide

How to find an Internet Provider

How To Guides IT

There are a number of different courses at CCI with different modes of study, obviously students studying on fully online courses will need a reliable internet connection, however since the pandemic video calling has become a part of every course as it allows ...

guide

How to pick a new computer

How To Guides IT

This information was updated in Spring 2024 for the 2024-25 academic year. You can see a list of course-specific information on the Recommended Kit List page. ❌ Chromebook, Android Tablet, Netbook We do not recommend students purchase these products because th...

guide

3D Printing Overview Video

Digital Fabrication Lab 3D Printing

3D printing brief overview video: https://youtu.be/y3OP6Hdgzgs

How to access the CCI air quality data

How To Guides CCI Server

We have several AirGradient indoor and outdoor air quality sensors at the Greencoat building, which log data every 30 seconds via MQTT and are available to students and staff who want to access this data. MQTT Server The MQTT server sits at mqtt.cci.arts.ac.uk...

guide

High Holborn

AV

All CCI rooms in High Holborn have a similar user interface and set of features. Each room has: 2x HDMI inputs 1x USB-C HDMI adapter 1x HDMI cable Height Adjustable Lectern Camera for lecture capture Lapel microphone for lecture capture and voice lift Catch b...

staff
hh
av

Greencoat & Peckham Road

AV

The rooms in Greencoat and Peckham Road all vary slightly, but as a minimum they have the following features: Each room has: 1x HDMI inputs (larger rooms have 2) 1x USB-C HDMI adapter 1x HDMI cable Height Adjustable Lectern Camera for lecture capture Lapel mi...

staff
pr
gb
av

About

Technical Skills Workshops

The CCI technical team runs a program of technical skills workshops focused on developing essential skills for working in the CCI. These cover various practical topics, including electronics, fabrication, networking, server programming and more. Workshops are...

Mini 360 Degree Continuous Servo Code

How To Guides Physical Computing

Continuous servos have a different structure to them than regular servos. A regular servo simply goes to t degree angle to tell it, where as continuous servos of course keep going around, so we must program them slightly differently, like so: // Include the se...

guide

3D Printing

Digital Fabrication Lab 3D Printing

In the Digital Fabrication Lab we have a range of 3D printing equipment for CCI students to use, once they have done an induction, this equipment includes; Three Ultimaker S7 fused filament printers: these printer can print black and white PLA filament as wel...

How to build your own flex sensor

How To Guides Physical Computing

You will need: Velostat Copper tape Foam Soldering kit Silicon wire (thin threaded wire is also fine) Tape of some sort Arduino wiring: Arduino code: /* Simple code to light up an LED based on resistance sensor Matt Jarvis - Creative Computing Inst...

guide