Advanced Search
Search Results
135 total results found
How to Display Animation on Waveshare E-Paper Display
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)
Watch this video by Meta explaining the UI and different panels in Spark AR
What equipment is available?
... 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
...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
...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
... 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
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
...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
... 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
...? 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
...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
... 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
... 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
...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
...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()
...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
...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...