Advanced Search
Search Results
174 total results found
How to connect a Light Dependent Resistor (LDR)
...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
...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
...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
...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
...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
...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
...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
The slides for Introduction to Creative Coding are attached as a file on the left of this page!
Unity for Beginners Workshop
...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
...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
... 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
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
Who works in the Creative Technology Lab?
...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
...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?
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
...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
...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...
Using AVR ISP MKII to upload firmware to Arduino
...is compatible with a wide range of AVR microcontrollers, including ...series Arduino Nano 33 series Software Compatibility Works with Atmel Studio (formerly AVR Studio), Arduino IDE and other tools supporting AVR programming. In this tutorial, we will be ...
How to do Basic Commands in Terminal
... update Update the list of available packages ...package-name Install a software package (e.g., python3-opencv) git clone https://github.com/user/repo.git Download a GitHub repository to your local...