Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

194 total results found

How to send data to p5.js from Arduino

Physical Computing Tutorials

What is the Serial Communication? Serial communication is the process of ...ata one bit at a time, sequentially, over a communication channel or computer bus. Simply put, serial communication is the communicat ...ion between two or more computers with ...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

What is NFC? NFC (Near Field Communication) is a short-rang ...e wireless technology that allows two electronic devices to communicate when they a ...re within a few centimeters of each other. It’s most com ...monly used in contactless payments, digital keycards, ...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...r? The MP3 trigger is a board made by Sparkfun electronics that provides a way to play MP3 files from a Micro SD card via eith ...IG inputs on the board, or serial communication with the board. T ...of your headphones for testing. Loading files You must us a micro...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

1. Install Unreal Engine and Required VR SDKs: Do ...wnload and install the latest version of Unreal Engine from the Epic Games webs ...ite. Identify the VR platform and headset you want to target (e.g., Oculus Rift, HTC Vive, Oculus Quest, etc.). Install the cor...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

What is APC220 Radio Data Module? The APC220 Radio Data Module is a compact, low-power, wireless transceiver module designed for serial communication over long distances using the 433 MHz ...ISM band. It’s commonly used for Arduino projects and ...wireless sensor networks, especially ...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

What is APC220 Radio Data Module? The APC220 Radio Data Module is a compact, low-power, wireless transceiver module designed for serial communication over long distances using the 433 MHz ...ISM band. It’s commonly used for Arduino projects and ...wireless sensor networks, especially ...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

External sensors can help us integrate 3D notions such a ...s depth within our graphics. In this ... tutorial we will look into setting up and using Kinect v2 and ...some of the other sensors available in CTL. BeL. Before we begin, it's importan ...t to note that unfortunately these devices are only compati...

Introduction to Python

Python for Beginners

Welcome to the world of programming with Python! In ... this chapter, we will embark on a journey to explore the fundamentals of Python, one of the most ver ...satile and popular programming languages in the world. Whetherether you're a complete beginner o...

Accessibility Statement

About the Lab Frequently Asked Questions

Accessibility Statement for https://lab.arts.ac.uk/ This website is ...run by the Creative Technology Lab University of the Arts London (UAL). This accessibility statement applies to https://lab.arts.ac.uk/. Other websites a ... domain have their own accessibility statements. This website us...

An Introduction to 2D in Unity 5

Introduction This will give you a brief introduction t ...project, game objects and controlling them using the Unity interfa ...ce and also with C#. Preparation Install Unity You will need to have Unity downloaded aded and installed.lled. If you don't already then vi...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

In the kit, you will find an Arduino and two USB cables (USBC or USBA, pick the one t ... your computer using the USB cable, you will see the yellowish light turned on. 2. RESET Button It is not the factory re ...set button than you may find in oth ...er gadgets, but more like a restart butto...

Course

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

...ow to use Waveshare E-Paper Display? Please follow the previous tutorial for setting up the basic. This tutorial assumes you already have an animation ready to ... use. What type of animation will be suitable to display on E-Paper Black and White,...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

Aims This tutorial aims to get you started using Unity and HTC ... VIVE HDM (Head Mounted Display) Using Steam VR 2.2 plugin. Please notice that this is the fir ...st of a series of tutorials focused on enabling the use of HTC VIVE devices, each tutorial will build ...

What is a Raspberry Pi?

Raspberry Pi

... Raspberry Pi is a series of small single-board computers. The Raspberry ... Pi project originally leaned towards the promotion of t ... basic computer science in schools and developing countries. It is widely used in many areas because of ...its low cost, modularity, and open de...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

Aims This tutorial aims to get you started creating objects th ... with using your HTC VIVE controllers (Using Steam VR 2.2 plugin). Please notice that this is part of ... a series of tutorials progressing from basic concept ...s to more functional and complex projects. In previo...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

Getting started Step 1: Get yourself on Github! Go to https://githu ...b.com/ and make yourself an account, if you don't already have one. Step 2: Click HERE and leave a comment on the issue (include your name so I know who you are ..., please). This is just so I know yo...

"Hello, World!" in Node.js

Creative Coding Tutorials

...ion The first program most people write when learning a new programming language is one form or another o ...f the infamous "Hello, World!&qld!". Preparation What you'll need to know To follow this tutorial you should be familiar with the basics of...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

What is the TinkerKit Mosfet? The TinkerKit Mosfet is a simple module for controlling devices like motors, solenoids, LED strips and electromagnets which require higher voltages and currents than the Ardu ...ino can handle alone. Typically you might fin...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...oing to make a website using something called GitHub pages to make a websit ... a GitHub account and subsequently creating a GitHub pages URL will allow you to uploadload your HTML, JL, JS & CSS files online, so that you can access your ...nywhere. Bit of background (Feel free to skip) GitHub is a webs...

How to use a Neopixel strip

Physical Computing Tutorials

What is Neopixel? Neopixel is a name given by Adafruit. Ne ...opixel is an addressable LED, meaning that it can be progr ...ammed individually. With the library created by Adafruit, you ...can easily program the Neopixel strip for your project. They co...