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

159 total results found

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...onika EMG Click board. Wiring 5V to 5V (Power) AN to A0 (Signal) GND ... below. When the forearm is relaxed on the table, the built-in LE ... be off. When the forearm is flexed, the built-in LED will be on. ...Get Started #define SAMPLE_RATE 500 #define INPUT_PIN A0 // enve...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...projects in Touchdesigner this exercise is a great first step. We ...epts such as gaining data from external sensors and using it to m ...window, we can change the width(x) and height(y) of our circle by ...esolution by changing it to 1280x720.  Add a Transform TOP aft...

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 ... code tidy and accessible. For example, in Serial.println(distanc ...s the distance value, and if we want to use the data, we will need ...to retype this long string of text multiple times. To make things...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ...Module 3 Noir on a Raspberry Pi 5, but other Pi like Pi 3 and Pi ... Sensor Sony IMX708 Resolution ... 12MP (4608 × 2592) Autofocus ...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...n your object and background. Next add a Threshold TOP and change ... object from it's background we want to look for the white pixels in the image, to determine i ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth.  Afterwards add a TopTo CHOP to your thr...

Using the serial monitor and serial logger

Physical Computing Tutorials

...between two Arduinos, or via an XBee wireless shield, USB or Blue ...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...the serial monitor, the first text field is where you can type te...

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

Touchdesigner Interactive Media

...3.8, make sure to upgrade it. Next, install the DepthAI library b ... camera. Click Initialize, wait for it to mark "Ready" (1), t ... This CHOP runs a script in Text DAT that captures RGB data fro ...e CHOP'. Click the arrow next to the Stream parameter and se...

How to control Arduino without using delay()

Physical Computing Tutorials

...nds) specified as a parameter. (1000 milliseconds = 1 second.) del ...ng started There is a built-in example called BlinkWithoutDelay w ...he actuator to action. In this example, you can see the value of ...0; // will store last time LED was updated // constants won't ch...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ...berry Pi OS, a Debian-based Linux distribution for download. It p ...r Pi. Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 3. Mouse and with cable You c ...t. Raspberry Pi Zero 2 / Pi 3: 5V, 2.5A; Micro USB Raspberry Pi ...

Web App Template for Beginners

Creative Coding Tutorials

...owser, on user’s own computer. P5.js sketches are frontend. Backe ...ur project on your laptop. For example, a folder called “example_app” in you Documents fold ...er. 3) For Visual Studio: Open example_app folder and create the ...mmend it. Server with Node and Express 4) Install Node. 5) Watch ...

Using an PN532 RFID reader

Physical Computing Tutorials

... is the difference between an PN532 RFID reader and an MFRC522 RFID reader The PN532 and MFRC522 are two popular RFID reader m ... Feature PN532 MFRC522 Which Better ..., UART SPI only ✔ PN522 Supported Pro...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...l OS, you can install it on an existing Raspbian, or start with t ...ie image and add additional software later. It's up to you. We are ...arcade buttons and joysticks. PS5 controller is not supported at ...ccordingly, one by one. If you want to skip any button configurat...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

...plays normally require 13 pins (5 'characters' and 8 total segmen ...ng an I2C constant-current matrix controller sit neatly on the ba ... 4 wires. GND to Ground VCC to 5V SDA to SDA SCL to SCL Finding ...he below sketch is i2c_scanner example code, which will show the ...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

...is, replace the script in the Text DAT with the following code: ...eate(dai.node.ColorCamera) xoutIsp = pipeline.create(dai.nod ...e.XLinkOut) xoutPrev = pipeline.create(dai.no ...de.XLinkOut) xoutIsp.setStreamName('isp') ... xoutPrev.setStreamName('preview')...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome a ubiquitous and convenient way for people to access the inter ...your microcontroller for wifi. External read for fun:) What is I ...bers separated by periods, like xxx.xxx.xxx.xxx. Think of it as a digital addre ...etifaddr en1 Get started The example code will turn on/off the ...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...teps will be using an Insta360 X2 camera. You can recreate the s ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...ill be finally displayed at a maximum of 30 FPS. Step 2 Remember...

Using L293D IC for motors

Physical Computing Tutorials

...per channel) at voltages from 4.5 V to 36 V. It can be extremely hot. When they get overh ...sometimes it comes with a gearbox which will slow down the speed ...C), the Pin2 of IC (Arduino Pin 5) will be the Clockwise control ...and has custom functions for forward(), backward(), stop(), tur...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ... done by switching the USB <-> EXT switch back and forth. USB: ...means power from the Arduino. EXT: means power via the 2.1mm con ...ial the number will match 0 to 255. Wiring Wiring is simple: There...