Advanced Search
Search Results
90 total results found
Intro to Touchdesigner
...ysical computing and projection mapping. Touchdesigner is a node-b ...nts, each grouped by category. 'Mapping' is just one of these categ ...ticularly useful for projection mapping. Parameters Window Every operator comes with a set of parameters tha...
How to build to a Meta Quest 2
...de you through the process: Install Unreal Engine and Required SDKs ...: Download and install the latest version of Unreal En ...ou have the Android SDK and NDK installed on your development machine. ... Development Hub: Download and install Oculus Development Hub from the...
How to use Waveshare E-Paper Display with Raspberry Pi
... Reboot the pi by sudo reboot Install Python Library sudo apt-get upd ...ate sudo apt-get install python3-pip sudo apt-get install python3-pil sudo apt-get install python3-numpy sudo pip3 install RPi.GPIO sudo pip3 install spidev Download Python Example...
3D Geometry and Parametric Design
...ls. Pre-requisites Download Google Cardboard app for iPhone or And ...me. As you can see from this Google search for parametric design (June, 2017) there is a recognisable style that is reminiscent of organic shapes and patterns. Without speculating...
"Hello, World!" in Node.js
...d the anatomy of the shell. Install NodeJS You will need to downlo ...ad and install NodeJS. Download the installer for your particular operating ...ns. To test if NodeJS has been installed successfully: Open a comman ... the version of NodeJS that you installed. Something like: v4.4.7. If y...
How to send data to Processing from Arduino
...'\n'); } void draw() { //map() is a important function to us ... range to use in Processing //map(a, b, c, d, e) has 5 Parameters ... //map(theVariableYouWantToMap, min.ValueOfRawData, max.ValueO ...alue is 1023. //and I want to map the background colour from blac...
How to build a Simple Robot Arm with Servo Motor and Joystick
...gRead(potAngle); int rotationMapped = map(rotation, 0, 1023, 0, 180); // ...o's angle (0 to 180) int angleMapped = map(angle, 0, 1023, 0, 180); // sca ...0) rotateServo.write(rotationMapped); // rotate servo motor 1 ...angleServo.write(angleMapped); // rotate servo motor 2 ...
How to use MatrixPortal M4
...out Address E Line Jumper here. Install CircuitPython CircuitPython and ...rsion of CircuitPython you have installed and use updated and compatibl ...e Board into Bootloader Mode To install CircuitPython, you need to plac ...sts.mpy adafruit_io adafruit_bitmap_font adafruit_display_text adaf...
Week 3 - Iteration, arrays, objects and pixel arrays
...ct. If you have Node.js already installed you can run the following com ...mand to install an HTTP web server: sudo npm install -g http-server If you receiv ...y that you do not have Node.js installed. In which case visit the Node ....js homepage and download/install the LTS version and repeat the ...
Command Line Tools & Utilities
...dding text to video or images Installing CLI Tools Homebrew - Packag ...ger for the macOS CLI. Once you install it on the CLI you can with one ...line install a lot of software from it's rep ....githubusercontent.com/Homebrew/install/master/install)" Hit enter ...
Week 4 - Other inputs and APIs
...ct. If you have Node.js already installed you can run the following com ...mand to install an HTTP web server: sudo npm install -g http-server If you receiv ...y that you do not have Node.js installed. In which case visit the Node ....js homepage and download/install the LTS version and repeat the ...
(MAC) How to use Phomemo Thermal Printer M834
...4"/2.08") of thermal papers. 1. Install Printer Driver Please visit the ...site to download the driver and install the driver according to the guide. 2. Create Custom paper size If you are using thermal paper that is not the standard A4 or US Letter size, ...
How to use Raspberry Pi Camera Module 3
...able sudo reboot Update OS & Install Required Packages sudo apt upda ...&& sudo apt upgrade -y sudo apt install -y libcamera-apps python3-picamera2 python3-opencv Test Camera via Terminal Basic Camera Preview (HDMI required): libcamera-hello Take a P...
How to control Raspberry Pi Pico via Wifi
...ion. How to find my IP address Google Search - "What's my IP address?" Go to Network Preferences (MAC), Wifi Properties (Windows) Go to Terminal (MAC) or Command Prompt (Windows) and type in ipconfig getifaddr en1 Get started The example code will turn ...
How to Configure a Raspberry Pi for the first time
...ss to the internet. 5. Brower Google Chrome and Firefox are both preinstalled, you just need to choose one ...many essential applications pre-installed so you can start using them straight away, such as Thonny. You can go to Start - Preference - Recomme...
Web App Template for Beginners
...Server with Node and Express 4) Install Node. 5) Watch videos 12.1. and ...easier for others to manage and install. If confused, check the tutoria ... on step 5. When done, type npm install express. This installs Express to this project folder (we only wan...
DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2
...ommunication. You will need to install the library DFRobot_HX711_I2C l ...ion, make sure you download and install the DFRobot_SpeechSynthesis_V2 ...ch is only available via manual install. There is a tutorial for installing libraries on Arduino. In the...
Steam VR setup Tutorial #1 - Player camera setup
... Prerequisites Download and install Unity 2018.2.21f1. More recent ...the software. Download and install Steam. Steam platform will install additional components needed to ... moment, your package should be installed and you will be able to see t...
Setting up Kinect in Touchdesigner
... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and change the count to loop your video. Your recording is now ready! Launch Tou...
Interactive Projections
...ons, the first step would be to map the space and track anyone/anything within it. This can be done in multiple ways, this tutorial will briefly introduce you to two different but related techniques: Object detection and tracking in OpenCV For most appl...