Advanced Search
Search Results
173 total results found
How to build to a Vive Pro or Vive Pro Eye
... and install the latest version of Unreal Engine from the Epic Gam ...eality" or "VR Template" as a starting point for your Vive Pro Eye ...ur VR app utilizes eye tracking features of the Vive Pro Eye, ensure that t ...he interactions and visual feedback are optimized for a seaml...
DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2
We tested a few DFRobot sensors by following t ...you simply need to remove this part sensor IIC address*/ from this ...ss*/. Please see here for their official tutorial. Speech Synthesi ...arin languages and uses I2C or UART for communication. If you are ...
"Hello, World!" in Node.js
...language is one form or another of the infamous "Hello, World!". ...uld be familiar with the basics of the command-line (also known as ...ems. It is also a good overview of the history, philosophy and the ... anatomy of the shell. Install NodeJS ...
Web App Template for Beginners
Start with this one. Learn to build a ... but only 1 backend. Backend is often built with Node.js or Python ...5) Watch videos 12.1. and 12.2. of this excellent tutorial by Dani ...nd Express are and how to get started with them. You are welcome to ...ml file, add the following line of code in the <head> section of y...
How to control Arduino without using delay()
...lize the FireTimer with a delay of 1000 milliseconds ledTimer.be ... ledState = LOW; // Keep track of the current LED state ledSt ...eep the LED on for 1 second and off for 2 seconds using the FireTi ...e(LED_BUILTIN, OUTPUT); // Start the FireTimer with an initial d...
Week 4 - Other inputs and APIs
... Independently researching new features of p5.js using the documentation ...ing inputs to control behaviour of your sketch Understanding the ...concept of web-based APIs and basic use I ...rver So far during this series of workshops testing your code has...
How to use a Servo Motor
...that allows for precise control of angular position, velocity, and ...sition, and it uses an internal feedback system to adjust the moto ...r’s movement accordingly. We often use RC (Radio-Controlled) Se ...s in physical computing. Types of Common RC Servo Motors ...
Connecting a Potentiometer
...potentiometer? A potentiometer (often abbreviated to pot) is an el ...e connections, the main purpose of the pot is to create a variable ...age on pin #2 would be 2.5V. Different types There are two main ty ...er Wiring Identifying the pins of a potentiometer The most common...
Making Breathing Light with LEDs
..., aka the longer leg. It is one of the most common components. Mak ... your Arduino with "~" in front of it. For example, pin D3, D5, D6 ...ate a PWM signal. The frequency of this generated signal for most ... analogWrite(0) means a signal of 0% duty cycle. (turns somthing ...
How to create 360 Video for the Igloo system
...same steps with any 360° camera of your choice. However, some step ...s or details may be different when using different hardware. Step 1 Set up ... finally displayed at a maximum of 30 FPS. Step 2 Remember that t ...oo system will only show a band of content from the whole 360° sph...
How to Display Animation on Waveshare E-Paper Display
...imation ready to use. What type of animation will be suitable to d ...((a++)) done Now you can transfer the folder to the Raspberry Pi ...e at the /animation directory Start conversion, for f in *.jpg; do ... logging.info("switch to partial refresh") epd.init_part(...
Touch sensor - with No Sensor!
...ly put, it is the touch sensing of all conductive materials includ ...ial, we will show you two types of Capacitive Touch Sensing: acute ... However, due to the constraint of the physical circuit, reading m ... Library This library makes use of the AVR internal wiring to get ...
Using NFC Tools to Read/Write NFC tag
..., a phone number, your social profile or even a location. We have ...oject involving Arduino.. Types of Tag In this tutorial, we are using NTAG203, NTAG215 or NTAG216 should work fine as well. You cannot use MIFARE Classic tag or card. Steps Download the...
Importing and Placing 3D Models
This is a multi-part tutorial on creating virtual wo ... you have a basic understanding of 3D work but no prior experience ... by others. We will use a model of a building that can be download ...e. We will now change the scale of the object so it looks right in...
How can I request access outside of normal hours?
You can request access to the Creative Technology Lab outside of normal hours by completing the ...tted to technical.enquiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.
What is a Raspberry Pi Pico?
...anuary 2021 and represents a departure from the traditional single- ...he Raspberry Pi 3 or 4. Instead of being a full-fledged computer, ...roPython, a lightweight version of the Python programming language ... Pico family currently consists of four boards; Raspberry Pi Pico,...
Command Line Tools & Utilities
...Command Line Interface is a way of interacting with a computer by ...issuing commands in the form of lines of text. These commands interface ...tions. There is a large amount of useful Free and Open Source Software (FOSS) available online th ...Graphical User Interface (GUI). Often this software works more eff...
Bonus round: putting an existing Unity project into git
...ilepath to the top level folder of your project! If you don't kno ...s Enter - you should get a list of all the folders git can see in ...your project. None of these have been added to the re ...t anything yet! Unity has a lot of weird crap in it which we don't...
Projection Mapping in Touchdesigner
..., a tutorial on how to get the software started is available here. This tutor ... OP dialog, this is a "library" of all operators available in Touc ...on; The Palette is a collection of ready-made useful components (C ...signer to easily mask your area of projection and warp your conten...
A circle following the mouse
... first step. We will cover some of the most important concepts suc ...ange the width(x) and height(y) of our circle by clicking on Radiu ... and y axis within the canvas' cartesian plane. Take note of your canvas' extremities, ie.: ...uate. We'll use these as points of reference for our mouse to foll...