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

182 total results found

Sending data to Arduino

Touchdesigner Interactive Media

When connected with Arduino, Touchdesigner becomes a powerful tool ... sensors to enhance immersive and interactive experiences. This b ...h using Firmata, a protocol found both in Arduino IDE and Touchdesigner to enable communication ...oftwares through serial.  In Arduino Connect your board to your...

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

...c concepts to more functional and complex projects. Aims This t ...to review all the components needed to build a AR app. Prerequisites Pre ...inue with this project you should make sure to first check our pr ...als: AR with Unity - Step #1 - Development environment setup AR...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

Raspberry Pi Terminal Command Cheat Sheet ... Command Description ... ls List all files and directories in the current folder cd foldername Change to a speci...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...l Bluetooth is an easy-to-use module compatible with the existing ... Grove Base Shield, and designed for transparent wireless serial ...ng two Grove Serial Bluetooth modules and two Arduino to perform a wireless commu ...nication. You can read more about this component here....

DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2

Physical Computing Tutorials

We tested a few DFRobot sensors by following thei ...can measure weight up to 1kg, and is compatible with Arduino, micro:bit, ESP32 and Raspberry Pi via I2C communicat ...ion. You will need to install the library DFRobot_HX711_I2C library which i ...s available in Arduino library manager. However, t...

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...this error often BaseSrc: [avfvideosrc0] : Internal data stream error when using the ...video library with cameras and a MAC. To see more about the ca ... cameras[0]); to "pipeline:avfvideosrc devicdevice-index=0dex=0" Full Code import processing.video.*; Ca...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

1. Combining the Code Arduino can only accept one code at one time. If we want it to do multiple things at the same ti ...ne everything into one single code. The below demonstrate how to merge the Blin ...k code and the distance sensor simple code from ...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

What is an LDR? An LDR or Light Dependent Resistor is a component whic ... can flow through a circuit based on how much or little light hit ...art on the top. To use a Light Dependent Resistor, we have to use it ...in combination with a fixed value resistor, the combination...

Interactive Projections

Projection Mapping

If you're interested in creating position-based interactive projections, the fi ...rst step would be to map the space and track anyone/anything within it .... This can be done in multiple ways, this tutor ...ial will briefly introduce you to two different but rel...

How to use MatrixPortal M4

Physical Computing Tutorials

...tal M4 The MatrixPortal M4 is a development board created by Adafruit designed to control RGB LED matrices. It is equipped with an ATSAMD51 microcontroller (Cortex M4) a ...nd has built-in Wi-Fi support than ...rtal M4: Microcontroller: ATSAMD51, Cortex M4 processor running ...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

One of the secrets of Arduino Leonardo is the in-built USB MIDI support. This is really useful ... for sending data from Arduino to applications like MadMapper, Max and Ableton Live. In order to use this you'll need to follow the guide on How to install libraries to...

Adding content - 3D model from the internet

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

... online libraries where you can download pre-existing 3d models for use within your project. ...line repositories for museums and public institutions to marketplaces where 3D artists can sell models they have created for use in video games, medical...

APK Downloads

Unreal Engine Basics

Bonus: Using the Debugger

Python for Beginners

Installing GitHub Desktop

Version Control

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

Building a VR app for the Meta Quest ...nvolves a series of steps, including setting up the development environment, configur ...ing project settings, and packaging the app. Below are detailed instructions to guide you through the process: I ...nstall Unreal Engine and Required SDKs: Download and in...

3D Geometry and Parametric Design

Creative Coding Concepts

...kshop experimenting with a method of generating 3D meshes from 2D images based on the RGB colour space and making this content viewable in ... low-fi VR headsets. I have been making a piec ...to explore creating generative 3D meshes and also the challenge o...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

...setting up the MatrixPortal board and covering the basics. This tutor ...cus on creating an animation to display on a 64x32 matrix. Circu ...itPython and libraries versions In this tuto ...5 (11/10/2024), all libraries and code used are compatible with t...

Variables

Python for Beginners

Introduction to Variables To start, le ...s create a new Python file called "variables." This can be done by going to the project tool ... window on the left-hand side and rigd right-clicking on your "first-p ...ycharm-project" folder. From here you can then selec...

An Introduction to 2D in Unity 5

Introduction This will give you a bri ...ef introduction to starting a 2D project in Unity. Creating a pr ...oject, game objects and controlling them using the Unit ...y interface and also with C#. Preparation Ins ...tall Unity You will need to have Unity downloaded and in...