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

176 total results found

Powering an Arduino

Physical Computing Tutorials

... a safety feature which is auto-off when consumption is low. Micro ...controllers often have a low-current consumpti ...on and the power bank will auto-off every a few minutes. However, ... There are many different types of motors available. Before decidi...

Using a Soil Moisture Sensor

Physical Computing Tutorials

...nges in electrical conductivity of the earth (soil resistance incr ... 300; //300-600 is a good range of moisture generally void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.print("M...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

...value resistor, the combination of these two components acts a lit ...t between the two, as the value of the LDR varies it changes the voltage between Ground (0V) and 5V (VCC). Wiring (1)leg to 5V (Power) (2)leg split to GND via 10K resistor (2)leg split ...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...lel) surface, or absorbed by a soft surface like fabric there may ...surement. There are other types of distance sensors that are more ...ured is less than 30cm and back off when the distance goes over 30cm. #include <HCSR04.h> // Initialize sensor that...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...et or your local network. Think of it as opening a remote terminal ...g scp, rsync, or SFTP) Install software, run Python scripts, updat ...ension) into the boot partition of the SD card When the Pi boots, SSH will be enabled Find Pi's IP address In Term...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...4608 × 2592) Autofocus ✅ Yes (PDAF or EDOF depending on model) ...r supply & HDMI or SSH access Software Raspberry Pi OS Bookworm ...ary Physical Connection Power off your Pi. Locate the CSI camera ...This code will pop a new window of live preview with autofocus. fr...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...age a Raspberry Pi? There is an official video showing how if you ...i Imager Go to the Raspbeery Pi official site to download the software. Choose a suitable version ...r Pi Using Raspberry Pi Imager software to Install the Raspberry Pi OS to the SD card...

Testing/publishing your project - Android devices

Spark AR other Content and Tutorials

...ent to your device The process of uploading your content to your device is fairly simple, once you plug your phone onto your computer, you should be able to find your device listed under the "test on device" option. You just need to press the "Send" butto...

Testing/publishing your project - IOS devices

Spark AR other Content and Tutorials

...ent to your device The process of uploading your content to your device is fairly simple, once you plug your phone onto your computer, you should be able to find your device listed under the "test on device" option. You just need to press the "Send" butto...

Creative Coding 101

Creative Coding Other workshops

The slides for Introduction to Creative Coding are attached as a file on the left of this page!

Unity for Beginners Workshop

Unity

...u can either draw it on a piece of paper or using a design tool su ... from your preferred sketching software. Make it fun! Images/Textures you will apply to your space We also need some images to play with, maybe you will like to put some paintings or p...

Useful learning resources

Physical Computing

...ds on guide to the fundamentals of electronics. Assumes no prior knowledge and uses some great real world examples and practical applications. Practical Electronics for Inventors 3rd Edition by Paul Scherz and Simon Monk A more in-depth look at electronic...

Making sounds with a piezo

Physical Computing Tutorials

... two wires, applying power causes the piezo to expand, just as applying power to an LED causes it to illuminate. Ground Power Getting started To get started quickly you can use one of the examples from the Arduino examples menu: Read more about tone()

Unreal Engine UI Video

Unreal Engine Basics

A short demo explaining the basic UI of Unreal Engine, as well as instructions on how to navigate viewports and content organisation.

Python and Art

Python for Beginners

Who works in the Creative Technology Lab?

About the Lab Frequently Asked Questions

...Technology Lab is run by a team of Specialist Technicians who provide one-to-one support and sign-up workshops. .team td { border: none; } Alejandro Escobar Michael-Jon Mizra Joanne Leung Emerging Technologies Technical Coordinator /VR/AR De...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...PDIP) and comes in the category of low-power microcontrollers. This microcontroller is designed and manufactured by Microchip. Know More Set the Arduino Uno Into ISP Mode So that the Arduino can act as a device to upload code to ATtiny85. File - Examples ...

When is the Multipurpose Room available?

About the Lab Frequently Asked Questions

The Multipurpose Room is usually available during the normal opening hours of the Lab, you can book the Multipurpose Room on ORB. However, you may need prior induction. Please contact us for more information.

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...tect sound.  There are a total of five connections on this mic, however we will only be using VCC, GND and OUT in our wiring. You can read more about this component here. Wiring  Power (VCC to 3.3V) Ground (GND to GND) Output to analog pin on the Ar...

How to use a Bare Conductive Touch Board with Arduino

Physical Computing Tutorials

...ino that combines the functions of play MP3 and capacitive touch s ...the libraries folder Now the software Arduino IDE is ready, you will see the libraries from Sketch - Include Library. File naming Files saved in the Micro SD card should be named TRACK...