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

125 total results found

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); / ...eonardo, you should not use SoftwareSerial. The Leonardo already h ...as a hardware UART on Serial1 (pins 0 & 1)....

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...

Introduction to Python

Python for Beginners

...nner or have some programming experience, this course is designed t ... first released in 1991, Python was designed to emphasize code rea ...choice for both beginners and experienced developers. Why Python? Python's populari ...quisites No prior programming experience is required to take this c...

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

... Speaker(-) black wire potentiometer Wiring right pin to 5V (Power) ...ample, we are using the potentiometer to control two audios. It will ...he first audio when the potentiometer turns to the right and play the ...e sure you are using .mp3, not .wav or any other audio formats. #i...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. ...cted by ambient heat or body temperature. Relies on heat diff ...erences; can be affected by temperature changes. IR Breakbea ...l movement, drafts, or rapid temperature shifts can trigger it. ...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...ritten description of some the operators used, as well as some extr ...a tips and tricks to continue experimenting with. Audio-Reactive ...udio Spectrum CHOP and it's parameters to filter out lower/higher fre ...er. We will use the Serial DAT operator to access Arduino's port an...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

... panel, you will see all the properties associated to your material ...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 ...

Connecting a Potentiometer

Physical Computing Tutorials

What is a potentiometer? A potentiometer (often abbreviated to pot) is a ...rs should be. Inside a potentiometer is a large resistive area betwe ...e middle pin #2 is called the wiper, and by actuating the pot you c ...e between 0V to 5V, at the half way the voltage on pin #2 would be...

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 ... Cheat Sheets: Common Python operations: https://matthewragan.com ...hdesigner/touchdesigner-common-operations-cheat-sheet/ Keyboard Sh ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi...

How to use a Rotary Encoder Button

Physical Computing Tutorials

...r in size and significantly cheaper than a regular rotary encoder. ...or and looks similar to potentiometers. These rotary encoders rotate ...all the way around continuously and are divided up into 24 'segments'. Each segment has a clicky feeling to it, ...

How to Use Arduino as a Keyboard or Mouse

Physical Computing Tutorials

...nteraction (no raw data and two-way communication) to replace the ...r to set up and more straightforward to use than serial communication. Getting started This code will make every button click into pressing a "w" on the keyboard. #include <Keyboard.h> b...

Introduction to Spark AR

Spark AR Installation and Setup

...lso include sound, video) are superimposed onto the physical real w ...nvironment. There are different ways where an AR experience can be triggered for examp ...loped now for making AR based experiences; for example, Vuforia, Un ...rkerless, and marker based AR experiences. Introduction to Spark A...

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.