Advanced Search
Search Results
180 total results found
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...projection mapping content onto 3D surfaces in Touchdesigner, to ...to your laptop and that this is set up as an extended monitor: foll ...ask your area of projection and warp your content onto it. Drag an...
Adding content - Music and Audio
There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... found here. Click on Add Asset in the Assets pane. Click on Import from Co ...mputer. Select the file you want to open and click Open. Your...
AR with Unity - Step #4 - Building and testing your app
... This tutorial aims to help you set up an AR Unity project using th ...ep #1 - Development environment setup AR with Unity - Step #2 - En ... plug-in AR with Unity - Step #3 - Adding content to your projec ... the file menu and select Build settings, please make sure that you...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...stat. int sensorPin = A0; void setup() { Serial.begin(9600); } ...using a Pull-Up Resistor button set up. Ground (one end to GND ) S ...Pin = 2; int buttonState; void setup() { // put your setup code here, to run once: Serial.begin(9600); ...
How to use an Electromagnet
...tal pin. When the signal pin is set to HIGH, the electromagnet turn ...attracts metallic objects. When set to LOW, it turns off and releas ...onnected to digital pin 2 void setup() { pinMode(electromagnetPi ...n, OUTPUT); // Set pin as OUTPUT Serial.begin(96...
How to use a Heart Beat Sensor
...lculated Beats Per Minute void setup() { pinMode(LED, OUTPUT); ... signal crosses the threshold upward (beat detected) if (Signal ...al goes back below threshold, reset for next detection if (Signal ..., and which to ingore. // The SetUp Function: void setup() { pi...
Using a Whadda Vibration Motor Module
...g to worry about the electronic setup. Wiring G to GND V to 5V S ...to pin 13 Getting started This code is ...p for 1 second. int motorPin = 13; //motor transistor is connecte ...d to pin 3 void setup() { pinMode(motorPin, OUTPU ...stop vibrating delay(1000); //wait 50 seconds. }
Connecting a Potentiometer
...istive area between pin #1 and #3, the middle pin #2 is called th ...he voltage between pins #1 and #3. For example if you have Ground ... (0V) on pin #1, and 5V on pin #3, you could select a voltage bet ...ween 0V to 5V, at the half way the voltage on pin #2 would be...
Installing PyCharm
...ment Environment (IDE) is a software application that provides a c ...omprehensive set of tools and features to assist ...ution, variable inspection, and setting breakpoints to pause the pr ...n find that version control software will become an indispensable ...
Using a Sparkfun Sound Detector
...fun electronics that provides a way to detect ambient sound levels ...pe #define envelopePin A0 void setup() { Serial.begin( 9600 ); ...ng gate #define gatePin 2 void setup() { Serial.begin( 9600 ); pinMode( gatePin, INPUT ); } void loop() { S...
How to send data to Processing from Arduino
...fine potPin A0 int value; void setup() { Serial.begin(9600); //i ...a from arduino if needed void setup() { size(800, 800); pr ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...e pot is 0 and max. value is 1023. //and I want to map the back...
"Hello, World!" in Node.js
...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...le and add some JavaScript and (3) pass this file to NodeJS using ..."Hello, world of NodeJS!"); (3) Execute our hello.js script us...
How to send files to Raspberry Pi using SSH
...cp, rsync, or SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If ... pi@<raspberry_pi_ip>:/home/pi/ 3. From Raspberry Pi → Your Computer scp pi@<raspberry_pi_ip>:/home/pi/somefile.txt ...
Photogrammetry Pages
This is a comprehensive guide that will guide you through the whole process of creating a 3D digital copy of a physical object.
Useful learning resources
... Getting Started With Arduino 3rd Edition by Massimo Banzi and ...tical Electronics for Inventors 3rd Edition by Paul Scherz and Simon Monk A more in-depth look at electronics. Very good for those with a grasp on the basic topics. Websites Learn at S...
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 install libraries
...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively new. You will often have to manually download and install a library, following the other two processes. ZIP library Loc...
Controlling an actuator with TinkerKit Mosfet
...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...ce. #define actuatorPin 6 void setup() { pinMode( actuatorPin, O ...this is effectively the same as setting the brightness of an LED. *...