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

162 total results found

How to send data to p5.js from Arduino

Physical Computing Tutorials

...is actually a website that consists of a html file, a css file and ... a java script which makes everything fun. To access diff ...associated with the sketch. First we have to install the P5.js WebSerial Library. ...he comments in the code to understand what they do. // variable to...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...p development environment Understand the principles of locating p ...on screen Drawing shapes Understanding additive colour and using ...ing. The p5.js project is the most recent part of a complex history of open-source, creative cod ...des a lot of functionality that makes it easy to draw shapes, colour...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... This tutorial aims to get you started using Unity and HTC VIVE H ...DM (Head Mounted Display) Using Steam VR 2.2 plugin. Please notic ...e that this is the first of a series of tutorials focuse ...Prerequisites Download and install Unity 2018.2.21f1. More rec...

How to use a Servo Motor

Physical Computing Tutorials

...belts, and various automation systems. A servo motor works by rece ... it uses an internal feedback system to adjust the motor’s movement accordingl ... Regular (Standard) Servo 0°–180° (som ...ular position (PWM) Arms, steering, gimbals ...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...s where you can download pre-existing 3d models for use within you ...tories for museums and public institutions to marketplaces where 3 ...D artists can sell models they have crea ...models is very expensive and we strongly recommend searching for f...

AR with Unity - Step #4 - Building and testing your app

Unity AR Image target AR tutorial

...ng the Vuforia plug-in. In this step, we are going to review all t ...app. Prerequisites Previous steps. To continue with this pr ...oject you should make sure to first check our previous AR tutorials ...: AR with Unity - Step #1 - Development environment ...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

...ave-controlled toys such as the Star Wars Force Trainer. The toy c ...re to GND on Arduino. Getting started The following is a sketch ...e(); } void readMindwave() { static int state = 0; static byte payload[256]; static int payloadLength = 0, payl...

Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33

Physical Computing

...t provides a comprehensive ecosystem of tools, libraries, and comm ...o mobile devices and embedded systems. With TensorFlow, developers ...ntrollers and other resource-constrained devices. It enables devel ... inference without requiring constant communication with external ...

What is Unreal Engine?

Unreal Engine Basics

...t projects. With Unreal Engine, students can bring their ideas to ...res: Unreal Engine's popularity stems from its impressive features ...g Visuals: Unreal Engine allows students to create visually stunning graphics with realistic lighting, shadows, reflection...

How to connect a push button or switch

Physical Computing Tutorials

...ng a connection as one of the most rudimentary forms of sensor you ...hes and buttons, but at their most basic is the momentary push but ...ng on in the wiring and getting started sections below. However th ...or activating an action, like a start video button. Rocker, slide...

Web App Template for Beginners

Creative Coding Tutorials

Start with this one. Learn to buil ...code that runs on server. It is stores and organizes data and deli ...n’t have one yet. I like Visual Studio. 2) Create a folder for you ...Documents folder. 3) For Visual Studio: Open example_app folder an ...rver with Node and Express 4) Install Node. 5) Watch videos 12.1. ...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

Getting started Step 1: Get yourself on Github! Go ... to https://github.com/ and make yourself an account, if you don ...'t already have one. Step 2: Click HERE and leave a com ...who you are, please). This is just so I know your Github username ...up the git user Before we can start using git, we have to tell i...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

..., please use the DFPlayerMini_Fast library instead. The DFPlayer Mini MP3 Playe ...er. The module can be used as a stand-alone module with an attache ... 5V (Power) RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) ...ay(1) function will play the first mp3 copied into the micro SD ca...

Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner

Touchdesigner Interactive Media

...er before you would have surely stumbled across some Kinect tutori ...ative Technology Hub now offers students the chance to borrow an O ...ill briefly guide you through installing the prerequisites and sho ...mera up in TouchDesigner. 1. Installing Dependencies Before usin...

How to use a rotary encoder

Physical Computing Tutorials

...nent in many types of control systems. Wiring Different models of ... switch ( White ) - 3 Getting started The encoder produces pulse ...hich are triggered whenever the state of A or B changes), the Ardu ...an determine the angle or the distance travelled. The direction of...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

Before we begin... Make sure you have installed Touchdesigner, a tutorial ...on how to get the software started is available here. This tu ...learn more about this technique student can attend the 'Intro to P ...jection map it onto our object. Make sure to connect your projector ...

Programming and the Patch Editor in Spark AR

Spark AR Programming with Patch Editor

...he Patches in Spark AR have a similar functionality to the nodes in Blender and Unreal Engine. They function like pre-written blocks of code that make it easier for the user to start programming without needing ...Creative Technology Lab for assistance.

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...necessary software is already installed on the machine in CTH, so ...just log in using your UAL credentia ...een created in Photoshop or Illustrator, or if you're using TouchD ...sion. It's similar to Adobe Illustrator and is ideal for preparing...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

... Unreal Engine involves several steps, including setting up the de ...g the app. Below are detailed instructions to guide you through th ...e process: Install Unreal Engine and Required S ...DKs: Download and install the latest version of Unreal...

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