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

175 total results found

How to use a rotary encoder

Physical Computing Tutorials

...ocessed to determine rotational direction, position, and speed, ma ...pes of control systems. Wiring Different models of rotary encoder ...s will have different colour codes. I am using ... the amount of rotation and the direction. By reading these pulses...

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! Step 1: Signing up for ...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 ...Create Repository Step 3: Uploading your code Now we need to upl...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...g that they can be programmed individually. With the library creat ... for your project. They come in different sizes and shapes and you ...oMatrix from Adafruit. Wiring DIN to Pin3 +5V to 5V GND to GND ... Library WarningDownload version 1.9.0 or b...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ... ✅ Yes (PDAF or EDOF depending on model) HDR ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64...

An Introduction to 2D in Unity 5

...unity/download Resources The difference between 2D & 3D in ...ect. You can do this one of two ways: Option 1: On the menu ba ...e from GameObject to Main: Adding C# script to the GameObject ...the script has been added Adding code to C# script using MonoD...

Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner

Touchdesigner Interactive Media

...ct tutorial and might have been disappointed to discover it is only compatible wit ... camera. Click Initialize, wait for it to mark "Ready" (1), t ...using the DepthAI library. 2.3 Displaying Data in TouchDesigner ...at capture images from slightly different angles. By comparing the...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...is article, we will explore the different types of lighting in Unr ...y in a project. There are 5 different types of lights within U ...nreal Engine. 1) Directional Lights: Directional lighting represents an ... infinitely distant light source, simulating t...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...rrectly. In the project, go to Edit > Project Settings > Editor and check that your settings ...liar with the command line, the way to use it is to type a command ...command - cd stands for "change directory". The command looks lik ... Path". You can paste the path directly into the command line aft...

How to get started with Face Tracking in Spark AR

Spark AR TEMPLATE : Basic Face Tracking

Face Tracking in Spark AR Watch this video which explains th ...rk AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template that is most similar to your idea. Yo...

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

World Effects in Spark AR Watch this video which explains th ...rk AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most similar to your idea. Yo...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...e connections on the board: Audio - This is the raw audio from the microphone. Envelope ...mbient sound. Gate - This is a digital value representing if soun ... can use both at the same time: Digital Wired up in digital mode t...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this e ....py file will also open in the editor. ust like before, you can r ...ingful output. It will simply indicate that the program finished w ...print(), we provide the text we want Python to print. This text mu...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

...rry Pi Video Looper is a simple way to display seamless looping video fil ...th the exact resolution of your display for better performance. e. ...d 4K video format on a 1080p HD display. 4. Plug and Play You can ... will be played in alphabetical order by filename and will loop back ...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...r, some steps or details may be different when using different hardware. Step 1 Set up your 360 ca ...ugh storage for your whole recording. Set the capture resolution ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...nce the content will be finally displayed at a maximum of 30 FPS. ...

Using the serial monitor and serial logger

Physical Computing Tutorials

...ication is a sequence of binary digits (0s and 1s) that convey inf ...nitor on the Arduino is able to display messages the Arduino board ...e a seperate USB serial and hardware serial, and you cannot directly monitor the hardware serial [Serial1] output using...

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

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct boar ...put in our circuit, and a servo motor, as our output, to the Arduino ...

Web App Template for Beginners

Creative Coding Tutorials

... a local web app that you can modify in your future projects. Back ...e Node.js. Setup 1) Get a code editor if you don’t have one yet. I ... like Visual Studio. 2) Create a folder for your p ...uments folder. 3) For Visual Studio: Open example_app folder and c...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... for these big bright 7-segment displays. These 7-segment displays normally require 13 pins ...you like). The driver chip can 'dim' the entire display from 1/16 brightness up to ...ness in 1/16th steps. It cannot dim individual LEDs, only the enti...

How to control Arduino without using delay()

Physical Computing Tutorials

...) There is an example that is modified from the built-in example B ... void setup() { // Initialize digital pin LED_BUILTIN as an outp ... // Toggle the state digitalWrite(LED_BUILTIN, ledState ... void setup() { // Initialize digital pin LED_BUILTIN as an outp...