Advanced Search
Search Results
8 total results found
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...
How to set up VS Code with git.arts.ac.uk
(a.k.a. GitHub Enterprise for UAL) GitHub provides a version of its version control platform for big organisations, such as us, and is a separate entity to GitHub.com. In order to access this ‘enterprise’ version from VS Code, we need to create an access token...
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
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...
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...