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

133 total results found

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...ck on the "Asset Store" tab and type "Steam VR" into the search box. First, you will need to click the "Downloa...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming language. ...VideoDeviceIn TOP may display a warning: "Resolution limited to a max of 1280x1280 ...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...any people are in a room or the type of event we are attending. In t ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...re you can experience different types of content using your mobile p ...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRAME website Youtube tutorial list Unity 3D Thi...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and ...to the Pico, you can choose the types that you prefer. Choose a programming language for your Pico, in this tutorial, we will be using MicroPython. Download the correct MicroPython .uf2 ...

How to get started with Face Tracking in Spark AR

Spark AR TEMPLATE : Basic Face Tracking

Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...

Using a Vibration Motor

Physical Computing Tutorials

...nsistor is connected to pin 3 void setup() { pinMode(motorPin, OUTPUT); } void loop() { digitalWrite(motorPin, HIGH); //vibrate delay(1000); // delay one second digitalWrite(motorPin, LOW); //stop vibrating delay(1000); //wait 50 seconds. }

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...nsistor is connected to pin 3 void setup() { pinMode(motorPin, OUTPUT); } void loop() { digitalWrite(motorPin, HIGH); //vibrate delay(1000); // delay one second digitalWrite(motorPin, LOW); //stop vibrating delay(1000); //wait 50 seconds. }

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

...city MidiUSB.flush(); delay(500); Serial.println("Sending n ...ity MidiUSB.flush(); delay(1500); // controlChange(0, 10, 65); // Set the value of controller 10 on channel 0 to 65 } void noteOn(byte channel, byte pitch, byte velocity) { mid...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...Get Started #define SAMPLE_RATE 500 #define INPUT_PIN A0 // envelopeee buffer size // High value -> smooth but less responsive // Low value -> not smooth but responsive #define BUFFER_SIZE 64 // EMG Threshold value, !!!!need to change!!!! // Check by plo...

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...d to use the Arduino_BMI270_BMM150 library instead of Arduino_LSM9 ...th #include <Arduino_BMI270_BMM150.h> in all existing codes if you ...d. #include "Arduino_BMI270_BMM150.h" float x, y, z; int degreesX ...s. #include "Arduino_BMI270_BMM150.h" float x,y,z, ledvalue; void...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...or? The hall effect sensor is a type of magnetic sensor which can be used for detecting the strength and direction of a magnetic field produced from a permanent magnet or an electromagnet with its output varying in proportion to the strength of the magneti...

Using an MFRC522 RFID reader

Physical Computing Tutorials

...h each identification and a two-way radio transmitter-receiver as ...n(F("Scan PICC to see UID, SAK, type, and data blocks...")); } void loop() { // Reset the loop if no new card is present on the sensor/reader. This saves the entire process when idle. ...

Using a Membrane Potentiometer (SoftPot)

Physical Computing Tutorials

...? A Membrane Potentiometer is a type of position sensor that measures displacement or angle by detecting changes in electrical resistance. It consists of a flexible membrane with resistive and conductive layers that slide against each other when pressure i...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...cp, rsync, or SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If ... the connection the first time, type yes If your Pi is using a custom SSH port (e.g. 2222), add -P 2222

How to use a Reed Switch

Physical Computing Tutorials

...ed Switch? The Reed Switch is a type of magnetic switch that changes its state in the presence of a magnetic field. It contains two small ferromagnetic reeds sealed inside a glass tube. When a magnet comes close, the reeds attract each other and close the ...

How to use an Electromagnet

Physical Computing Tutorials

...t? The Grove Electromagnet is a type of magnetic actuator that becomes magnetized when an electric current passes through it. When powered on, it can attract small ferromagnetic objects such as nails, screws, or paper clips. When the current stops, it imme...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...is) BMI270 (6-axis) + BMM150 (3-axis) Temp & ...v1 to Rev2 Sensor Type Rev1 Library Rev2 L ...SM9DS1 Arduino_BMI270_BMM150 Temperature & Humidity Arduino_HTS221 Arduino_HS300...

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