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

166 total results found

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

Using an MFRC522 RFID reader

Physical Computing Tutorials

What is an MFRC522 RFID reader RFID means radio-fr ...h each identification and a two-way radio transmitter-receiver as ...gital 11 (MOSI) MISO - Digital 12 (MISO) IRQ (unconnected) GND - ...brary We will be using the MFRC522 library. Please see this tutori...

Using a Membrane Potentiometer (SoftPot)

Physical Computing Tutorials

...? A Membrane Potentiometer is a type of position sensor that measure ... of the thinner strip) to 5V Pin2 (middle pin) to A0 & via 10k resistor to GND Pin3 (the one with a small arrow) to GND Getting started This example turns on the built-in LED when to...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

.../pi/.config/autorun/kiosk.desktop cd /home/pi/.config mkdir autorun kiosk.desktop [Desktop Entry] Type=Application Exec=/home/pi/full-screen.sh Hidden=false X-GNOME-Autostart-enabled=true Name=kiosk Reboot the Raspberry Pi. sudo reboot now

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

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...est version, 2.3.X, is not currently supported ... stick with the older version. 2. Select Arduino Board We need t ...ck Now at the bottom of the software, you will see you are using A...

Making a Force Sensor/ a Button with Velostat & Conductive Fabric

Physical Computing Tutorials

...and Conductive Fabric You need 2 pieces of conductive fabrics an ...iece of velostat. Make sure the 2 pieces of conductive fabrics ar ...tat is pressed. int buttonPin = 2; int buttonState; void setup() { // put your setup code here, to run once: Se...

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