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

167 total results found

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...the most recent part of a complex history of open-source, creativ ...ite. A p5.js project In this exercise you will set up a p5.js p ...roject using the Atom text editor, then examine the different files and ru ... /00_empty_project/ ├── index.html ├── libraries │   └─...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

What is RFM69HCW Radio Data Module? The RFM69HCW is a high-performance, low- ...power radio transceiver module designed for long-range wireless commu ...modules like the APC220, the RFM69HCW offers SPI communication, e ...nding and one for receiving. RFM69HCW comes with different versio...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...we will be using Adafruit SSD1306 128 x 64 OLED with I2C communication. I ...ou will need the Adafruit_SSD1306 Library. We have a tutorial on ...GFX.h> #include <Adafruit_SSD1306.h> #define SCREEN_WIDTH 128 // ...in pixels #define SCREEN_HEIGHT 64 // OLED display height, in pix...

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 ...id setup () { Serial.begin(9600); // We initialize serial co ... code tidy and accessible. For example, in Serial.println(distanc ...s the distance value, and if we want to use the data, we will need...

Web App Template for Beginners

Creative Coding Tutorials

... Frontend is usually for UI and design and runs on browser, on user’s ...ur project on your laptop. For example, a folder called “example_app” in you Documents fold ...er. 3) For Visual Studio: Open example_app folder and create the ...mmend it. Server with Node and Express 4) Install Node. 5) Watch ...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ... Sensor Sony IMX708 Resolution ... 12MP (4608 × 2592) Autof ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

Controlling NeoMatrix with Processing This tutorial i ...a follow-up to the last NeoMatrix animation tutorial. We are usin ...teraction and push those to an 8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix, you will need an extra power s...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

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

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome a ubiquitous and convenient way for people to access the inter ...your microcontroller for wifi. External read for fun:) What is I ...bers separated by periods, like xxx.xxx.xxx.xxx. Think of it as a digital addre ...etifaddr en1 Get started The example code will turn on/off the ...

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

How to create 360 Video for the Igloo system

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

...you the steps needed to create 360° video for the Igloo system Th ...g steps will be using an Insta360 X2 camera. You can recreate the s ...ame steps with any 360° camera of your choice. Howeve ...ferent when using different hardware. Step 1 Set up your 360 ca...

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

Touchdesigner Interactive Media

If you've worked with TouchDesigner before you would have surely ...w to set your camera up in TouchDesigner. 1. Installing Dependencies ...e using the OAK-D Pro with TouchDesigner, you'll need to install some ...3.8, make sure to upgrade it. Next, install the DepthAI library b...

Useful learning resources

Creative Coding

...ML & CSS Book - A book aimed at designers introducing concepts within ... - JavaScript JavaScript Syntax Basics - This is a great cheats ...of the JavaScript language/syntax. A lot of concepts here are als ...active browser-based prompt Praxent - Resource roundup with help...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...ction mapping projects. In TouchDesigner there are various methods to ... process begins outside of TouchDesigner, during scene setup in real l ...colour to your object. In Touchdesigner, right-click on the connectio ...n your object and background. Next add a Threshold TOP and change...

How to control Arduino without using delay()

Physical Computing Tutorials

...nds) specified as a parameter. (1000 milliseconds = 1 second.) del ...ng started There is a built-in example called BlinkWithoutDelay w ...he actuator to action. In this example, you can see the value of ...0; // will store last time LED was updated // constants won't ch...

Systems in art & design

Creative Coding Concepts

...ther kind of definition is that design is a system of relationships be ...near Perspective 15th century experiments in Linear Perspective. ...ns are made beforehand and the execution is a perfunctory affair. ... Albers - The Responsive Eye (1965) &amp; Michael Noll ...

Workshop: Version Control for Games Design

Games

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