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

135 total results found

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback logging.basicConfig(level=logging.DEBUG) try: logging.info("epd7in5_V2...

8th Wa...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

What equipment is available?

About the Lab Frequently Asked Questions

... Board Bare Conductive Board Sensors including: Load Cell Colour Sensor IR, Ultrasonic and LIDAR Range ...Finders PIR Motion Sensor Moisture Sensor Orientation Sensor Light Sensor Heartbeat/Pulse Sensor Temperature Sensor Others popular components in...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...is a compact, low-power IoT and sensor-rich development board designed ...ving performance, accuracy, and sensor reliability. Know more. ... Temp & Humidity Sensor HTS221 HS3003 ...from Rev1 to Rev2 Sensor Type Rev1 Library R...

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 ...the Blink code and the distance sensor simple code from the Library HC ...that we could print values from sensor. pinMode(LED_BUILTIN, OUTPU ...mple, in Serial.println(distanceSensor.measureDistanceCm());, distance...

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

... more flexible screens. If you want to use the display for animat ... Smartphones, premium TVs, smartwatches, VR headsets, foldable dev ... Wiring Wiring up the sensor is simple: VCC to 3.3V GND to ...image buffer on the display hardware. // Since the buffer is int...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

External sensors can help us integrate 3D notio ...Kinect v2 and some of the other sensors available in CTL. Before we be ...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent ...  Position tracking with LiDAR sensor LiDAR technology can scan larg...

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

Touchdesigner Interactive Media

... Activate the CHOP, refresh the sensor list, and find your camera. ... Click Initialize, wait for it to mark "Ready" (1), t ... this camera has two monochrome sensors that capture images from sligh ..., and darker areas are farther away. To gather both 'disparity' a...

Adding content - 3D model from the internet

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

...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...f the specifications of the hardware involved. You might need to t...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ...scription Sensor Sony IMX708 ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

... is only performed once. If we want to perform a conditional oper ...riables can be used in the same way as you use any other variable. ...our own objects is a very handy way to encapsulate related functio ... model things in a more helpful way. Let take a look at the varia...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...hich can be replaced with other sensors, button and etc. Know more abo ...rial.println(value); //read the sensor and send the value to the Seria ...ound(0); fill(255); text("sensor value: " + inData, 30, 50); } ...ble: function openPort() { // wait for the serial.open promise t...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...ct voices but can also act as a sensor to detect how many people are i ... we begin by connecting a Force sensor to an Arduino and use the sensor to generate numerical values, w ...manipulate the Frequency of our waveform, from the Audio Oscillato...

How to control Arduino without using delay()

Physical Computing Tutorials

...cks. It does not just pause one sensor or actuator that you wish but p ...often leads to the slow down of sensors and thus is not accurate anymo ...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...ore complex and secure wireless sensor networks. In this tutorial, we ... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait f...