Advanced Search
Search Results
183 total results found
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 ...the variable "capture". We also set a captureLength variable. I set it to 60, which will capture 1 ...elling the sketch to start recording once the frameCount == 1.We d ...gram can run the first frame at setup before beginning to capture. ...
(MAC) Automatic printing with Automator
... programming knowledge or don't want to do a lot of coding. One of the most common usage ...Folder Action You will see this dialogue when you launch Automator ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer...
How to use a Rotary Encoder Button
... encoder — to detect rotational direction (clockwise/counterclockw ... rotary encoders rotate all the way around continuously and are divided up into 24 'segments'. Eac ...e for the button in ms void setup() { Serial.begin(9600); / ...ze interrupts attachInterrupt(digitalPinToInterrupt(pin1), inter...
3D Scanning a face for MetaHuman
...o a MetaHuman for you to use in digital content. This guide assume ...l features of the scan to a new digital subject. 1. Using the Real ...se a hairband to hold any hair away from the forehead. Note: This ...le pictures of the subject from different angles. The software wil...
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 ... board it can be controlled via digitalWrite just like an LED. The ...et operates just like any other digital device. #define actuatorPi...
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...
How to hack a brainwave EEG toy - Force Trainer II
What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...ignals and translates them into digital data, which can be used in ... applications like gaming, meditation tracking, and brain-compu ...(BCIs). Although the actual headset is quite pricey, the NeuroSky c...
"Hello, World!" in Node.js
...to grips with the syntax before diving into the CLI. An intro ...ror then you may need to downloading and installing again. Instal ...l other software (optional) We recommend inst ...alling and using Atom text editor, because it is free, cross-p...
How to send data to p5.js from Arduino
...munication is the process of sending data one bit at a time, seque ...fine potPin A0 int value; void setup() { Serial.begin(9600); //i ...makes everything fun. To access different files in your sketch, yo ...g data let vals = []; function setup() { createCanvas(400, 300);...
Understanding Arduino hardware
...yellowish light turned on. 2. RESET Button It is not the factory reset button than you may find in oth ...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...
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...
Using Quixel Materials
...sumes you have a basic understanding of 3D work but no prior exper ...materials can be easier or more difficult depending on how detailed a material ha ...e libraries for 3D models and assets called Asset Libraries. 1) Using Quixel Qui ...xel is a Material and Asset Library that is free to use wit...
How to use IR Breakbeam Sensor
...frared; detects changes in long-wave IR (heat) in its field. ... Neutral (different principles) ...mperature. Relies on heat differences; can be affected by te ...nt lastState = 0; void setup() { pinMode(LEDPIN, OUTPUT...
UE Foliage
...sumes you have a basic understanding of 3D work but no prior exper ...ine allows you to quickly paint sets of assets on a landscape. Like the name ...s tool saves us the effort of individually placing many assets and automates it for us. But f ...rst we need a pack of foliage assets to use... Megascans Foliage ...
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: S ...run repeatedly: buttonState = digitalRead(buttonPin); Serial.p...
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 ...in AR with Unity - Step #3 - Adding content to your project ...Building your project Before building...
How to power the Raspberry Pi Pico
...e Raspberry Pi Pico The easiest way to power a Pico is through the ...in the range of 7V to 35V, depending on the specific model, so you ...ith a voltage higher than 5V. Diode: - A diode is a semiconductor device th ...t allows current to flow in one direction while blocking it in the...
Using a TCS34725 RGB Color Sensor
...? The TCS3472 sensor provides a digital return of red, green, blue ...ication Protocol uses only 2 bi-directional open-drain lines for d ...l. Learn more about I2C I2C on different Arduino boards The two m ...th have I2C function but have a different pinout. For UNO, the SDA...