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

90 total results found

How to use a Bare Conductive Touch Board with Arduino

Physical Computing Tutorials

...rd up to 32GB. Make sure your new SD card is formatted as FAT32. Wiring No wiring is needed. But you can extend each touch point with wires or connect them to any conductive materials, e.g. fruit. Basic Example This basic example will play TRACK000.mp3 t...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...fier component, then hit run. A new window will come up; Here allow some time for the software to upload and update the status of your Kinect. My final settings looked like this (further help setting up Kinect is also available here.  Kinect Studio, in ...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

...s a DFPlayer? 11/2024 Update A new library added below. For people trying to avoid delay(), please use the DFPlayerMini_Fast library instead. The DFPlayer Mini MP3 Player For Arduino is a small and low-priced MP3 module with a simplified output directly t...

How to send data to Processing from Arduino

Physical Computing Tutorials

...ose the correct port myPort = new Serial(this, portName, 9600); myPort.bufferUntil('\n'); } void draw() { //map() is a important function to use here, //it convert the raw data range from Arduino to the ideal range to use in Processing //map...

Using an MFRC522 RFID reader

Physical Computing Tutorials

...op() { // Reset the loop if no new card is present on the sensor/r ...en idle. if ( ! mfrc522.PICC_IsNewCardPresent()) { return; } // Select one of the cards if ( ! mfrc522.PICC_ReadCardSerial()) { return; } // Dump debug info about the card; ...

Introduction

Physical Computing Workshop: Beginner Physical Computing

... for complete beginners who are new to working with physical computing and Arduino. If you haven’t had a chance to attend the physical workshop at the Creative Technology Lab, don’t worry—this guide will walk you through the basics. If you visit the Creati...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...ompted to overwrite or create a new version. 2. Setting Up the Paper and Pen (Plotter Off) Make sure the plotter is OFF The power light should be off. If not, turn the machine off before continuing. Load your paper Place ...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

... picamera2 This code will pop a new window of live preview with autofocus. from picamera2 import Picamera2 from libcamera import controls import time picam2 = Picamera2() picam2.start(show_preview=True) # Enable continuous autofocus picam2.set_controls({...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

...mkdir myfolder Create a new directory called myfolder rm myfile.txt Delete a file called myfile.txt rm -r myfolder Delete a folder and its contents cp file1.txt file2...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

... select Use custom - select the newly downloaded Video Looper Image 3. Files Format Video Looper uses the default video player, omxplayer, which can play most videos encoded with the H.264 video codec and in a video format with an extension like .avi, ....