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

122 total results found

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...o Board We need to tell Arduino IDE which model we are using, so it ...ter, so we have to tell Arduino IDE which one exactly we are using. ...ck Now at the bottom of the software, you will see you are using A...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...s dive in! To begin, open the VideoDeviceIn TOP and select your DE ...te that this process begins outside of TouchDesigner, during scene ...ntrast of your image. Use the sliders available to create a strong ... object from it's background we want to look for the white pixels ...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ...various parameters to link our VideoDeviceIn TOP, import the correc ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ... by connecting your VideoDeviceIn TOP,  to a Threshold T...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ... FoV Variants Standard & Wide-angle IR Versio ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64...

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 ...a repository. On the left hand side there should be a link that say...

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...

Intro

Projection Mapping Intro to Projection Mapping

...play content such as images or video onto irregularly shaped surfac ...atic objects. This technique was first used for Disney’s Haunte ...d Mansion ride in 1969, where a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software     A variety of projectio...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...r Github account - it's just an identifier that it will put next to ...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... files you have changed" You always have to put -m followed by a ...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...ne from the Epic Games website. Identify the VR platform and headse ...t you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ... controllers. Unreal Engine provides a VR Motion Controller compone...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

... Wifi WiFi, short for Wireless Fidelity, is a technology that enabl ...ome a ubiquitous and convenient way for people to access the inter ... internet. It allows devices to identify and communicate with each ...p> </body> </html> """ max_wait = 10 while max_wait > 0: ...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...

Arrays

Programming Tips and Tricks

... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

... be used as input or output. Besides being a PWM pin, they also hav ...mmunicate with the GPIO. It is widely used and supported. In fact, ...ibrary closer to C++ in Arduino IDE. For example, instead of on() a ...leds, GPIO.HIGH) print("waiting for button") resetLigh...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...protocol found both in Arduino IDE and Touchdesigner to enable com ...munication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selec...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...Before we test it, it is a good idea to change the default floor ma ...n dragging your new material inside of it. With your material ...n top of our plane, the easiest way to achieve this is by duplicat ...ke sure that it has a "Mesh Collider" component attached, in this c...

How to send data to Processing from Arduino

Physical Computing Tutorials

... data range from Arduino to the ideal range to use in Processing ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ....ValueOfRawData, min.ValueOfIdealRange, max.ValueOfIdealRange) //in this case the ...d max. value is 1023. //and I want to map the background colour ...

3D Geometry and Parametric Design

Creative Coding Concepts

...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...f you're working on Mac, you'll want to add this to it too: # ===...