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

165 total results found

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...ges, we already explored how to set up the scene you are expected t ...is tutorial. Prerequisites Setting up the Steam VR plugin. St ...eam VR setup tutorial# 1 Setting up teleporting feature (Opt ...ional). Steam VR setup tutorial# 2 Getting star...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...ll light up accordingly. Before setup(), you will need to change th ... int i = 0; int blue = 0; void setup() { size(400, 400); // size...

Powering an Arduino

Physical Computing Tutorials

...Adpater: More information here. Portable / Battery powered For portable projects some info on battery u ...rt low-current charging mode/ always-on mode. These will be suitable for powering a microcontroller, e.g. Sandberg Powerbank 20000 PD65W 2xQC3.0. (We...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...in to 2 Getting started void setup() { pinMode(2, INPUT_PULLUP); // Internal pull-up enabled Serial.begin(9600); } void loop() { int b...

Unity for Beginners Workshop

Unity

... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... to build and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...eo shows you how to install and set up Unity, you will also develop...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...] */ function draw(){ // Set the background to black every f ...e conditional if statement to reset the square to position 0. Incr...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...e line work. The necessary software is already installed on the m ...fore launching Inkscape.   1. Setting Up Inkscape Inkscape is a ...then select your SVG file. Set the document size Go to File ... > Document Properties and set the page size to A4 (210mm x 29...

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

...nter M834? Phomemo M834 thermal portable printer that can print black an ...e indefinite for the printer. I set the height as 50mm, as my inten ...mber at least 3mm margins. 3. Set Default Paper size You will nee ...d to set your new custom paper size as t...

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 ...nreal Engine. If certain settings and keywords look familiar ..., they probably work in similar ways. However, you should always k...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...assic PC games with the minimum set-up. Learn more. RetroPie sits o ...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ... are some buttons that you MUST set up, including Hotkey, Start, Se...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

Outcomes Set up development environment Und ...ject In this exercise you will set up a p5.js project using the At ... What is a sketch? What do the setup() and draw() functions do? A ...tten. Sketch - Why a sketch? setup() and draw() Within the ske...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

... This tutorial aims to help you setting up a AR Unity project using ...sites Developing environment setup. In order to continue with ...tep #1 - Developmen environment setup Understanding Image targ ...layed on top of. In order to set up your Unity project you will ...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...Library HCSR04. Only one void setup() and void loop(), that means ... have to copy everything from 1 setup to another setup, from 1 loop to another loop. ... void setup () { Serial.begin(9600); ...

How to control Arduino without using delay()

Physical Computing Tutorials

...specific amount of time, we are setting up a timer to count the tim ...ants won't change. Used here to set a pin number: const int ledPin ...ate = LOW; // ledState used to set the LED // Generally, you shou ...0; // will store last time LED was updated // constants won't ch...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...elect the plane and chose the Reset option inside the drop-down men ...ransform component. This will reset all the transform values for th...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and using the Raspberry ...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...

Using an PN532 RFID reader

Physical Computing Tutorials

..."}; //change to your data void setup() { Serial.begin(115200); ...al.println(); Serial.println("Waiting for a card......"); } void ...nt8_t dataRead[16] = {0}; void setup() { pinMode(13,OUTPUT); S ...al.println(); Serial.println("Waiting for a card......"); } v...

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 ...1!!1! This is where we need to set our repository name to equal ex...