Advanced Search
Search Results
229 total results found
Technical Resources
This bookshelf is a collection of the different areas of resource that we currently have created content for.
Physical Computing Lab
About
Dark Lab
Buildings
UAL has halls and buildings across London, this section includes information about what resources are where.
AV
Digital Fabrication Lab
Textiles Area
IT & Computing
Technical Skills Workshops
The CCI technical team runs a program of technical skills workshops focused on developing essential skills for working in the CCI, and learning about tools, tips and techniques that might not be covered in your classes. These cover various practical topics, in...
Robotics Lab
Nerve Lab
This is a staff only research space.
CCI Summer Festival
All you need to know about the CCI Summer Festival 2024.
AI & Computation Lab
How To Guides
Research & Knowledge Exchange Ethics
All UAL Creative Computing Institute (CCI) members (including staff, post-graduate research, and taught students) who are involved in research or knowledge exchange activities must check whether their research requires ethical procedure before conducting their...
Prototyping Lab
Physical Computing
Digital Knitting Machine
We have a Silver Reed SK840 Knitting Machine which can be programmed to create custom knitted pieces. Students must complete an induction (or demonstrate existing ability to use a knit machine) in order to use this machine. Inductions last 3 hours, and give a ...
Digital Embroidery
We have a Brother Innov-is V3 Embroidery Machine which can be programmed to create custom embroidered pieces using your own Processing sketch or using the Brother software.
Laser Cutter
We have a Trotec Speedy 400 which can cut, engrave or etch paper, card, wood and plastic designs.
Virtual Reality
We have a number of VR headsets available to students including access to high spec gaming PCs for use with them where necessary.
Sewing Machine
We have a Brother Innov-is A150 sewing machine.
Soldering & Electronics Bench
There are 3 fully kitted out electronics test benches at CCI as well as a number of on-demand soldering kits that can be setup anywhere.
Drawing Machine
We have an Evil Mad Scientist AxiDraw V3 A3 as well as a Silhouette Cameo 4, which you'll find under the vinyl cutter page.
GitHub
Find out how to use Git and the git.arts.ac.uk GitHub Enterprise server.
CCI Server
Find out how to connect to the CCI Server cci.arts.ac.uk.
South London
CCI South London is our 1st home. Since 2019 we've grown into 3 buildings along the road between Camberwell and Peckham.
Central London
CCI Central London opened in September 2023.
Technical Resources
This section is about what resources you can access.
Where to buy components
IT
How To Guides
Python
Creative Coding
Key dates
Deadline for artists statement by 4pm 14 June Completion of Showcase profiles by 4pm 14 June Exhibition Install dates: 24 June - 26 June Festival: 27 – 30 June Industry Private View (Afternoon): 27 June Industry Private View (Evening): 27 June Studen...
How to use ORB
Where to buy components
The following list is of common suppliers, other than eBay... Electronics UK Arduino boards, shields, etc... Proto-PicOffers 10% student discount SKPang #DigitalMeans Cool Components HobbyTronics Kitronik Oomlout Pimoroni Spiratronics Brigh...
Useful learning resources
Books Getting Started With Arduino 3rd Edition by Massimo Banzi and Michael Shiloh A short and practical guide to the getting started with the Arduino platform. Explains what you might use it for, the principles behind the platform, some basic code and elect...
Welcome to the CCI Wiki...
This is where students, staff and the public can access helpful resources developed by the CCI team. Meet the Technical Team Technical Skills Workshops Buildings, opening times and virtual tours Technical Resources IT & Computing South London Phy...
Accessibility Statement
This website is run by the Creative Computing Institute. This accessibility statement applies to this website only. Other websites and browser based systems on the arts.ac.uk domain have their own accessibility statements. This website uses HTML 5 (HyperText M...
Where to buy materials & parts
Electronics, componants Bigger Shops - large and often complex catalogues Supplier Material Website Note RS electronics, componants, tools http://uk.rs-online.com/ Fast delivery, huge selection. Free delivery. Collection also possible from Bow Rapid o...
Hackspaces & Services
Here are a list of places around London that can help in production of your projects. Jump to: Laser cutting 3D printing PCB production Graphic Design Services Hackspaces Name Facilities Website Address Phone Number Note Open Workshop Network All the ma...
What software is available at CCI?
We have a range of software available on our computers on-site, and that you can install on your own personal computers. On your own device As a student at UAL, you have access to a range of software you can install and use on your own computers for educationa...
How to book a space using ORB
You can book a space at CCI by using the SISO app or in a or a web browser. Step 1 - Login For more information, see our guide on how to login to ORB and check your store. Step 2 – Dashboard From the Dashboard, when you first log in, click "Book": Step 3 – Sp...
How to install Arduino libraries
Arduino libraries are collections of code that are designed to provide additional, reusable functionality or to simplify using external electronic modules. Libraries typically come with examples of how to use them. The library developer usually provides online...
Powering an Arduino
Here is some resources about powering Arduino or other electronic projects: General How to power an Arduino How to power a project What adapter? Portable / Battery powered For portable projects some info on battery usage. http://www.instructables.com/...
Using an MPR121 capacitive touch sensor
The MPR121 is a tiny microchip formerly manufactured by NXP, now under Resurgent Semiconductor, it is a tiny surface mount device that provides 12 capacitive touch electrodes through an I2C interface. What is capacitive touch? Capacitive touch the the technolo...
Using a Sparkfun MP3 Trigger
The MP3 trigger is a board made by Sparkfun electronics that provides a way to play MP3 files from a Micro SD card via either one of 18 TRIG inputs on the board, or serial communication with the board. The MP3 Trigger has a headphone output which can be connec...
Making sounds with a piezo
'Piezo' normally refers to an electrical component which can be used to make sound, however more broadly a piezo is a component that is susceptible to the two-way piezoelectric effect where pressing or squeezing the piezo element can create a small voltage, an...
Using a Sparkfun Sound Detector
The Sound Detector is a board made by Sparkfun electronics that provides a way to detect ambient sound levels. There are three connections on the board: Audio - This is the raw audio from the microphone. Envelope - This is a analog value representing the vo...
How to connect a push button or switch
Buttons and switches are a way of opening and closing a circuit, i.e. making and breaking a connection as one of the most rudimentary forms of sensor you can use with an Arduino. There are dozens of different types of switches and buttons, but at their most ba...
Using a HC-SR04 distance sensor
The HC-SR04 is a ultrasonic distance sensor, it uses ultrasound to send out a ping and measure how long the sound takes to come back, exactly like bats use to fly in the dark. The sensor works between 2-400cm however if the ping sound is reflected away from th...
Connecting a Potentiometer
A potentiometer (often abbreviated to pot) is an electronic component with three connections, the main purpose of the pot is to create a variable voltage as an input to a circuit, for example controlling how loud your speakers should be. Inside a potentiomete...
How to connect a Light Dependent Resistor (LDR)
An LDR or Light Dependent Resistor is a component which restricts how much power can flow through a circuit based on how much or little light hits the sensitive part on the top. Wiring To use a Light Dependent Resistor, we have to use it in combination with a...
How to use a rotary encoder
A rotary encoder is a device used to measure the rotation of something, similar to a rotary potentiometer but not limited to how many rotations can be made, a common example of a rotary encoder is the volume dial on a car radio, which can be turned infinitely ...
Using the serial monitor and serial logger
Serial communication is a type of communication between two devices, normally between a computer and a microcontroller (such as an Arduino), between computers, or between Arduinos. Serial communication can be over physical cables between two Arduinos, or via a...