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

154 total results found

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

...u need is a Raspberry Pi, an SD card, a screen and a USB stick. We ...load the Video Looper Image You can download the Video Looper imag ...Pi Model Storage select the SD card Operation System - select ... video player, omxplayer, which can play most videos encoded with ...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...t up a network to extract numerical data from an audio sample. The ... used to animate a graphic, you can quickly test this set up out b ...s the basis of extracting numerical values from a audio file, you can further explore the Audio Spec ...easy input to detect voices but can also act as a sensor to detect...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...6 128 x 64 OLED with I2C communication. It can support SPI communication as well. Display Configurat ...egin(9600); // SSD1306_SWITCHCAPVCC = generate display voltage ...if(!display.begin(SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) { Ser ...ial.println(F("SSD1306 allocation failed")); for(;;); // ...

How to use a rotary encoder

Physical Computing Tutorials

...ary encoder is an electromechanical device that converts the angul ...of a rotating shaft into electrical signals. These signals can be processed to determine rota ...of A or B changes), the Arduino can keep track of how far and in w .... By counting these pulses, you can determine the angle or the dis...

DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2

Physical Computing Tutorials

...HX711 Weight Sensor This sensor can measure weight up to 1kg, and ...and Raspberry Pi via I2C communication. You will need to install ...Synthesis Module V2 This module can turn text into speech. It supp ...and uses I2C or UART for communication. If you are using the V2 v...

Using a Force Sensor

Physical Computing Tutorials

... on how much it has pressed. It can sense even the slightest touch ..., therefore you can use it as a touch sensor as we ...The difference between this and Capacitive Sensor is that the obje ...ides accurate readings for physical pressure but it cannot be used...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...lly over the internet or your local network. Think of it as openin ...top or another device. What You Can Do with SSH: Run terminal com ...to the boot partition of the SD card When the Pi boots, SSH will b ...r → Raspberry Pi scp /path/to/local/file pi@<raspberry_pi_ip>:/hom...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

...n your development machine. You can download these tools through A ...development machine using a USB cable. In the Oculus Development H ...Oculus ADB Drivers. The drivers can be installed through the Oculu ...PK is built, it will be automatically installed on your connected ...

Systems in art & design

Creative Coding Concepts

...ip between you and the piece of canvas, you and the eraser, you an ...an the relationship of sizes. I can go on all day. Paul Rand Ba ...rt. Sol LeWitt John Cage - Music of Changes and Chance ... Kerry Strand - California Computer Products Inc ...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...arted creating objects that you can interact with using your HTC V ...ane. Now let's change the scale and the position to make it l ... by default, your cube has the scale set to "1" and both Position ...n" value up to 0.75 and the "Y scale" value to 1.5. It is also imp...

Connecting a Potentiometer

Physical Computing Tutorials

...#1 and #3, the middle pin #2 is called the wiper, and by actuating ... the pot you can select a position along that r ...damentally the same, however it can be tricky identifying pins #1, ...sistance/ohms/Ω measurement you can find the two pins that don't c...

AR with Unity - Step #4 - Building and testing your app

Unity AR Image target AR tutorial

...ure we disable the default main camera as there can&#can't be two cameras in your project, to do so, ... and untick the box next to the camera name field in the inspector. To build your app first open the file menu and select Build settings, please make su...

Object in the space AR

Spark AR other Content and Tutorials

...vice in the project window. You can select from the drop down the ...perience on: From here you can start to edit your object, for ... in the materials box: You can also duplicate the object in the scene by go ...ing to Edit &gt; Duplicate and dragging it somewhere els...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...need a mobile phone and in some cases, an affordable Mobile headse ...st of online resources that you can test for inspiration, we hope ...s a very cool website where you can experience different types of ...re are many different tools you can use to create VR content, some...

Arrays

Programming Tips and Tricks

...why So far we've learnt that we can use variables to name data in ...p5 Edditor And we know that we can use these variable in our sket ... function setup() { createCanvas(400, 400); } function d ... this data at once? Well... WE CAN! This is what arrays are perfe...

How to use a Neopixel strip

Physical Computing Tutorials

...essable LEDs, meaning that they can be programmed individually. Wi ...ibrary created by Adafruit, you can easily program the Neopixel st ...ferent sizes and shapes and you can shorten or lengthen them flexi ...e the library is installed, you can use the example code for a tes...

How to use a relay module

Physical Computing Tutorials

...tch that opens or closes electrical circuits when activated by a s ...rrent) than the microcontroller can give. Arduino can only give max. 5V and 40 mA. I ...ay module as an example, but it can be applied to a lot of other t ...8-channel relay module means it can control 8 devices. In this tut...

Other resources

Touchdesigner Basics of Touchdesigner

...ourse: https://learn.derivative.ca/courses/100-fundamentals/  Ele ... a detailed prompt. These tools can help you move faster in your j ...evelopers when appropriate, you can read more about best practice to co-create with AI here: https://nadiapiet.notio...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

...low-power, high-visibility applications. These displays mimic the ...u may need to insert the ribbon cable (the golden one) from the di ...(green arrow) Insert the golden cable (red arrow, pay attention to ...) where the example codes are located cd e-Paper/RaspberryPi_Jetso...

How to control Arduino without using delay()

Physical Computing Tutorials

...ted There is a built-in example called BlinkWithoutDelay which dem ...to action. In this example, you can see the value of the variable ...tuators and Multiple Timers You can set up multiple timers for multiple actuators, like giving each person a watch a...