Advanced Search
Search Results
233 total results found
How to image a Raspberry Pi
How to image a Raspberry Pi? There is an official video showing how if you prefer. 1. Download the Raspberry Pi Imager Go to the Raspbeery Pi official site to download the software. Choose a suitable version for yourself. 2. Insert your SD card A CTL Pi kit s...
Raspberry Pi Image: Video Looper
What is Raspberry Pi Video Looper? Raspberry Pi Video Looper is a simple way to display seamless looping video files, for example in an art exhibition. All you need is a Raspberry Pi, an SD card, a screen and a USB stick. We are using Raspberry Pi Imager. We h...
How to use a Bare Conductive Touch Board with Arduino
What is the Bare Conductive Touch Board? The Bare Conductive Touch Board is a board made by Bare Conductive. The Touch Board has 12 capacitive electrodes that respond to a touch. These electrodes can be extended with conductive materials, like Electric Paint o...
How to use a PIR sensor
What is a PIR sensor? PIR stands for Passive Infra Red and therefore a PIR sensor can etect movement of objects that radiate IR light (like human bodies). It is very commonly used for the security systems. The HC-SR501’s infrared imaging sensor is an efficien...
How to use a Neopixel strip
What is Neopixel? Neopixel is a name given by Adafruit. Neopixel is addressable LEDs, meaning that they can be programmed individually. With the library created by Adafruit, you can easily program the Neopixel strip for your project. They come in different siz...
Using a Vibration Motor
What is a vibration motor? Vibration motor is a DC motor in a compact size that is used to inform the users by vibrating on receiving signals. It is commonly found inside a mobile phone. The one that is available in the lab is coin vibration motor. It require...
Making Breathing Light with LEDs
What is a LED? LED (Light Emitting Diode) is a semiconductor light source that emits light when current flows through it. LED includes two pins, Cathode(-), aka the short leg, and Anode(+), aka the longer leg. It is one of the most common components. Making it...
How to export your p5.js as a video
How to Video Capture your p5.js Sketch If you're creating a piece of time-based work in p5.js you may want to capture the canvas as a video. For example, if you have a generative design that evolves over time, or an animation sequence. In this tutorial you wil...
How to control Arduino without using delay()
What is a delay()? delay() is a function that pauses the program for the amount of time (in milliseconds) specified as a parameter. (1000 milliseconds = 1 second.) delay() is very commonly used but it has its drawbacks. It does not just pause one sensor or act...
Using a TCS34725 RGB Color Sensor
What is the TCS34725 RGB Color Sensor? The TCS3472 sensor provides a digital return of red, green, blue (RGB), and clear light sensing values. An RGB Color sensor helps you accurately detect an object’s colour in your Arduino projects. What is I2C? The TCS347...
How to use DFPlayer mini to play MP3
What is a DFPlayer? 11/2024 Update A new library added below. For people trying to avoid delay(), please use the DFPlayerMini_Fast library instead. The DFPlayer Mini MP3 Player For Arduino is a small and low-priced MP3 module with a simplified output directly...
How to make Animation on NeoMatrix
What is NeoMatrix? NeoMatrix is a grid lined up with mutiple Neopixel. Neopixel is addressable LEDs, meaning that they can be programmed individually. With the library created by Adafruit, you can easily program the Neopixel strip for your project. They come i...
Interaction Toolkit examples
Overview video:(https://www.youtube.com/watch?v=MIoGBoC1txM&ab_channel=MicrosoftDeveloper) Esamples page (https://github.com/Unity-Technologies/XR-Interaction-Toolkit-Examples) Link tree https://linktr.ee/unityxri
How to build a Simple Robot Arm with Servo Motor and Joystick
How to construct a robotic arm? A simple robotic arm is basically like a human arm which consists of the upper arm, lower arm and hand (gripper). There are a lot of online resources for laser-cut files that you can use. After you have found one or designed one...
UE Installation and Set-up
Installing Unreal Engine To download and install Unreal Engine, you need to: Download and install the Epic Games Launcher. Sign up for an Epic Games account, if you don't have one. Sign in to the Epic Games Launcher. Install Unreal Engine. Download ...
What is Unreal Engine?
Unreal Engine is a powerful software that helps creators build virtual environments and interactive content. Initially designed for video games, it has evolved into a versatile engine suitable for many different projects. With Unreal Engine, students can brin...
Types of Lighting and Lighting Mobility
Lighting is a crucial element in creating realistic and immersive environments in video games. In Unreal Engine, a powerful and widely-used game development platform, various lighting techniques and features are available to bring virtual worlds to life. In th...
Creating a Landscape
This is a multi-part tutorial on creating virtual worls in Unreal Engine. This tutorial assumes you have a basic understanding of 3D work but no prior experience is necessary. Please contact the Creative Technology Lab for questions or assistance. 1) Start wi...
Using Quixel Materials
This is a multi-part tutorial on creating virtual worls in Unreal Engine. This tutorial assumes you have a basic understanding of 3D work but no prior experience is necessary. Please contact the Creative Technology Lab for questions or assistance. Materials a...
Importing and Placing 3D Models
This is a multi-part tutorial on creating virtual worls in Unreal Engine. This tutorial assumes you have a basic understanding of 3D work but no prior experience is necessary. Please contact the Creative Technology Lab for questions or assistance. 3D Models 3...