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

167 total results found

How to use a rotary encoder

Physical Computing Tutorials

... (Blue) - GND Voltage (Brown) - 5V A switch (Black) - 2 B switch ...aft angle. This allows you to always know the exact position, even ....println(encoderValue); delay(100); // Adjust for your needs } ... bit int encoded = (MSB << 1) | LSB; // Combine A and B into...

Using an MFRC522 RFID reader

Physical Computing Tutorials

What is an MFRC522 RFID reader RFID means radio- ...h each identification and a two-way radio transmitter-receiver as ... of that model. SDA - Digital 10 (SS) SCK - Digital 13 (SCK) MOSI - Digital 11 (MOSI) MISO - Digital 12 (MISO) IRQ (unconnected) GND -...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...o diode(-) Gate (G) to GND via 1k resistor & to Pin 13 Power Supply(+) to actuator(+ ...tal device. #define actuatorPin 13 void setup() { pinM ...tuatorPin, HIGH ); delay( 1000 ); digitalWrite ...ctuatorPin, LOW ); delay( 1000 ); }

Creative Coding 101

Creative Coding Other workshops

The slides for Introduction to Creative Coding are attached as a file on the left of this page!

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

Creative Coding Tutorials

...n, please see here. How to fix (12/2024) Change this line cam = new Capture(this, cameras[0]); to "pipeline:avfvideosrc device-index=0" Full Code import processing.video.*; Capture cam; void setup() { size(640, 480); String[] cameras = Capture.list(...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...ugin. Steam VR setup tutorial# 1 Getting started In the St ...eam VR setup tutorial #1, we downloaded the Steam VR plu ...n top of our plane, the easiest way to achieve this is by duplicat ...a" gameObject selected, type "0.1" in the "Y" position slot of th...

How to use a Neopixel strip

Physical Computing Tutorials

...llations. Wiring DIN to Pin6 +5V to 5V GND to GND Library Adafruit ...eoPixel library will be used. **Warning**Download version 1.9.0 or below for a more stable performance. We have a tutorial on how to install a library here. Getting started Once the...

How to use a PIR sensor

Physical Computing Tutorials

...the security systems. The HC-SR501’s infrared imaging sensor is an ... this pin value will be set to “1”. The two potentiometers on the ...iring Singal to Pin 3 Power to 5V GND to GND Getting started i ...nt ledPin = 13; // LED int pi...

What is Unreal Engine?

Unreal Engine Basics

...Unreal Engine is a powerful software that helps creators build vir ...es. Let's explore some of them: 1) Eye-catching Visuals: Unreal E ...ts. They can create interactive walkthroughs, realistic visualizations, and virtual tours of their designs, providing...

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 an ...your projector, this is usually 1. Change the “opening size” to FILL and hit UPDATE - this will make sure that your ...

POPs: Point Cloud from 3D model

Touchdesigner Interactive Media

...done beforehand in external software like Blender. Next, add a Pa ...t the Background Color Alpha to 1 if you want a solid black background. At this stage, you should have a basic point cloud generated from your 3D model. To further animate or manipulate...

Installing Unity

VR tutorials - Unity HTC VIVE Tutorials

...ake sure to follow the 4 steps: 1-Downloading and installing the ...re a few things you need to be aware of: Downloading and instal ...et a popup window asking if you want to open the Unity HUB, Select ...We recommend installing Unity 2019.4, alternatively, you can choo...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... Download and install Unity 2018.2.21f1. More recent versions might al ...so work, this tutorial was made using Unity 2018.2.21f1 Create a Unity personal ac ... when you start running the software. Download and install St ..." panel and change the scale to 10 on all three axes. Now th...

Introduction to Python

Python for Beginners

...an Rossum and 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...

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...ers and hobbyists to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO ... Arduino Leonardo Arduino Mega 2560 However, it is not compatibl ...ies Arduino Nano 33 series Software Compatibility Works with Atme...

How to use an Electromagnet

Physical Computing Tutorials

...xperiments. Wiring Red VCC to 5V (Power) Black GND to GND Yellow SIG to PIN 2 Getting started The following code demonstrates how to control the Grove Electromagnet by toggling it on and off using a digital pin. When the signal pin is set to HIGH, the e...

What equipment is available?

About the Lab Frequently Asked Questions

...r loaned from the Kit room or WG14 during office hours in term ti ...ive VR Pro Headset Oculus Quest 1 Oculus Quest 2 Oculus Rift S ...face Devices including: Kinect 1 & 2 Leap Motion Wiimote Airbar ... Elo Touch 7" Screen Elo Touch 10" Screen DMX Devices includ...

DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2

Physical Computing Tutorials

..., we have some tips for you. HX711 Weight Sensor This sensor can m ...easure weight up to 1kg, and is compatible with Ardui ... install the library DFRobot_HX711_I2C library which is available ... Arduino source file DFRobot_HX711_I2C.h will prompt an error in t...