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

133 total results found

How to use an Electromagnet

Physical Computing Tutorials

... 5V (Power) Black GND to GND Yellow SIG to PIN 2 Getting started T ...he following code demonstrates how to con ...s metallic objects. When set to LOW, it turns off and releases them ... digitalWrite(electromagnetPin, LOW); Serial.println("Electromagn...

How to use a Heart Beat Sensor

Physical Computing Tutorials

...t rate sensors that look like below, we found it to be tricky to us .... Wiring Red to 5V (Power) Yellow to A0 (Signal) Black to GND (Gr ... signal crosses the threshold upward (beat detected) if (Signal ...} // When signal goes back below threshold, reset for next detec...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...ace the 3 electrodes as shown below. When the forearm is relaxed on ...> smooth but less responsive // Low value -> not smooth but respons ... } else { digitalWrite(13, LOW); } Serial.print(signal); Serial.print(","); Serial.println(e...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...no 33 Sense Rev2) is a compact, low-power IoT and sensor-rich development board designed for machine learning, audio processing, motion detection, and environmental sensing. It’s the successor to the original Nano 33 BLE Sense, improving performance, accur...

3D Scanning a face for MetaHuman

Metahuman Creator

...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...the phone steady. Try to get a low angle so the chin area is captu ...tured a good amount of data. Yellow dots are alright on the edge of...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...foliage tool in Unreal Engine allows you to quickly paint sets of a ...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia ...nsely your foliage is placed. A lower density will place foliage mo...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...most projects. You can choose a lower or higher quality asset for y ...hese values to get the size you want on your project. After chang...

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

...is section is located in the following directory and is available t ...ging tools A p5.js project Below is the structure of a p5.js pro ...ite our own code. sketch.js Below is the minimum required code fo ...or expertise, you will almost always encounter bugs. Writing code ...

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

Creative Coding Tutorials

...ating a GitHub pages URL will allow you to upload your HTML, JS &am ...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...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...rocessing This tutorial is a follow-up to the last NeoMatrix animat ...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...elow of Adafruit Neopixel library fo...

How to install libraries

Physical Computing Tutorials

...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively ...nload and install a library, following the other two processes. ZIP ... folder with that name (must be lowercase). Unzip the library archi...

Hello World

Python for Beginners

... a new Python file using the following steps: Right-click on your ...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 ...

Arrays

Programming Tips and Tricks

...riable in our sketch. In the following example I create variables X ... p5 Editor Now what if we wanted to have a lot of circles, l ...ike in the image below? You might be thinking of do ...vidually. Going further, say we wanted to manipulate all of our ci...

Connecting a Potentiometer

Physical Computing Tutorials

... 5V on pin #3, you could select a voltage between 0V to 5V, at the half way the voltage on pin #2 would be ...e wiper. Getting started The following is a simple sketch that will ...n ) ); digitalWrite( ledPin, LOW ); delay( analogRead( potPin ) ); }

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...e Raspberry Pi Pico The easiest way to power a Pico is through the ...s a semiconductor device that allows current to flow in one direction while blocking ...n other words, it acts as a one-way valve for electric current. We ...e time and there is a risk of unwanted power flow between the two ...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...ntroduce some of the basis workflows and practices for working with ...d it's parameters to filter out lower/higher frequencies, detect ki ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are vir...

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: # ===...