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

Introduction to the PyCharm IDE

Python for Beginners

...ry. However, you can choose a location that suits your needs. For t ...The setup page also asks if you want to create a main.py welcome s ... finished with exit code 0" indicates that the program ran without errors. Our main.py code is designed to display ...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

... Add a Math CHOP and in the sub-category math "Range" you will see ...two rows:  From Range indicates the original set of values be ...y -0.8 and 0.8 .  To Range indicates the new set of values between ... we want x to fluctuates. We have prev...

How to send data to Processing from Arduino

Physical Computing Tutorials

What is the Serial Communication? Serial communication is the process of sending da ...me, sequentially, over a communication channel or computer bus. Sim ...ply put, serial communication is the communication between two or more computer ...rial, we will use serial communication protocol to send data to Pro...

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

...instead, it is essential if you want to do auto-printing in the next step. Go to System Settings -> Printers & Scanners Click the drop down menu of Default paper size Select your new custom paper size 4. Set up Auto-Printing with Automator We have a t...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...Arduino freezes, lags or does anything weird, you can press the button. 3. Arduino Model The white label indicates the model we are using. In th ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.

Course

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

...ack wire Connect L+ & L- if you want stereo audio File handling ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF1201SSerial(2, 3); //RX TX DFRobot_DF1201S player; void setup(void){ Serial.begin(115200); DF1201SSerial.begin(11...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...OY-IT SBC-LCD01 with SPI communication. 3.3V Logic A lot of LCD dis ...the correct Pins for SPI communication Every Arduino model has thei ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 # ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); ...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the orientation of your matrix. #include <Adafruit_GFX...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...0); // Initialize serial communication } void loop() { Mic ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how 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 right click on PULSE to open Kantan window, this will en...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...et you started creating AR applications using Unity and the Vuforia ...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...ws you to easily create AR applications that you can deploy on both...

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 ...After your new project opens, locate your mouse cursor on top of th ...ce our Player prefab. You can locate it either by looking for it in...

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 ...support To compile mobile applications on your computer, you will ...e IOS build support. Please be aware that both Windows and IOS com...

Introduction to Python

Python for Beginners

... first released in 1991, Python was designed to emphasize code rea ...s due to its wide range of applications. It's used in web developme ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive i...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and represents a departure from the traditional single-board computers (SBCs) that the Raspberry Pi Foundation is known for, such as the Raspberry Pi 3 or 4. Instead of being a full-fledged comp...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP ... // Use pins 2 and 3 to communicate with DFPlayer Mini static cons ... // Connects to module's TX SoftwareSerial softwareSerial(PIN_MP3_...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. Neutral (different principles) Sensitivity to heat sources Unaffected by ambient heat or body temperature. Relies on heat differences; can be affected by tempera...

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- ...the "Hierarchy" and select duplicate. In order to keep things ...ached, in this case, as we duplicated a 3D object created directly ...ll be teletransported to that location.

Connecting a Potentiometer

Physical Computing Tutorials

...e between 0V to 5V, at the half way the voltage on pin #2 would be 2.5V. Different types There are two main types: Rotary Potentiometers like those found on speakers to control the volume. Slide Potentiometer like those found on audio mixing desks. Wirin...