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

147 total results found

How to make Animation on NeoMatrix

Physical Computing Tutorials

...st uint16_t PROGMEM // These bitmaps were written for a backend tha ...matrix // uses native 565 color mapping as RGB. // I'm leaving the ... }, }; void display_rgbBitmap(uint8_t bmp_num) { static uin ...t16_t bmx, bmy; fixdrawRGBBitmap(bmx, bmy, RGB_bmp[bmp_num], 8, ...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...creating interactive projection mapping projects. In TouchDesigner ... tutorial will introduce you to some common techniques to determin ...ny alterations to your original source.  Object Isolation  The first method focuse ...s on isolating your object by combining ...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...hese tutorials aim to introduce some of the basis workflows and pr ...rovide students with external resources to continue on their resea ...in-depth written description of some the operators used, as well a ...s some extra tips and tricks to cont...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...username and password here. For some older Raspberry Pi OS, it has ...ual with SSID and password. For some networks, such as UAL wifi, y ...ss to the internet. 5. Brower Google Chrome and Firefox are both pre ...the start menu. 6. Recommended Software Raspberry Pi comes with m...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...or instance, you can easily store your contact details, an URL, a phone number, your social profile or even a location. ...eir phones will open the link. Something More You can pair the NF ...ag with iOS all Shortcuts to do some simple automated actions.

How to use DFPlayer Pro to play Music

Physical Computing Tutorials

...nto this module, or use it as a sound card for your PC or Raspberr ...y audio ✅ Cleaner, richer sound; suitable for higher-end pro ... Command Set Basic, sometimes buggy More advance ... stereo separation for improved sound effects Adva...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome with a built-in Wifi module so we will be using Pico W (with a ...ion. How to find my IP address Google Search - "What's my IP address? ... Before you go ahead, there are some things that you need to chang ...IP address in the Thonny Shell, something like ip = 10.3.15.120 o...

Variables

Python for Beginners

...e numbers, words, sentences, or something else your program needs ...we are able to store the result so that it can be accessed again l ...s. Self-Documenting Code It's also a good idea to make sure your v ...nd the built-in tools that it associates with those names. This is...

Command Line Tools & Utilities

Creative Coding Tutorials

... amount of useful Free and Open Source Software (FOSS) available online t ...ser Interface (GUI). Often this software works more efficiently wi ...m tasks such as image, video or sound manipulation with ease. Also because the CLI has a scripting...

Interactive Projections

Projection Mapping

...ons, the first step would be to map the space and track anyone/anyt ...of OpenCV, it's a powerful Open source Computer Vision library and ...t libraries etc. A variety of resources are available online if yo ...ion of our following steps is also available here: https://www.you...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

... Blink code and the distance sensor simple code from the Library H ...We initialize serial connection so that we could print values from ... sensor. pinMode(LED_BUILTIN, OUTP ...e, in Serial.println(distanceSensor.measureDistanceCm());, distanc...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

...on your desktop. The code is also available to view directly on G ...m_capture/ Local web server So far during this series of works ... browser, which results in an absolute file path in the browser ad ...e:// protocol followed by the absolute file path to the index.html...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...s only, yes or no. Input can be something like a button, pressed / ... not pressed. Output can be something like an LED light, light ...alog Input Analog will give you something more than yes or no. For ... example, analog input can be something like a temperature senso...

Course

How to build a Simple Robot Arm with Servo Motor and Joystick

Physical Computing Tutorials

...r). There are a lot of online resources for laser-cut files that y ...gRead(potAngle); int rotationMapped = map(rotation, 0, 1023, 0, 180); // ...o's angle (0 to 180) int angleMapped = map(angle, 0, 1023, 0, 180); // sca ...0) rotateServo.write(rotationMapped); // rotate servo motor 1 ...

How to send data to Processing from Arduino

Physical Computing Tutorials

...h can be replaced with other sensors, buttons and etc. Wiring Wiri ...l.println(value); //read the sensor and send the value to the Seri ...'\n'); } void draw() { //map() is a important function to us ... range to use in Processing //map(a, b, c, d, e) has 5 Parameters...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

External sensors can help us integrate 3D noti ...ting up and using Kinect v2 and some of the other sensors available in CTL. Before we b ... Before we start, download the Software Development Kit (SDK) fro ...window will come up; Here allow some time for the software to uplo...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...on the issue (include your name so I know who you are, please). Th ...is is just so I know your Github username and ...next to your commits (you know, so your friends know who to blame ...t like normal in Unity and make some edits! It's pretty empty at t...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...for it in a particular library. Some libraries are very specialise ... in terms of file size (their resolution), and how appropriate the ...jects which creates very high resolution models made from a huge a ...dels will come in a number of resolutions so that you can choose t...

How to use MatrixPortal M4

Physical Computing Tutorials

...ort thanks to the ESP32 coprocessor. Here are some key features of the MatrixPor ...ller: ATSAMD51, Cortex M4 processor running at 120 MHz. Coprocessor: ESP32 handles Wi-Fi and netwo ... close the jumper by using your soldering iron to melt a blob of s...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

...w More Wiring Wiring up the sensor is quite complex, the pins are ... not labelled so you will have to refer to the p ... other audio formats. #include "SoftwareSerial.h" #include "DFRobo ...= 3; // Connects to module's TX SoftwareSerial softwareSerial(PIN_...