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

192 total results found

How to send data to p5.js from Arduino

Physical Computing Tutorials

...munication is the process of sending data one bit at a time, sequentia ...o or more computers with binary data. In this tutorial, we will u ...al communication protocol to send data to p5.js from Arduino using the P5.js WebSerial L ...e p5.js sketch will be controlled by the physical component, the ...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...04? The HC-SR04 is a ultrasonic distance sensor, it uses ultrasou ...nd to send out a ping and measure how long the sound takes to come back, exactly lik ...e bats use to fly in the dark. The sensor works between 2- ...400cm however if the ping sound is reflected away from the sens...

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

How to send data to Processing from Arduino

Physical Computing Tutorials

...munication is the process of sending data one bit at a time, sequentia ...o or more computers with binary data. In this tutorial, we will u ...al communication protocol to send data to Processing from Arduino. The Processing sketch will ... be controlled by the physical component, the ...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

1. Upload example code Open a built-in example, Blink ..., and upload the code. 2. Blinking Orange LED The orange LED labelled as L should be blinking now. 3. Understanding the Code First, you will see a lot of ...light grey coloured text, those are comments, not c...

Accessibility Statement

About the Lab Frequently Asked Questions

Accessibility Statement for https://lab.arts.ac.uk/ ...y Lab University of the Arts London (UAL). This accessibility statement applies to https://lab.arts ....ac.uk/. Other websites and browser based systems on the arts.ac.uk domain have their own accessibili...

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

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

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

These tutorials aim to introduce some of the basis workflows ...and practices for working with audio in Touchdesigner, as well as provide students with external resources to ...rney. The tutorial is structured in 3 main sessions, each made up of a brief video tutorial a...

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

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

Building for Android Touchscreen Display with Phone OS

Building Apps (Staff)

...t setup as Mobile Scalable. Build for Android with regular SDK, NDK setup for Meta Quests. On pack ...aging succes, check for APK and OBB files. Procure thumb drive with a USB-C connector. Adapters do not work. Copy apk, obb, insta ...ll, uninstall files to thumb drive and plug into display. Open...

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

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

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

...ctroencephalography) sensors to detect electrical activity in the ...processes these brain signals and translates them into digital data, which can be used in applications like gaming, meditation tracking, and brain-computer interfaces (BCIs ...). Although the actual headset is quite pricey, the NeuroSk...

How to use a rotary encoder

Physical Computing Tutorials

What is a rotary encoder? A rotary encoder is an electromechanical device that converts the angular ...s. These signals can be processed to determine rotational direction, position, and speed, making rotary encoders a key component in many type ...s of control systems. Wiring Different models of rotary encode...

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