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

149 total results found

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

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...manipulate the Frequency of our waveform, from the Audio Oscillato ... super insightful TD meet up in 2020, where he share some files and ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily ...

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

"Hello, World!" in Node.js

Creative Coding Tutorials

...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...text file with the .js suffix, (2) edit the file and add some Jav ...-world/ └── hello.js (2) Edit file and add JavaScript ...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...ower) middle to GND right to PIN2 via 10K resistor Getting sta ...gnet. const int hallSensorPin = 2; // Hall Effect sensor connect ...ed to digital pin 2 int hallSensorState; // Variable to store the state of the sensor void setup() { Seria...

What equipment is available?

About the Lab Frequently Asked Questions

...set Oculus Quest 1 Oculus Quest 2 Oculus Rift S Rasberry Pi Pa ... Devices including: Kinect 1 & 2 Leap Motion Wiimote Airbar HD cameras Realsense Track Camera Realsense Depth Camera Flir camera Tobii Eye Tracker Display including: Elo Touch 7" Scr...

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

How to use a Reed Switch

Physical Computing Tutorials

...switch. Wiring One End to Pin 2 One End to GND Getting started ... light up. const int REED_PIN = 2; // Pin connected to reed switch const int LED_PIN = 13; // LED pin - active-high void setup() { Serial.begin(9600); // Since the other end of the ...

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

Powering an Arduino

Physical Computing Tutorials

...rt low-current charging mode/ always-on mode. These will be suitab ...roller, e.g. Sandberg Powerbank 20000 PD65W 2xQC3.0. (We only tested this one, but other brands and models can do the same.) Motors There are many different types of motors available. Be...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...hat is Arduino Nano 33 Sense Rev2? The Arduino Nano 33 BLE Sense ...Rev2 (often called Nano 33 Sense Rev2) is a compact, low-power IoT an ... Know more. Rev1 vs Rev2 — Short Comparison body{ ...amily:Arial, sans-serif; margin:20px; background:#fafafa;} ta...

How to use a Servo Motor

Physical Computing Tutorials

... Servo 0°–180° (sometimes 270°) Angular position (PWM ...e Left: + to 5V - to GND i2C to Arduino on the Right: GND ...o; void setup() { // join I2C bus (I2Cdev2Cdev library doesn't do this aut ...o; void setup() { // join I2C bus (I2Cdev library doesn't do...

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: