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

161 total results found

Touch sensor - Using an MPR121

Physical Computing Tutorials

What is the MPR121? The MPR121 is a tiny microchip formerly m ...ace mount device that provides 12 capacitive touch electrodes thr ...ough an I2C interface. We are using Adafru ...it MPR121 in this tutorial. What is capa ...xposed metal part. Adafruit MPR121 Power input: 3.3V to 5V Addre...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...and accidentally wiring up the 12 or 24 volt power supply to your Ardu ...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...only drive up to 24V DC. Getting started After wi...

Content Creation Guidelines

Transporter Documents

...about creating different kinds of content for the 270 projection space. Although the document is separated into sections, please go through the whole document as there may be other information that could be relevant to your project.

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...de reading gate #define gatePin 2 void setup() { Serial.begin( 9600 ); pinMode( gatePin, INPUT ); } void loop() { Serial.println( digitalRead( gatePin ) ); } Resources Sparkfu...

What is Unreal Engine?

Unreal Engine Basics

...Unreal Engine is a powerful software that helps creators build vir ...ing the overall experience. 2) No Coding Required: One of the ...ts. They can create interactive walkthroughs, realistic visualizations, and virtual tours of their designs, providing...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...e Raspberry Pi Pico The easiest way to power a Pico is through the ...to generate 3.3V to power the RP2040 microcontroller and GPIOs. W ...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 ...

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 boar ...le the valuePins between 18 and 23 correspond to the Analog pins ...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...aw() { background(0); fill(255); text("sensor value: " + ...ble: function openPort() { // wait for the serial.open promise to return, // then call the initiateSerial function serial.open().then(initiateSerial); // once the port opens, le...

Transporter Documents

...ferent kinds of content for the 270 projection space. Although th ...be relevant to your project. 2) Fill in the Project Proposal Form after reading the CCG. Aim to provide as much detail as possible about your project. While we understand that you may ...

How to connect a Light Dependent Resistor (LDR)

Physical Computing Tutorials

.... Wiring (1)leg to 5V (Power) (2)leg split to GND via 10K resist ...or (2)leg split to A0 Getting start ...() to get a integer between 0-1023 representing the voltage, wher ...e 0 is 0V and 1023 is 5V. The code below uses the serial port to output the v...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...e, Blink, and upload the code. 2. Blinking Orange LED The orange LED labelled as L should be blinking now. 3. Understanding the Code First, you will see a lot of light grey coloured text, those are comments, not code. You will find a lot of information ...

Using NEMA17 Stepper motor with Big Easy Driver

Physical Computing Tutorials

... move in fixed steps (typically 200 per revolution), making it id ...e coil. Uno → Big Easy Driver D2 → STEP D3 → DIR D4 → MS1 D5 → M ...S2 D6 → MS3 D7 → ENABLE GND → GND ...→ A Green → A Red → B Blue → B 12V power + → M+ 12V power - → GND Get started Th...

How to use a Heart Beat Sensor

Physical Computing Tutorials

...LED, OUTPUT); Serial.begin(115200); } void loop() { // Read ... signal crosses the threshold upward (beat detected) if (Signal ...0; if (millis() - lastPrint > 20) { //Serial.print("Signal: ...Signal value can range from 0-1024 int Threshold = 540; // ...

Introduction

Physical Computing Workshop: Beginner Physical Computing

...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hookup diagram Installing libraries Using Neopixel Using Ultraso...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...k, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?

Object in the space AR

Spark AR other Content and Tutorials

... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...e. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded. they will show up in your Content Browser like this: You can then drag the building asset into your scene and place it wherever you like. ...

Introduction to the PyCharm IDE

Python for Beginners

...The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option checked. This will have PyCharm create a basic Python file for you instead of just preparing a blank directory. Once the setup is complet...