Advanced Search
Search Results
90 total results found
Combining codes & circuits
... strip.clear(); int j = map(distance,10, 30, 0, strip.numPixels()); Serial.println(j); for(long firstPixelHue = 0; firstPixelHue < 3072; firstPixelHue += 256) { for(int i=0; i<=j; i++) { // For each pixel in strip... int pixelHue = ...
What is the Creative Technology Lab?
... Physical Computing, Projection Mapping, Games, and Virtual Reality. Students come to this area with an idea and the technical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get sta...
Student works
...19) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity
Position-based Tracking using a Webcam
...creating interactive projection mapping projects. In TouchDesigner there are various methods to achieve this; This tutorial will introduce you to some common techniques to determine the position of an object. Let's dive in! To begin, open the VideoDeviceI...
How to do Basic Commands in Terminal
...udo apt upgrade Upgrade installed packages to the latest versio ... sudo apt install package-name Install a software package (e.g., python3-opencv) git clone https://github.com/user/repo.git ...
How to build a project onto a VR headset
1. Install Unreal Engine and Required VR S ...DKs: Download and install the latest version of Unreal En ... HTC Vive, Oculus Quest, etc.). Install the corresponding VR SDK and plugin for Unreal Engine. For example, for Oculus headsets, you can use the Oculus V...
How to build to a Vive Pro or Vive Pro Eye
...uide you through the process: Install Unreal Engine and Required SDKs ...: Download and install the latest version of Unreal En ....com/). Ensure you have SteamVR installed on your development machine. You can download SteamVR through the Steam client (...
How to use a Neopixel strip
...t of house decorations or light installations. Wiring DIN to Pin6 +5V ...e. We have a tutorial on how to install a library here. Getting started ... Once the library is installed, you can use the example code for a test run. Before uploading the code to...
How to use DFPlayer mini to play MP3
...e. We have a tutorial on how to install a library here. Get Started In ...e. You will need to do a manual install for this library. FireTimer lib ...d. We have a tutorial on how to install a library here. Example code The wiring will be the same as above....
How to Display Animation on Waveshare E-Paper Display
...jpg to bmp in Pi using ffmpeg. Install ffmpeg, sudo apt install ffmpeg -y Make sure you are at the /animation directory Start conversion, for f in *.jpg; do ffmpeg -i "$f" "${f%.jpg}.bmp"; done Remove old jpg files, rm *.jpg Now all images in the anima...
Setting up Spark AR
... Follow the instructions to Install Spark AR You will also need to ... install Spark AR player on your mobile device in order to view your AR project Go to the App store and search for Spark AR Player, download You are now ready to make your first p...
OculusQuest - Setting up development enviroment in Unity
...es downloading, you will see an install button, click on it. A ...folder. After successfully installing the Oculus integration package, you will have access to a lot of developing resources, we suggest opening and testing the new sample scene...
Using built-in example code and Reading the hookup diagram
...V neopixel: GND -> Arduino: GND neopixel: DIN -> Arduino: ~6 Next, you will follow some tutorials about installing libraries, finishing learnin ...e come back to the final bit. Installing libraries Using Neopixel Using Ultrasonic distance sensor
Using a Monochrome 1.3" 128x64 OLED display
...y. We have a tutorial on how to install a library here. Getting started ... This code will display two bitmap images at intervals of 1 second ...= 0; const unsigned char my_bitmap [][8192] PROGMEM = { { 0x0 ...} void loop() { testdrawbitmap(); // Draw a small bitmap im...
Using a TCS34725 RGB Color Sensor
...l. We have a tutorial on how to install a library here. Wiring For LEON ...CL - A5 Getting started After installing the library and wiring the board, go ahead and use the examples in the File > Examples > Adafruit TCS34725 menu in Arduino, the tcs34725 e...
Using Arduino Leonardo to send USB MIDI data
...Arduino to applications like MadMapper, Max and Ableton Live. In or ...d to follow the guide on How to install libraries to install the MIDIUSB library. The following is a modification of the basic MIDIUSB write example, by wrapping the noteOn and noteOff ...
Touch sensor - Using an MPR121
...g. We have a tutorial on how to install a library here. Wiring Wiring i ...5 as SCL. Getting started After installing the library and wiring the board, go ahead and use the examples in the File > Examples menu in Arduino, the Simple Touch example is partic...
Touch sensor - Using an CAP1188
...ry Adafruit CAP1188. We have a tutorial on how to install a library here. Wiring Wiring i ...5 as SCL. Getting started After installing the library and wiring the board, go ahead and use the examples in the File > Examples > Adafruit CAP1188> cap1188test.
Building for Android Touchscreen Display with Phone OS
...ers do not work. Copy apk, obb, install, uninstall files to thumb drive and plug i ...this is the first time, it will install the app, if it is the second or third, it will update the same app. Move the obb file to the storage of the android display. It wi...
What is a Raspberry Pi Pico?
...ager, and the ability to easily install and manage Python packages. Download here. Get Started This example code will blink the built-in LED every 0.5 seconds, using the machine library and the time module. Put in your code from time import sleep from m...