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

168 total results found

Types of Lighting and Lighting Mobility

Unreal Engine Basics

... across large surfaces, such as walls or floors, and creating soft shadows. 5) Sky Lights: Sky lighting in Unreal Engine is a technique used to simulate global illumination by capturing the lighting information from the sky. This approach enhances the over...

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); } }

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

How to use an Electromagnet

Physical Computing Tutorials

What is an Electromagnet? The Grove Electromagnet is a type of magnetic actuator that becomes magnetized when an electric current passes through it. When powered on, it can attract small ferromagnetic objects such as nails, screws, or paper clips. When the cur...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ...ngs on it. BUT, you have to be aware of the types and sizes of the SD card. There is a list for you to check the specific SD card's compatibility with Pi. In general, I will suggest usin...

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

Error In Processing 4, you will see this error often BaseSrc: [avfvideosrc0] : Internal data stream error when using the video library with cameras and a MAC. To see more about the capture function, please see here. How to fix (12/2024) Change this line cam = ...

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

What is Unreal Engine?

Unreal Engine Basics

...Unreal Engine is a powerful software that helps creators build vir ...ts. They can create interactive walkthroughs, realistic visualizations, and virtual tours of their designs, providing a more immersive and engaging experience for clients and viewers. ...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...ble: function openPort() { // wait for the serial.open promise to return, // then call the initiateSerial function serial.open().then(initiateSerial); // once the port opens, let the user know: function initiateSerial() { console.log("port ...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis extremities are between -0.5 and 0.5.  Therefore your Math CHOP should now look like this: Replace the previous reference with this new set of va...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct board and port from "Tools". For ...

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

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...if the ping sound is reflected away from the sensor by an a divergent (not parallel) surface, or absorbed by a soft surface like fabric there may no measurement. There are other types of distance sensors that are more accurate for projects where needed, th...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

What is an LDR? An LDR or Light Dependent Resistor is a component which restricts how much power can flow through a circuit based on how much or little light hits the sensitive part on the top. To use a Light Dependent Resistor, we have to use it in combinati...

How to use a rotary encoder

Physical Computing Tutorials

...aft angle. This allows you to always know the exact position, even after power is cycled. Applications: Industrial automation, robotics, and anywhere precise positional feedback is needed. Single-turn vs. Multi-turn: Single-turn encoders measure the positi...

Student works

About the Lab Lab Orientation notes

Click the images for project websites and videos! Creative Coding Design with your Mind by Miguel Desport, BA (Hons) Graphic Media Design (2020) Muse meditation brain sensor, code in Processing interpreting data over OSC from iPhone Physical Computing Chronic...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

If you haven’t already, please complete all the prerequisites outlined in our introduction to the OAK-D Pro camera before starting this tutorial. Refer to the guide to set up the OAK Device CHOP and OAK Select TOP components. In this tutorial, we’ll program t...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...cess the other run from the start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and download the ones you need.