Advanced Search
Search Results
175 total results found
How to send data to p5.js from Arduino
...munication is the process of sending data one bit at a time, seque ...makes everything fun. To access different files in your sketch, yo ...erial is available, add connect/disconnect listeners: navigator. ...igator.serial.addEventListener("disconnect", portDisconnect); ...
Understanding Arduino hardware
...Arduino Model The white label indicates the model we are using. In ... piece of information later. 4. Digital Input/ Output Digital means two states only, yes ...n see the symbol ~ next to some digital pins, those are PWM pins. ...utput pins. For example, if you want to create a breathing light e...
Creating a Landscape
...sumes you have a basic understanding of 3D work but no prior exper ...te our scene. 2) Change the editor to Landscape mode. This menu ...be used often to switch between different modes of the editor. We will want to change two important setti...
How to control Raspberry Pi Pico via Wifi
... cables. It operates by using radio frequency signals to transmit ...ome a ubiquitous and convenient way for people to access the inter ...x.xxx.xxx.xxx. Think of it as a digital address for your device on ...namic, meaning they change periodically, or static, where they rem...
Command Line Tools & Utilities
A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...
How to use a EMG Muscle Sensor
... muscle fibres are activated by motor neurons, and converts this data ...envelope > EMG_THRESHOLD) { digitalWrite(13, HIGH); } else ... { digitalWrite(13, LOW); } ... Serial.println(envelope); //modify thershold based } } // e...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ...rry Pi OS, a Debian-based Linux distribution for download. It prom ...aspberry Pi comes with a lot of different models and each of them ...y for the screen. 2. HDMI cable Different models have different ty...
Mobile VR -Setting Up Unity
...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com ...ce. Also, keep in mind that building an app for two different plat...
Mobile VR - Getting Started Guide
...ed extra controllers or fancy additional gadgets. Inspiration Be ...lp you get started. Google Expeditions App This google app, avai ...ebsite where you can experience different types of content using y ...vice. click here to visit Software There are many different t...
Workshop exercise: Clone, commit, pull, push
...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... normal in Unity and make some edits! It's pretty empty at the mom ... files you have changed" You always have to put -m followed by a ...
Adding content - Music and Audio
There are multiple ways in which you can use audio in your AR project through Spa ...An introduction to the use of audio in Spark AR can be found here. ... Adding an Audio file It is important to note ... file format. You can convert audio files to M4A using open source...
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...elling the sketch to start recording once the frameCount == 1.We d ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames ...that is true, it will keep recording. The minute the frameCount is...
How to use a PIR sensor
...tect movement of objects that radiate IR light (like human bodies). It is very commonly used fo ...tection sensor can be connected directly to one of the Arduino (or ... any microcontroller) digital pins. If any motion is det ...} void loop(){ pirStat = digitalRead(pirPin); if (pi...
Project Proposal Form
Fill in the Project Proposal Form after reading the CCG. Aim to provide as mu ...can the following QR code to be directed to the form. You will nee ...ccess the Project Proposal Form directly.<
Projection Mapping in MadMapper
...es — like projecting onto a building facade. Unlike TouchDesigner, ...s://madmapper.com/madmapper/software. Software Setup Before launching MadM ...apper, make sure your displays are not mirrored: ma ...cOS: Go to System Preferences > Displays, and uncheck "Mirror Disp...
How to build to a Vive Pro or Vive Pro Eye
Building a VR app for the Vive Pro Eye ...ne involves several steps, including setting up the development en ...igure Project Settings: Go to Edit > Project Settings. Under Plat ...cale, seated) and controller bindings. Design VR Environmen ...s: Set up VR-specific input bindings for the headset and controll...
Introduction
...ab, don’t worry—this guide will walk you through the basics. If yo ...hop, you will learn: Understanding Arduino hardware Understanding Arduino software Using built-in example code ... and Reading the hookup diagram Installing libraries U...
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ... the interface to access the OP dialog, this is a "library" of all ...in Touchdesigner. Operators are divided into families, in this tut ...ask your area of projection and warp your content onto it. Drag an...
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ... cover how to install Python on different operating systems and in ...t (IDE), which will make your coding experience smoother and more ...
A circle following the mouse
...l TOP, then click on the null's Display button - this will help yo ... of our circle by clicking on Radius and editing these sizes. You can improv ... match those of our canvas by adding a Select CHOP to our MouseIn ...ll see two rows: From Range indicates the original set of values...