Advanced Search
Search Results
143 total results found
What is the MetaHuman Creator?
...n ever. Endless Customization: One of the coolest things about the Metahuman Creator is how customizable it is. Users have complete control over every aspect of their virtual humans. They can adjust parameters like facial features, body proportions, and e...
Installing Mamba
...on libaries is considered to be one of the best selling-points of t ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package manager and environment manager for Python. It is built on the Conda pack...
Installing the software
...CC's library: If you are using one of the MacBooks from the librar ...your system. Download the software Download the right release for your system: https://derivative.ca/download. Touchdesigner is free but this release comes with a couple of limitati...
Powering an Arduino
...rt low-current charging mode/ always-on mode. These will be suitab ...W 2xQC3.0. (We only tested this one, but other brands and models can do the same.) Motors There are many different types of motors available. Before deciding how to power your motor, you...
Controlling an actuator with TinkerKit Mosfet
...s than the Arduino can handle alone. Typically you might find an ex ...mall, cheap module which takes away all these headaches, on the Ar ...upply positive) M+ (Connects to one side of your actuator) M- (Conn ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...
Controlling an actuator with a N-channel Mosfet
...als in electronic devices. It’s one of the most common components in electronic circuits, especially in digital and analog systems. Structure A MOSFET has three main terminals — Gate, Drain, and Source. The Gate is separated from the channel by a thin insu...
Using Arduino Leonardo to send USB MIDI data
One of the secrets of Arduino Leonardo is the in-built USB MIDI support. This is really useful for sending data from Arduino to applications like MadMapper, Max and Ableton Live. In order to use this you'll need to follow the guide on How to install libraries ...
Using an MFRC522 RFID reader
...h each identification and a two-way radio transmitter-receiver as ...t()) { return; } // Select one of the cards if ( ! mfrc522.PICC_ReadCardSerial()) { return; } // Dump debug info about the card; PICC_HaltA() is automatically called mfrc522....
How to send files to Raspberry Pi using SSH
...cp, rsync, or SFTP) Install software, run Python scripts, update y ...ontrol a headless Raspberry Pi (one without monitor/keyboard) Enab ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If You’re Using Pi Headless Put a file named ssh (w...
How to do Basic Commands in Terminal
... cd .. Go up one directory ...kage-name Install a software package (e.g., python3-opencv ...) git clone https://github.com/user/repo.git Download a GitHub repository to your loc...
How to use a Neopixel strip
...eoPixel library will be used. **Warning**Download version 1.9.0 or ... uploading the code to Arduino, one change has to be made. You should be able to find the below lines in the code. // How many NeoPixels are attached to the Arduino? #define LED_COUNT 60...
Using a Whadda Vibration Motor Module
...he Whadda Vibration Motor Module simplifies this process by integrating all the essential components—such as a transistor, capaci ...ibrate delay(1000); // delay one second digitalWrite(motorPin, ...stop vibrating delay(1000); //wait 50 seconds. }
What is the Creative Technology Lab?
...tal use of AV equipment through one-to-one support, sign-up workshops and a large store of equipment. This area is project led which means students learn by doing with a team of specialist technicians to support students in each of the subjects we support...
Who works in the Creative Technology Lab?
...cialist 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 Developer Interactive Audio & Creati...
Using a HC-SR04 distance sensor
...if the ping sound is reflected away from the sensor by an a diverg ... £5 sensor, while more accurate ones are over £100. Wiring Wiring up the sensor is simple: Power (VCC to 5V) Ground (GND to GND) Echo to digital pin 12 Trigger to digital pin 13 Getti...
How to control Raspberry Pi Pico via Wifi
...hat enables devices like smartphones, laptops, and other electronic ...ome a ubiquitous and convenient way for people to access the inter ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...
Using Smartphont to Read NFC tag
...is tutorial, we are using an iPhone to tap on the NTAG203 to open u ... you have other interactive components in your project involving Ar ...duino. If you only want a simple read and write funct ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata)...
AR with Unity - Step #2 - Unity project setup
...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...he Vuforia Behaviour script component. If you click on top of th ...time, Unity will ask you if you want to include a default database...
Adding content - Music and Audio
There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last block of code in your draw function should be this...