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

129 total results found

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...back to when it did work! Step 1: Signing up for GitHub Go to h ...hrough these. Very important!!!1!!1! The way that GitHub pages wor ... this page: Very important!!!1!!1! This is where we need to set our repository name to equal exactly this struc...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

...to-printing. Unfortunately, the app is not available for other operating systems. 1. Launch Automator Search for "A ...m it to save the graphics every 1 minute in a designated folder and the Automator will print it auotmatically through a thermal printer.

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...ed tutorial for imaging the Pi. 1. Using Raspberry Pi Imager Ra ...tick into the Pi and wait for 5-10 minutes. Remove the USB stick ...ack into the Pi, and wait for 5-10 minutes again. Refresh the game listing in EmulationStation by pressing press Start...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

...k image Himage = Image.new('1', (epd.width, epd.height), 255) ...n Argyments: # draw.rectangle((x1, y1, x2, y2), outline=0, fill=None) ... # draw.arc((x1, y1, x2, y2),startAngle, endAngle, ...fill=0), (x1, y1, x2, y2) bounding box of the el ...e arc is part of # draw.chord((x1, y1, x2, y2), startAngle, endAn...

Using an MFRC522 RFID reader

Physical Computing Tutorials

... of that model. SDA - Digital 10 (SS) SCK - Digital 13 (SCK) MOSI - Digital 11 (MOSI) MISO - Digital 12 (MISO) IRQ (unconnected) GND - ...t above #define SS_PIN 10 // Configurable, see typical pin layout above MFRC522 mfrc522(SS_PIN, RS...

Using a Force Sensor

Physical Computing Tutorials

...5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...alue; //sensor value range: 0-1023 //200 is light touch //500 ...{ Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { s ...rValue > limit) { digitalWrite(13, HIGH); } else { digitalWr...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...o diode(-) Gate (G) to GND via 1k resistor & to Pin 13 Power Supply(+) to actuator(+ ...tal device. #define actuatorPin 13 void setup() { pinM ...tuatorPin, HIGH ); delay( 1000 ); digitalWrite ...ctuatorPin, LOW ); delay( 1000 ); }

Creative Coding 101

Creative Coding Other workshops

The slides for Introduction to Creative Coding are attached as a file on the left of this page!

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...n, please see here. How to fix (12/2024) Change this line cam = new Capture(this, cameras[0]); to "pipeline:avfvideosrc device-index=0" Full Code import processing.video.*; Capture cam; void setup() { size(640, 480); String[] cameras = Capture.list(...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

... of the sensor. Click run to launch the app and in the top left corner of the interface, click on this button to connect your sensor. You are now presented with a depth map, from the heading select Record ...n the lab we offer both Kinect v1 and v2. 

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

... Physical Computing, Projection Mapping, Games, and Virtual Reality. Students come to this area with an idea and the technical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get sta...

Student works

About the Lab Lab Orientation notes

...raction Design Communication (2019) Arduino, stepper motors, LDR ... sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...raction Design Communication (2019) MadMapper, Arduino, microswitch VR and ...rmation and Interface Design (2019) Unity

How to export your p5.js as a video

Creative Coding Tutorials

...et it to 60, which will capture 1 second of material at 60 frames ...capturing if (frameCount == 1) { capturer.start(); } ...ecording once the frameCount == 1.We do this so that the program ...t capturing if (frameCount == 1) { capturer.start(); } ...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...assets called Asset Libraries. 1) Using Quixel Quixel is a Material and Asset Library that is free to use with Unreal Engine. This provides easy access to thousands of pre-made assets for your projects. We will be using Quixel to select a material for the...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

...b for questions or assistance. 1) Start with a blank level in Un ... For this tutorial we will use 31x31 quads. For larger landscapes, you can use a larger size. After this is done, you can click create and your landscape will be done. 3) Modifying th...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ideo showing how if you prefer. 1. Download the Raspberry Pi Imag ...rmat. Open Raspberry Pi Imager v1.8.4, you can format the SD card directly. Storage, select the SD card Operating System - Erase Click Next and wait for it to finish. 3. Image you...

How to create 360 Video for the Igloo system

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

...ing different hardware. Step 1 Set up your 360 camera at your capture point with a tripod for best results. Make sure your camera has an SD card with enough storage for your whole recording. Set the capture resolution at the highest setting with the hi...

What is a Raspberry Pi?

Raspberry Pi

... in the CTH Raspberry Pi's kit. 1. Screen You can use any screen, ... Pi. Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 ...5V, 3A; USB-C Raspberry Pi 5: 5.1V, 5A; USB-C 5. SD card The SD ...suggest using one with at least 16GB. 6. Good to have Ethernet ...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

... UNO, hardware Serial (pins 0 & 1) is shared with the USB connect ... if (byteRead == 0xAA) state = 1; break; case 1: // Waiting for second sync byt ...d length if (byteRead > 169) { // Invalid length, reset state = 0; ...

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

1. Download the software Go the t ... official site and dowaload the 1.8.XX version! The latest versio ...do). In this screencap, you see 14301, yours may not be the same, if you are using a Windows PC, you will see COM# (Arduino Leonardo) 4. Double Check Now...