Advanced Search
Search Results
167 total results found
How to Program an ATtiny85 with an Arduino Uno
What is an ATtiny85? ATtiny85 is a 8-bit AVR microcontroller ...device to upload code to ATtiny85. File - Examples - Arduino ISP ...the pinout. Arduino --> ATtiny85 5V 5V --> Vcc (8) GND --> ... GND (4) Pin 13 --> Pin 2 (7) Pin 12 ...
How to power the Raspberry Pi Pico
...e Raspberry Pi Pico The easiest way to power a Pico is through the ... input voltage can vary between 1.8V to 5.5V. This voltage is used by the o ...d not drain the battery. LM7805: The LM7805 is a popular voltage regulator ...le and fixed output voltage of +5 volts. It is widely used in ele...
How to send data to Processing from Arduino
...witches is simple: Left pin to 5V Right pin to GND middle pin to ...the value to the Serial delay(100); //little delay to prevent A ...ceiving from Arduino int value1; //int value2; //multiple data ...sing //map(a, b, c, d, e) has 5 Parameters //map(theVariableY...
3D Scanning a face for MetaHuman
... scan to a new digital subject. 1. Using the Reality Scan app. Do ...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...is common for a scan to require 50+ pictures so don't worry if yo...
Making Breathing Light with LEDs
...nt of it. For example, pin D3, D5, D6, D9, D10 and D11 on Arduino UNO are PWM pins. Th ...d we can give the value from 0-255 using this function. analogWr ...rns somthing off) analogWrite(127) means a signal of 50% duty cycle. (turns somthing h...
Using Quixel Materials
...assets called Asset Libraries. 1) Using Quixel Quixel is a Mater ...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...alues. I found the values of 0.05 to be best for my materials. Yo...
Using a Whadda Vibration Motor Module
...c setup. Wiring G to GND V to 5V S to pin 13 Getting started This code is ...etting the motor to vibrate for 1 second and stop for 1 second. int motorPin = 13; //motor transistor is connect ...orPin, HIGH); //vibrate delay(1000); // delay one second dig...
How to use a Bone Conductor Transducer
...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibr ...rom Arduino if you have one.) 3.5mm audio jack Audio Amplifier (W ...an use other similar models.) 3.5mm Audio cable (to connect to th...
Steam VR setup Tutorial #3 - Interactable object setup
...ugin. Steam VR setup tutorial# 1 Setting up teleporting fea ...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan...
Accessibility Statement
...ements. This website uses HTML 5 (HyperText Mark-up Language) an ...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing...
UE Foliage
...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill ou ...h is why there is more of them (500-600) in my scene. To contin...
Using a Force Sensor
...t's doesn't matter which pin to 5V or GND. Power (one end to 5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...alue; //sensor value range: 0-1023 //200 is light touch //500 is medium touch //800 is hard ...{ Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { s...
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...toreTools* # Visual Studio 2015 cache directory /.vs/ # Aut...
How to get started with Face Tracking in Spark AR
Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...
How to get started with World Effects in Spark AR
World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...
Understanding Arduino hardware
... one that fits your computer). 1. Micro USB Port Connect the Ard ...D light, light on or light off. 5. Analog Input Analog will give ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.
How to Use Arduino as a Keyboard or Mouse
...rgin: 40px; background: #f5f5f5; } h1 { text-align: center; } tabl ...e { width: 100%; border-collapse: collapse ...-shadow: 0 2px 8px rgba(0,0,0,0.1); } th, td { border: 1px solid #ccc; padding: 12px; text-align: left; } th {...