Advanced Search
Search Results
180 total results found
Building for Android Touchscreen Display with Phone OS
Unreal project setup as Mobile Scalable. Build for ... Android with regular SDK, NDK setup for Meta Quests. On packaging ...File Manager on display through settings and open the apk from USB. If this is the first time, it will install the app, if it is the sec...
Making Breathing Light with LEDs
... front of it. For example, pin D3, D5, D6, D9, D10 and D11 on Ard ...ng pin (+) to PWM Digital pin (D3), via 220Ω resistor Getting s ...tarted #define led 3 //any PWM pins (~) #define led2 ...ED is int fadeAmount = 5; void setup() { pinMode(led, OUTPUT); ...
Touch sensor - Using an CAP1188
...s to help you debug your sensor setup. The CAP1188 has support for ...ble addresses (0x5A–0x5D) 3 jumpers for I2C address config Proximity Sense ✅ Yes (via filtered data) ✅ Yes (via built-in proximity detection) ...
How to fix "Internal data stream error" in Processing 4
..."pipeline:avfvideosrc device-index=0" Full Code import processing.video.*; Capture cam; void setup() { size(640, 480); Stri ...ne:avfvideosrc device-index=0", 30); cam.start(); } ..., transformations, or tint. //set(0, 0, cam); }
Using a Soil Moisture Sensor
... int sensorValue; int limit = 300; //300-600 is a good range of moistu ...re generally void setup() { Serial.begin(9600); pin ...Mode(13, OUTPUT); } void loop() { se ...Value < limit) { digitalWrite(13, HIGH); } else { digitalWri ...te(13, LOW); } delay(100); }
How to use a Bare Conductive Touch Board with Arduino
... The Touch Board has on-board MP3 playback and a MIDI synthesizer ...his means you can either play MP3 files or simulate a MIDI instru ...ombines the functions of play MP3 and capacitive touch sensing, b ...ng the above two tutorials. Hardware Plugin Whenever we use an Ard...
How to build a Simple Robot Arm with Servo Motor and Joystick
...designed one, you can go to the 3D Workshop to laser cut the hardware. In this tutorial, we will fo ...rvo; Servo angleServo; void setup() { Serial.begin(9600) ; ...ionMapped = map(rotation, 0, 1023, 0, 180); // scale it to the se ... angleMapped = map(angle, 0, 1023, 0, 180); // scale it to the se...
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...get started, we'll need to set up your programming environment ...ning Python is a valuable and rewarding endeavor. So, let's dive i...
Intro to 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 ...ow Every operator comes with a set of parameters that you can edit ...VideoDeviceIn TOP may display a warning: "Resolution limited to a ...
Mobile VR -Setting Up Unity
Setting Up Unity Download and in ...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...
Physical Computing
...els, DMX, Bluetooth, Kinect and Leap Motion. Create interactive objects that respond to touch, distance, movement, temperature or light. Our electronics bench in the lab has a set of equipment for soldering electronics, please email us for an induction.
Installing Mamba
...hink of libraries as ready-made sets of code created and maintained ...nts come in handy. They let you set up separate "sandboxed" Python ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package ma...
How to use a Hall Effect Sensor
...e the state of the sensor void setup() { Serial.begin(9600); ...e(hallSensorPin, INPUT); // Set the Hall Effect sensor pin as an INPUT } void loop() { hallSensorState = digitalRead(hallSensorPin); // Read the state of the sensor Serial.prin...
Using Arduino Leonardo to send USB MIDI data
...sor. #include "MIDIUSB.h" void setup() { Serial.begin(115200); } ...// controlChange(0, 10, 65); // Set the value of controller 10 on channel 0 to 65 } void noteOn(byte channel, byte pitch, byte velocity) { midiEventPacket_t noteOn = {0x09, 0x90 | ch...
Transporter Documents
...very detail, it is important for us to have as much information as possible so we may evaluate your project accurately. 3) Our team will review your submission for viability and arrange a consultation with a technician who can best support your project.
How to do Basic Commands in Terminal
...tor python3 script.py Run a Python 3 script ch ...kage-name Install a software package (e.g., python3-opencv) git clone https://github.com/user/repo.git Download a Gi...
Additional Resources for Metahuman Creation
...amentals tutorial showcasing different third-party tools you can integrate with the Metahuman workflow for clothing and animation. 2. Custom hair for Metahumans with Blender 3. Metahuman Facial Animation 4. Metahuman Third Person Character
Using AVR ISP MKII to upload firmware to Arduino
...ers and hobbyists to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO). Supported Micr ...Arduino MKR series Arduino Nano 33 series Software Compatibility Works with Atmel Studio (formerly...