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

160 total results found

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

...s://madmapper.com/madmapper/software. Software Setup  Before launching MadMapper, ...s". Windows: Go to Display Settings, and choose "Extend these displays". Import your content MadMapper comes with a few built-in visuals, but to add your own:...

How to use a rotary encoder

Physical Computing Tutorials

... can rotate endlessly without resetting, but they only provide rela ...aft angle. This allows you to always know the exact position, even ...tile int lastEncoded = 0; void setup() { // Setup the encoder pins as inputs pinMode(encoderPinA, INPUT); pi...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...u will see two main parts, void setup() {} and void loop() {}, this ...ructure of Arduino code. In the setup(), usually we establish what component we are going to control and what are they. pinMode(LED_BUILTIN, OUTPUT); we are using the built-in on-board...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio(8, 9); // RX, TX ... void setup() { radio.begin(9600); } v ...o UNO - Receiving #include <SoftwareSerial.h> SoftwareSerial radio...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...rcuit, allowing you to easily control the motor without needing to worry about the electronic setup. Wiring G to GND V to 5V S ...tor is connected to pin 3 void setup() { pinMode(motorPin, OUTPU ...stop vibrating delay(1000); //wait 50 seconds. }

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...sX = 0; int degreesY = 0; void setup() { Serial.begin(9600); w ...h" float x,y,z, ledvalue; void setup() { if (!IMU.begin()) { Serial.println("Failed to initialize IMU!"); while (1); } } void loop() { // read magnetic field in all t...

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 board and port from "Tools". For ...

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 &gt; 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. They can also be called 3D Assets. You can either create your ow ...oaded from here: UE Workshop Assets After downloading the Building ... Importing Models To import assets into your project, first open ... can specify which folder the assets will get imported into by sele...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...e Raspberry Pi Pico The easiest way to power a Pico is through the ...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 power sources. Schottky diode is preferred for its...

Other resources

Touchdesigner Basics of Touchdesigner

...designer here at LCC. The best way to grow in your visual program ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi ...signer: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repositories and useful tools might be Github, a websit...

Introduction to Spark AR

Spark AR Installation and Setup

...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are a number of tools developed now for making AR base...

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

... code in Processing, we have to set up the serial port for the communication between Arduino and Processing. Go to line 15. port = new Serial(this, "COM20", 9600); "COM20" is the name of the serial port, every USB port on everyone's computer is different....

How to use a Neopixel strip

Physical Computing Tutorials

...or lengthen them flexibly. Once set up, they are very durable and e ...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 lib...

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

Physical Computing Tutorials

...but you can change the pitch by setting the tone from 0-9 (0 is the deepest). Please see here for their official tutorial. Voice Recorder Module Pro This module has an integrated recording and playback function and supports I2C communication. It can store ...