Advanced Search
Search Results
163 total results found
Using the Bantam Tools NextDraw Pen Plotter
...e line work. The necessary software is already installed on the m ... before launching Inkscape. 1. Setting Up Inkscape Inkscape ...s and set the page size to A4 (210mm x 297mm). Resize your d ...the A4 page, leaving at least a 5mm margin from all edges. O...
A circle following the mouse
...'s Resolution by changing it to 1280x720. Add a Transform TOP ...he new set of values between we want x to fluctuates. We have prev ...axis extremities are between -0.5 and 0.5. Therefore your Math CHOP should now look like this: Replace the previ...
How to use IR Breakbeam Sensor
...frared; detects changes in long-wave IR (heat) in its field. ...ring Receiver (3 wires) Red to 5V Black to GND White to pin 4 R ...ransmitter (2 wires) Red to 5V Black to GND Get Started #de ...fine LEDPIN 13 #define SENSORPIN 4 int senso...
How to export your p5.js as a video
How to Video Capture your p5.js Sketch If you're creating a ...piece of time-based work in p5.js you may want to capture the canvas as a vi ...clude a custom library to your p5.js sketch Program that library ...le. You should see the default p5.js scripts. Feel free to add th...
Creating a Landscape
...b for questions or assistance. 1) Start with a blank level in Un ... modes of the editor. We will want to change two important setti ... For this tutorial we will use 31x31 quads. For larger landscapes, y ...k. This is not necessary if you want to make small adjustments. ...
AR with Unity - Step #3 - Adding content to your project
...torials: AR with Unity - Step #1 - Development environment setup ... and it will rate it (from 0 to 5 stars) based on the amount of " ... set to Single Image, also, be aware that your image size should m ...scale so if your image width is 50cm you should type 0.5 Usual...
UE Installation and Set-up
...finishes, run the installer and wait for it to complete. Creat ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl ... Unreal Engine can take between 10 to 40 minutes, sometimes longe...
OculusQuest - Setting up development enviroment in Unity
...supported Unity versions: 2017.4 LTS 2018.4 LTS 2019.2 We strongly recommend us ...ing Unity 2019.2 as this is the version we ar ...ty Integration Package (Version 14.0 on March-2020) as it will pr ...t grab and haptics. The easiest way to get the Oculus Integration ...
Controlling an actuator with TinkerKit Mosfet
... and accidentally wiring up the 12 or 24 volt power supply to you ...mall, cheap module which takes away all these headaches, on the Ar ...ts to GND) Power (+ connects to 5V) Signal (The middle pin connec ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...
Using a Sparkfun Sound Detector
...fun electronics that provides a way to detect ambient sound levels ...method requires: Power (VCC to 5V) Ground (GND to GND) Gate to a ...method requires: Power (VCC to 5V) Ground (GND to GND) Envelope to a analog pin on the Arduino (turquoise wire in th...
Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner
...ur camera up in TouchDesigner. 1. Installing Dependencies Befor ... 2. Setting up TouchDesigner 2.1 Connecting the Camera Conn ... camera. Click Initialize, wait for it to mark "Ready" (1), then press Start. This C ..., and darker areas are farther away. To gather both 'disparity' a...
Using a Membrane Potentiometer (SoftPot)
...or is simple, the sensor is unpolarized so it's doesn't matter which pin to 5V or GND. Pin1 (the one on the side of the thi ...nner strip) to 5V Pin2 (middle pin) to A0 & via 10k resistor to GND Pin3 (the one ...ntln(softPotPosition); delay(100); }
Arduino Nano 33 Sense Rev2
...ability. Know more. Rev1 vs Rev2 — Short Comparison ...{border-collapse:collapse;width:100%;background:#fff;} th,td{ ...padding:10px;border:1px solid #ddd;text-align:left;fo ...nt-size:14px;} th{background:#f0f0f0; ...font-weight:bold;} Rev1 vs Rev2 Component...
Using the MAX9814 mic amplifier
This Adafruit MAX9814 microphone amplifier allows yo ...oid setup() { Serial.begin(115200); // Initialize serial commu ...board. Make sure this is set to 115200 baud. To utilise this dat ...olume is above this threshold a warning comes up in the Serial Mon...
Radio Communication: How to use APC220 Radio Data Module
...o - Sending: GND to GND VCC to 5V TXD to 8 RXD to 9 Arduino U ...- Receiving: GND to GND VCC to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio...
Touch sensor - Using an CAP1188
What is the CAP1188? The CAP1188 is an easy-to-use 8-channel c ...debug your sensor setup. The CAP1188 has support for both I2C and ...sing I2C, you can select one of 5 addresses, for a total of 40 ca ...l! Touch sensor - Using an MPR121 Touch sensor - with No Sens...
Using a TCS34725 RGB Color Sensor
What is the TCS34725 RGB Color Sensor? The TCS3472 s ...jects. What is I2C? The TCS34725 has an I2C interface (SDA and S ...e SDA pin is A4 and SCL pin is A5. For LEONARDO, the SDA pin is S ...pin 20) and SCL pin is SCL(pin 21). Not every Arduino model has I...
Using Arduino Leonardo to send USB MIDI data
... void setup() { Serial.begin(115200); } void loop() { Serial. ...city MidiUSB.flush(); delay(500); Serial.println("Sending ...city MidiUSB.flush(); delay(1500); // controlChange(0, 10, 65); // Set the value of controlle ...r 10 on channel 0 to 65 } void not...