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

91 total results found

Installing the software

Touchdesigner Basics of Touchdesigner

...you must use UAL's Self Service app. Here search for "Derivative Touch Designer" and install. Now register for an account at https://derivative.ca. Look for the header "My Licenses", on the right, from here "Create Key" by typing in your system code and ma...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

... and write an NFC tag using the app NFC tools. Wiring and Library We will be using DFRobot PN532 module, please refer to this tutorial. We will be using Adafruit_PN532 library, we have a tutorial on how to install a library here. Types of Tag In this tutor...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

...th.exists(libdir): sys.path.append(libdir) import logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback logging.basicConfig(level=logging.DEBUG) try: logging.info("epd7i...

Touch sensor - Using an MPR121

Physical Computing Tutorials

...rackpads and computer mice like Apple's Magic Mouse. Capacitive touch takes advantage of the human body being electrically conductive, this is why using a pen on a smart phone doesn't work and styluses for these devices are made of metal so they will make ...

Useful learning resources

Creative Coding

...A lot of concepts here are also applicable knowledge in a variety of other programming languages. Khan Academy Programming courses - Free online video courses with interactive code editor Lynda.com - Foundations of Programming Fundamentals Learn JS - I...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

... an iteration. The most common application for iteration is to cre ... x = x + 50; } } What's happening in the above example line- ...25, 20, 20); } } What's happening inside the parentheses: ...nsole.log( i ); } What is happening here? The variable i is ...

Using the serial monitor and serial logger

Physical Computing Tutorials

...formation and crash the Arduino application, so by adding a 1/20th second (50ms) delay we can slow the rate to a more than acceptable level. This code example outputs the value of all 6 analog input pins on the Arduino: void setup() { Serial.begin( 96...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...Environment (IDE) is a software application that provides a comprehensive set of tools and features to assist you in your programming. It serves as a central platform for programmers to write, edit, test, debug, and manage their code more efficiently and e...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

... local repository if you make a commit. Files in red have changed, but won't be sent to the repository unless you add them. If you're happy with your changes, the command ... PC: Git downloads page GUI applications for git: Fork Github Desktop

Useful learning resources

Physical Computing

...al world examples and practical applications. Practical Electronics for Inventors 3rd Edition by Paul Scherz and Simon Monk A more in-depth look at electronics. Very good for those with a grasp on the basic topics. Websites Learn at Sparkfun Learn at...

Introduction to Python

Python for Beginners

... years due to its wide range of applications. It's used in web development, data analysis, artificial intelligence, automation, and more. The language's clear syntax and strong community support make it an ideal starting point for beginner programmers. Cou...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

...or sending data from Arduino to applications like MadMapper, Max and Ableton Live. In ord ...sic MIDIUSB write example, by wrapping the noteOn and noteOff code in logic you could attach this to a button or sensor. #include "MIDIUSB.h" void setup() { Ser...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

...ital data, which can be used in applications like gaming, meditation tracking, and brain-computer interfaces (BCIs). Although the actual headset is quite pricey, the NeuroSky chip can be found on brainwave-controlled toys such as the Star Wars Force Traine...

Using an PN532 RFID reader

Physical Computing Tutorials

... ✔ MFRC522 Applications Advanced, NFC, IoT Basic RFID projects ✔ PN522 In this tutorial, we will be using a PN532 module from DFRobot, if you are using an MFRC522 module, please refer to this tutorial. This t...

How to use a relay module

Physical Computing Tutorials

...le as an example, but it can be applied to a lot of other things as well, such as lights and actuators. The relay module may vary from model to model, and they have their own maximum voltage and current ratings and power requirements, so please refer to th...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

... the Noise tool. The Noise tool applies a random height the portion of landscape we paint over. But first, we need to change a few settings with our tool. The Tool Strength should be reduced to 0.04. This will reduce the variation in height that is produ...

Command Line Tools & Utilities

Creative Coding Tutorials

...n to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms. Install brew install sox Example use / Tutorials Good introduction and some examples - htt...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...lose the colour window. To apply your material, just drag it and drop it on top of the plane in the scene window. Now we need to create a teleport area that will sit on top of our plane, the easiest way to achieve this is by duplicating our exist...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...e interesting, let's create and apply a new colour material to our ...troller and the virtual hand disappear once you start holding the c ...e virtual hand and controller reappear. Let's take a look at the ..." script to understand what is happening, with the "Magic cube" sel...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...Click Next, then you will be prompted with "Would you like to apply OS customisation settings?", and choose NO. Once the pi is imaged, it is a ready to go mini computer. Eject the SD card from your computer, plug it into the Pi, power the Pi, it's done!