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

153 total results found

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...lour using variables What is p5.js? During this series of work ...will be using a library called p5.js to learn the fundamentals of ... programming. The p5.js project is the most recent p ... From a technical perspective, p5.js is simply a JavaScript libra...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...projects in Touchdesigner this exercise is a great first step. We ...epts such as gaining data from external sensors and using it to m ...window, we can change the width(x) and height(y) of our circle by ...esolution by changing it to 1280x720.  Add a Transform TOP aft...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...l OS, you can install it on an existing Raspbian, or start with t ...ie image and add additional software later. It's up to you. We are ...arcade buttons and joysticks. PS5 controller is not supported at ...ccordingly, one by one. If you want to skip any button configurat...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...n your object and background. Next add a Threshold TOP and change ... object from it's background we want to look for the white pixels in the image, to determine i ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth.  Afterwards add a TopTo CHOP to your thr...

Arrays

Programming Tips and Tricks

...ing of coding in Processing or p5, and are comfortable using vari ... console.log(myVariable); p5 Edditor And we know that we ca ...n our sketch. In the following example I create variables X and Y, and use them to as the x and y coordinates in an ellipse...

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

Touchdesigner Interactive Media

...3.8, make sure to upgrade it. Next, install the DepthAI library b ... camera. Click Initialize, wait for it to mark "Ready" (1), t ... This CHOP runs a script in Text DAT that captures RGB data fro ...e CHOP'. Click the arrow next to the Stream parameter and se...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ...Module 3 Noir on a Raspberry Pi 5, but other Pi like Pi 3 and Pi ... Sensor Sony IMX708 Resolution ... 12MP (4608 × 2592) Autofocus ...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

...m” their Macs to automatically execute certain repetitive tasks, ... programming knowledge or don't want to do a lot of coding. One of ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

...is, replace the script in the Text DAT with the following code: ...eate(dai.node.ColorCamera) xoutIsp = pipeline.create(dai.nod ...e.XLinkOut) xoutPrev = pipeline.create(dai.no ...de.XLinkOut) xoutIsp.setStreamName('isp') ... xoutPrev.setStreamName('preview')...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ...berry Pi OS, a Debian-based Linux distribution for download. It p ...r Pi. Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 3. Mouse and with cable You c ...t. Raspberry Pi Zero 2 / Pi 3: 5V, 2.5A; Micro USB Raspberry Pi ...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

... 433 MHz 433 / 868 / 915 MHz (depending on model) ... ~1000 m (line of sight) 500 m – 1500+ m (configurable) ... Power Supply 3.3V – 5V 1.8V – 3.6V ...runs on 3.3V — powering it from 5V can permanently damage it. GN...

How to create 360 Video for the Igloo system

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

...teps will be using an Insta360 X2 camera. You can recreate the s ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...ill be finally displayed at a maximum of 30 FPS. Step 2 Remember...

Using L293D IC for motors

Physical Computing Tutorials

...per channel) at voltages from 4.5 V to 36 V. It can be extremely hot. When they get overh ...sometimes it comes with a gearbox which will slow down the speed ...C), the Pin2 of IC (Arduino Pin 5) will be the Clockwise control ...and has custom functions for forward(), backward(), stop(), tur...

Using an PN532 RFID reader

Physical Computing Tutorials

... is the difference between an PN532 RFID reader and an MFRC522 RFID reader The PN532 and MFRC522 are two popular RFID reader m ... Feature PN532 MFRC522 Which Better ..., UART SPI only ✔ PN522 Supported Pro...

Variables

Python for Beginners

...d running it: print(1 + 1) As expected, Python tells us that 1 + ... result of 2. However, you may want to use a certain value more t ...tion. Imagine them as labeled boxes where you can store different ...o integers like we did before, except this time we are able to st...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ... done by switching the USB <-> EXT switch back and forth. USB: ...means power from the Arduino. EXT: means power via the 2.1mm con ...ial the number will match 0 to 255. Wiring Wiring is simple: There...

An Introduction to 2D in Unity 5

...eate a New Project Open Unity 5 Create a new project: File & ...ect. You can do this one of two ways: Option 1: On the menu ba ...Main script in the light grey box in the Inspector tab, this will ...y window. In order to see the text outputted the console window n...

Using the serial monitor and serial logger

Physical Computing Tutorials

...between two Arduinos, or via an XBee wireless shield, USB or Blue ...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...the serial monitor, the first text field is where you can type te...