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

120 total results found

Using the serial monitor and serial logger

Physical Computing Tutorials

...d around the 32u4 chip have a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...n speed in bits (binary digits) per second, 9600 baud, is 9,600 bit ...s per second. This drop down allows y...

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...e commands interface with your operating system and hardware to perform complex and intensive operations. There is a large amount ...useful Free and Open Source Software (FOSS) available online that ...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...the VR platform and headset you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...e custom logic. 6. Optimize for Performance: VR applications requir ...e high performance for a smooth experience...

Unity for Beginners Workshop

Unity

... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...

Variables

Python for Beginners

...a calculator as it allows us to perform calculators with whole-numb ... result of 2. However, you may want to use a certain value more t ...signment We use the assignment operator = to put data inta a variab ...at integers do not have this property of being callable. In essense...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...pixel library for a more stable performance. We will need three lib ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...y Processing. From a technical perspective, p5.js is simply a Java ...anguage and with any level of experience or expertise, you will almost always encounter bugs. Writing code ...be the browser. There are developer tools built into all the major ...

How to get started with Textures and Materials in Spark AR

Spark AR Materials and Textures in Spark AR

...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...e need for physical cables. It operates by using radio frequency si ...ome a ubiquitous and convenient way for people to access the inter ... series of numbers separated by periods, like xxx.xxx.xxx.xxx. Thin ...be dynamic, meaning they change periodically, or static, where they...

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

Why use MadMapper? MadMapper is a powerful tool for projecti ...de. Unlike TouchDesigner, MadMapper isn't free, but a 30-day demo v ...s. These cannot be installed on personal devices, but you can borro ...w a machine with MadMapper pre-installed — just contact us...

How to control Arduino without using delay()

Physical Computing Tutorials

...illiseconds) specified as a parameter. (1000 milliseconds = 1 second. ...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...ple actuators, like giving each person a watch and ask them to acti...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ... we will be using nodes called Operators. These are ready-made "blo ...cks of code", each performing different functions. Lin...

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

Creative Coding Tutorials

...something goes wrong, you can always go back to when it did work! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...uld see the below page. What we want to do is click the link that ...

How to use a relay module

Physical Computing Tutorials

... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

...ng time by removing the need to perform said tasks manually. Automa ... programming knowledge or don't want to do a lot of coding. One of ...app is not available for other operating systems. 1. Launch Automat ...ter Choose the folder where you want to put all your printing file...

Accessibility Statement

About the Lab Frequently Asked Questions

...s. This website uses HTML 5 (HyperText Mark-up Language) and CSS ( ...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ... will have to adapt various parameters to link our VideoDeviceIn TOP, ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent...

How to use a Heart Beat Sensor

Physical Computing Tutorials

... // Calculated Beats Per Minute void setup() { pinMod ... signal crosses the threshold upward (beat detected) if (Signal ...= 60000.0 / delta; // 60000 ms per minute Serial.print("BPM: "); Serial.println(BPM); } lastB...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...