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

128 total results found

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 # ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); tft.print(8675309, HEX); // print 8,675,309 out in HEX! tft.println(" Print HEX!"); tft.println(" "); tft.setTextC...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

... previous version with the labelled pins. VIN to 5V (Power) GND ...ack wire Connect L+ & L- if you want stereo audio File handling ... USBC cable. Create a folder called mp3. Place the mp3 files into t ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF12...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ...stead we will be using nodes called Operators. These are ready-made ...VideoDeviceIn TOP may display a warning: "Resolution limited to a ...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...me = analogRead(MicPin); if (MicVolume > 400) { // If the volume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

...in... Make sure you have installed Touchdesigner, a tutorial on ho ...w to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag and drop it on your network.  In the parameters’ window on the ...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...e IOS build support. Please be aware that both Windows and IOS com ... might have Unity already installed on your computer and you are mi...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...t, your package should be installed and you will be able to see the "SteamVR" folder in your Project panel. We ...

Mobile VR -Setting Up Unity

VR tutorials - Unity Mobile VR

...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com ... might have Unity already installed on your computer and you are mi...

Introduction to Python

Python for Beginners

... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive in and begin our exciting journey into the world of...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

... complex, the pins are not labelled so you will have to refer to th ...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP ... // Connects to module's TX SoftwareSerial softwareSerial(PIN_MP3_...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily enhance sounds, you can use a Audio VST CHOP to import these onto your ...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...n top of our plane, the easiest way to achieve this is by duplicating our existing plane so right-click over the plane gameObject in the "Hierarchy" and select duplicate. In order to keep things tidy, let's rename our new game object and place it unde...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels. There are three connections on the board: Audio - This is the raw audio from the microphone. Envelope - This is a analog value representing the volume of the ambient sound. Gate - Thi...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...e Raspberry Pi Pico The easiest way to power a Pico is through the ...n other words, it acts as a one-way valve for electric current. We ...e time and there is a risk of unwanted power flow between the two power sources. Schottky diode is preferred for its...

Other resources

Touchdesigner Basics of Touchdesigner

...designer here at LCC. The best way to grow in your visual program ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi ...signer: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repos ...tant, if instructed with a detailed prompt. These tools can help yo...

How to use a Rotary Encoder Button

Physical Computing Tutorials

... rotary encoders rotate all the way around continuously and are divided up into 24 'segments'. Each segment has a clicky feeling to it, and each movement clockwise or counter-clockwise causes the two switches to open and close. Wiring Top 2 Pins: one p...

Introduction to Spark AR

Spark AR Installation and Setup

...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are a number of tools developed now for making AR base...