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

108 total results found

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a device, such a ...s playing video forward or backwards. Micro switches can with mo ...e( ledPin, LOW ); } } If you want to add a toggle functionality...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...This is where you can see the location, rotation, scale, and other ...hese values to get the size you want on your project. After chang...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

... object from it's background we want to look for the white pixels ... the image, to determine it's location. To do that we first have to ...wn our input's resolution, this way we will have less data to anal ...a Resolution TOP and in the sub-category "Common" select your OUPUT...

How to use MatrixPortal M4

Physical Computing Tutorials

...andles Wi-Fi and network communication. Memory: 512KB of RAM, 8MB o ...sh storage. Matrix Control: Dedicated connectors for RGB LED matric ... without needing additional hardware. Power: Can be powered via US ... by Adafruit, optimized for hardware projects like controlling sen...

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 ...s the distance value, and if we want to use the data, we will need ...measureDistanceCm();, float indicate distance will be a number with ...if statement is the most common way to make a simple interaction b...

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 Configurati ... Serial.println(F("SSD1306 allocation failed")); for(;;); // D ...mage into bitmap code image2cpp was created by GitHub user javl an ...d provides a handy way to create bitmaps without inst...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

...low will show you two different ways to set the output device. Met ...numid=3 2 The 2 at the end indicates HDMI. 0 = Auto 1 = Analog (3 ... -t sine -f 440 -c 2 Or play a WAV sound file: aplay /home/pi/Mus ...ic/youOwnSoundFile.wav Or play a MP3 sound file: cvl...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } Getting started This is modified from Adafruit LED Backpack library - sevenseg example. Make sure to have the correct i2c...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...nnect to the internet or communicate with each other without the ne ...ral hub that facilitates communication between devices within its r ...ome a ubiquitous and convenient way for people to access the inter ...e wifi network, they can communicate with each other, without acces...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

... is NFC? NFC (Near Field Communication) is a short-range wireless t ...wo electronic devices to communicate when they are within a few cen ... involving Arduino. If you only want a simple read and write funct ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata)...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan ...t-click inside the text field located on top of the Transform compo...

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 ...image buffer on the display hardware. // Since the buffer is int ...w the display buffer on the hardware. // NOTE: You _must_ call d...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...time, Unity will ask you if you want to include a default database, please click the "Import" button, this will auto...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... files you have changed" You always have to put -m followed by a ...Git downloads page GUI applications for git: Fork Github...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your ... the specific audio file specifications for Spark AR. Details of wh...

How to export your p5.js as a video

Creative Coding Tutorials

...ime-based work in p5.js you may want to capture the canvas as a vi ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last block of code in your draw function should be this...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

... modes of the editor. We will want to change two important setti ...k. This is not necessary if you want to make small adjustments. After clicking once to paint our landscape with Noise, it should look like this. As you can see, the height has been r...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...the VR platform and headset you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...timize for Performance: VR applications require high performance fo ...mpatible with the latest VR hardware and software updates. Remembe...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

...in a video game or graphic application. We will need to use a bitma ...p spitesheet. If you just want to test the code, you can dow ...to 64 x 32 px Draw whatever you want Add new frame and draw until ...URATION direction = 1 #1 for forward, -1 for backward def load_im...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ... a tutorial about serial communication between Processing and Ardui ...); // Set up serial communication with Arduino printArray(Se...