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

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...s Download and install Unity 2019.2.0f1. Previous versions might a ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions b ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufo...

Using a Adafruit 1.8" TFT Display Shield V2

Physical Computing Tutorials

...Adafruit 1.8" Color TFT Shield V2? A TFT LCD display is a type of ...); // Or dim it up for (int32_t i=TFTSHIELD_BACKLIGHT_OFF; i< ...tory = 0; void loop() { uint32_t buttons = ss.readButtons(); ...("Left "); buttonhistory |= 2; } if(! (buttons & TFTSHIEL...

Using L293D IC for motors

Physical Computing Tutorials

What is L293D? The L293D is a 16-pin Motor Driver IC ...aneously in any direction. The L293D is designed to provide bidirectional driv ... in toys. It usually comes with 2 wires, one red(+) and one black ... speed of the motor. Taking a 12V DC motor for example, we conne...

Unity for Beginners Workshop

Unity

...Task 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...all Unity Installing Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...more. RetroPie sits on top of a full OS, you can install it on an ex ...ie image and add additional software later. It's up to you. We are ...is now an emulator ready to go! 2. Controller Configuration Retro ...is not supported at the moment(02/2024). You will see the Welcome...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...-power radio transceiver module designed for long-range wireless commu ... UART-based modules like the APC220, the RFM69HCW offers SPI commu ...s tutorial. Differences from APC220 Feature ...APC220 RFM69HCW ...

Student works

About the Lab Lab Orientation notes

...tes and videos! Creative Coding Design with your Mind by Miguel Despor ...t, BA (Hons) Graphic Media Design (2020) Muse meditation brain sensor, ...er by Mich Tsai, MA Interaction Design Communication (2019) Arduino, stepper motors, L ...by Bufeng Zhang, MA Interaction Design Communication (2019) MadMapper...

Arrays

Programming Tips and Tricks

...ode, as so: var myVariable = 200; console.log(myVariabl ...function draw() { background(220); ellipse(x, y, 20,20); } p5 Editor Now what ...if we wanted to have a lot of circles, l ...es for every ellipse: var x1 = 20; var y1 = 100; var x2 = 213;...

Workshop: Version Control for Games Design

Games

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...ring one pin to GND one pin to 2 Getting started void setup() ... { pinMode(2, INPUT_PULLUP); // Internal pul ... int buttonState = digitalRead(2); Serial.println(buttonState)...

What is Unreal Engine?

Unreal Engine Basics

...Unreal Engine is a powerful software that helps creators build vir ... interactive content. Initially designed for video games, it has evolv ...eir ideas to life, whether it's designing games, exploring architectur ...ing the overall experience. 2) No Coding Required: One of the...

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

Creative Coding Tutorials

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

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

... will be using Nano 33 Sense Rev2. Wiring Wiring up the sensor is ...); void setup(void) { lcd.init(240, 240, SPI_MODE2); lcd.setRotation(1); delay( ... and a String lcd.fillScreen(0x22ED); lcd.setCursor(20, 100); lcd.setTextColor(ST77X ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 #...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and represents a departure fro ...y Pi 3 or 4. Instead of being a full-fledged computer, the Raspberry ...Pico is a microcontroller board designed for embedded projects and ele ...Raspberry Pi. The Pico includes 26 programmable general-purpose i...

How to use MatrixPortal M4

Physical Computing Tutorials

...pment board created by Adafruit designed to control RGB LED matrices. ...Wi-Fi support thanks to the ESP32 coprocessor. Here are some key ...Cortex M4 processor running at 120 MHz. Coprocessor: ESP32 handles Wi-Fi and network commu ...nication. Memory: 512KB of RAM, 8MB of QSPI flash sto...

Accessibility Statement

About the Lab Frequently Asked Questions

...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...me parts of the website are not fully accessible: our PDF documents ... are not fully accessible to screen reader so...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...will be using Adafruit SSD1306 128 x 64 OLED with I2C communication. It can support ... must be soldered 'closed' for I2C to work! Wiring Wiring up th ...D1306.h> #define SCREEN_WIDTH 128 // OLED display width, in pixe ...n SSD1306 display connected to I2C (SDA, SCL pins) // The pins fo...

How to export your p5.js as a video

Creative Coding Tutorials

...ime-based work in p5.js you may want to capture the canvas as a vi ...ample, if you have a generative design that evolves over time, or an a ... referened to the path "./src/" 2. Click on the "index.html" file ...ript src = "./src/webm-writer-0.2.0.js"></script> <script src...