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

161 total results found

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...if the ping sound is reflected away from the sensor by an a diverg ...es are over £100. Wiring Wiring up the sensor is simple: Power (V ...tanceSensor(13, 12); void setup () { Serial.begin(9600); //initialize serial connection so that we could pri...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

...rial. Refer to the guide to set up the OAK Device CHOP and OAK Select TOP components. In this tutorial, we’ll program the camera to generate a wide-angle image using its vision system. To do this, replace the script in the Text DAT with the following code...

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...= 0; int degreesY = 0; void setup() { Serial.begin(9600); whi ... 90); Serial.print("Tilting up "); Serial.print(degreesX); ...float x,y,z, ledvalue; void setup() { if (!IMU.begin()) { Serial.println("Failed to initialize IMU!"); wh...

How to install Node.js on Raspberry Pi

Raspberry Pi Tutorials

... for those with basic command line experience. In the terminal or via SSH: Add the package source: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - Install ....list.d/yarn.list sudo apt-get update && sudo apt-get install yarn

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...cp, rsync, or SFTP) Install software, run Python scripts, update your system Control a headl ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If You’re Using Pi Headless Put a file named ssh (with no extension) into the boot partition of ...

Building for Android Touchscreen Display with Phone OS

Building Apps (Staff)

Unreal project setup as Mobile Scalable. Build for A ...ndroid with regular SDK, NDK setup for Meta Quests. On packaging s ...is the second or third, it will update the same app. Move the obb file to the storage of the android display. It will have to be in th...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...; int data_index, sum; void setup() { // Serial connection begi ... where is the electrodes. After uploading the above code, you can open the Serial Plotter. Look at the Orange line (or the smoother line), this is when my forearm is relaxed, and the num...

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

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?

What is Unreal Engine?

Unreal Engine Basics

...Unreal Engine is a powerful software that helps creators build vir ...erent Platforms: Unreal Engine supports multiple platforms, such a ...ts. They can create interactive walkthroughs, realistic visualizations, and virtual tours of their designs, providin...

Installing Unity

VR tutorials - Unity HTC VIVE Tutorials

...re a few things you need to be aware of: Downloading and instal ...re logged in, you will get a popup window asking if you want to open the Unity HUB, Select ...can choose Unity 2020, just be aware that your interface will look ...Now you are all set and the software is ready for you to create yo...

Introduction to the PyCharm IDE

Python for Beginners

... you'll be welcomed by its startup screen. To create a blank Pyth ...s things less confusing. The setup page also asks if you want to create a main.py welcome s ... a blank directory. Once the setup is complete, click "Create." The PyCharm Interface After...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...ces. Android and/or IOS build support To compile mobile applicat ...e Android and/or the IOS build support. Please be aware that both ...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...m, the sensor detects the interruption and triggers an output sign ... + receiver; detects beam interruption. Passive infrared; de ...tects changes in long-wave IR (heat) in its field. ...near-instant when beam is interrupted. Fast for motion but m...

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

...also include sound, video) are superimposed onto the physical real ...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. Tool...

Concepts

Creative Coding

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