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

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...u don't already have one. Step 2: Click HERE and leave a comment ...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... files you have changed" You always have to put -m followed by a ...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome a ubiquitous and convenient way for people to access the inter ...l, something like ip = 10.3.15.120 open up a web browser go to h ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...

Using a Vibration Motor

Physical Computing Tutorials

... In this tutorial, we are using 2N2222. The diode acts as a surge pro ...n the circuit. vibration motor 2N2222 transistor (or any other NPN tr ...ay have a different pinout with 2N2222. Check the pinout of your trans ... 1. Emitter (E) to Ground (GND) 2. Base (B) to Data pin (pin 3) w...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...es right, you should see this. 2. Locale You need to set your c ...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 downloa...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...eps will be using an Insta360 X2 camera. You can recreate the sa ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...d at a maximum of 30 FPS. Step 2 Remember that the Igloo system ...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...curacy without ANY external hardware. CapacitiveSensor library wil ... smoothing float multiplier = 1.2; // determine when the sensor i ...ng 10M ohm resistor between pin2 and pin4 1 wire to pin2 to tinfoil Code #include <Cap ...sor.h> CapacitiveSensor cs_4_2 = CapacitiveSensor(4,2); ...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...eature included in the Steam VR 2.2 plugin. Please notice that t ...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 ...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...B Port Connect the Arduino with your computer using the USB cable, you will see the yellowish light turned on. 2. RESET Button It is not the fac ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.

Course

How to send data to Processing from Arduino

Physical Computing Tutorials

...duino int value1; //int value2; //multiple data from arduino i ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...he pot is 0 and max. value is 1023. //and I want to map the background colour ...from black to white, 0(black) - 255(white) float BW = map(value...

How to use a PIR sensor

Physical Computing Tutorials

...nt. The small size and physical design of this module allow you to easily use it in your project. The output of PIR motion detection sensor can be connected directly to one of the Arduino (or any microcontroller) digital pins. If any motion is detected by ...

Who works in the Creative Technology Lab?

About the Lab Frequently Asked Questions

... Data Specialist Technician XR Technology Specialist Technician Interactive Media and Experience Design Specialist Technician she/her/hers he/him/his she/her/hers d.akelloegwel@lcc.arts.ac.uk d.kadam@lcc.arts.ac.uk marta.ilacqua@lcc.arts.ac.uk

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

What is APC220 Radio Data Module? The APC220 Radio Data Module is a compact ...er, wireless transceiver module designed for serial communication over ... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ... directly connect APC220 RXD to Arduino TX if they use ...

Installing the software

Touchdesigner Basics of Touchdesigner

...re search for "Derivative Touch Designer" and install. Now register fo ...ill come up in a window on Touchdesigner when you first try launching ...device: Before installing Touchdesigner... Make sure to update your ...system, Touchdesigner is constantly being updated a...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibrate the eardrum, and are then passed to the inner ear. With bone conduction, vibrations are sent directly through the sk...

Using the serial monitor and serial logger

Physical Computing Tutorials

... other boards based around the 32u4 chip have a seperate USB seri ...al and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...lotter The serial plotter is a way to visually graph the data bei ...ng received, a common way to transmit multiple values is...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

What is the TCS34725 RGB Color Sensor? The TCS3472 sensor provides a digital retur ...our Arduino projects. What is I2C? The TCS34725 has an I2C interface (SDA and SCL) that c ... be used to interrupt Arduino. I2C stands for Inter-Integrated Ci ...ices for serial communication. I2C Communication Protocol uses on...