Advanced Search
Search Results
229 total results found
Box maker software/apps
Any material box makers: https://www.instructables.com/The-Ultimate-Guide-to-Laser-cut-Box-Generators/ For cardbord boxes: https://www.templatemaker.nl/en/ For any other boxes https://en.makercase.com
What technical resources can CCI students access at UAL?
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. table {font-size: 9pt;} ...
How to revive a broken Arduino using a Mac
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...
Soft Robotics
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
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
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...
Forking a Git Repository
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, ...
5V Air Pump Guide
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...
Software Defined Radio
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...
How to find an Internet Provider
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 ...
How to pick a new computer
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...
How to access the CCI air quality data
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...
High Holborn
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...
Greencoat & Peckham Road
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...
About
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
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...
About the our 3D printers
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
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...
Electronics Fabrication Tips, Tools and Resources
Here at the CCI, only a few courses require students to go beyond breadboard prototyping of circuits, and in lots of cases this might be all you need to develop your prototypes. However, for students that are interested in developing their hardware work, eithe...
Beyond Arduino: Choosing Boards for your Project
For projects requiring greater complexity, or more specific features than is possible with an Arduino (particularly: anything requiring image processing, handling multiple peripherals, multithreading) you might want to explore some of the other boards (both mi...