Advanced Search
Search Results
154 total results found
Useful learning resources
...s. Websites Learn at Sparkfun Learn at Adafruit Kobakant DIY - Lovely guides for DIY e-textiles and conductive material-based components and projects Arduino Stackexchange - forum for asking questions Videos Jeremy Blum's Arduino Video Series
Creative Coding and Creative Data
This is a wiki-shelf that contains information on how to use programming languages to create projects.
Unity AR
AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anchor point for your 2D/3D to be displayed on top of.
Programming with Patch Editor
The Patch Editor allows you to use visual scripting to program interaction into your AR projects.
How can I get in touch with the Creative Technology Lab?
... on Microsoft Teams: Click here to go to our Team. Our team page has our individual staff member email addresses if you already know exactly who you need to talk to. Find out more about what we do and students projects on Instagram @creativetechnologylab.
Setting up Kinect in Touchdesigner
...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat ...velop immersive and interactive projects. Kinect Studio lets you record ...ording, make sure that your hardware's version corresponds to your...
Using a HC-SR04 distance sensor
...if the ping sound is reflected away from the sensor by an a diverg ...sors that are more accurate for projects where needed, this is a cheap < £5 sensor, while more accurate ones are over £100. Wiring Wiring up the sensor is simple: Power (VCC to 5V) Grou...
Radio Communication: How to use APC220 Radio Data Module
... It’s commonly used for Arduino projects and wireless sensor networks, ... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio(8, 9); // RX, TX ...
How to use a Heart Beat Sensor
...orate live heart-rate data into projects. In the lab, we offer the Ear- ... signal crosses the threshold upward (beat detected) if (Signal > Threshold && !PulseDetected) { PulseDetected = true; // mark that we’re in a beat unsigned long current...
How to use 7-Segment LED Backpack
... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } Getting started This is modified from Adafruit LED Backpack library - sevenseg example. Make sure to have the correct i2c...
How to control Raspberry Pi Pico via Wifi
...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 connection...') ti...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...t will encourage the display to wake up. When you are asked if you wish to overwrite the existing file, click Yes/Confirm. Place the MicroSD card back in the Raspberry Pi. The Video Loo...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ... Smartphones, premium TVs, smartwatches, VR headsets, foldable dev ...image buffer on the display hardware. // Since the buffer is int ...w the display buffer on the hardware. // NOTE: You _must_ call d...
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...
Creating a Landscape
... modes of the editor. We will want to change two important setti ...k. This is not necessary if you want to make small adjustments. After clicking once to paint our landscape with Noise, it should look like this. As you can see, the height has been r...
Using MatrixPortal M4 for animation
... bitmap spitesheet. If you just want to test the code, you can dow ...to 64 x 32 px Draw whatever you want Add new frame and draw until ...URATION direction = 1 #1 for forward, -1 for backward def load_image(): """ ...= 0 direction = 1 # Forward direction sprite_group[0]...
Command Line Tools & Utilities
A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...
How to control Arduino without using delay()
...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wires to connect on the Arduino side: LED short pin (-) to Ground LED long pin (+) to PWM Digital pin (D3), via 220Ω resistor Code In thi...