Advanced Search
Search Results
162 total results found
DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2
..., we have some tips for you. HX711 Weight Sensor This sensor can m ...easure weight up to 1kg, and is compatible with Ardui ... install the library DFRobot_HX711_I2C library which is available ... Arduino source file DFRobot_HX711_I2C.h will prompt an error in t...
How to use a Flat Vibration Switch
...ill act like a closed switch. When everything is still, the switch is open. Wiring one pin to GND & D2 via 10k resistor one pin to 5V Get ...ation switch const int ledPin = 13; // Built-in LED on most ...Write(ledPin, LOW); } delay(100); }
Making Breathing Light with LEDs
...r example, pin D3, D5, D6, D9, D10 and D11 on Arduino UNO are PWM pins. Th ...rns somthing off) analogWrite(127) means a signal of 50% duty c ...logWrite(255) means a signal of 100% duty cycle. (turns somthing ...//any PWM pins (~) #define led2 11 //optional 2nd led int brightn...
How to use a Heart Beat Sensor
...de(LED, OUTPUT); Serial.begin(115200); } void loop() { // Rea ... signal crosses the threshold upward (beat detected) if (Signal .... Signal value can range from 0-1024 int Threshold = 540; / ...your heartbeat! Serial.begin(115200); // Set's up Serial ...
Introduction
...ab, don’t worry—this guide will walk you through the basics. If yo ...Creative Technology Lab (Room WG14), you can borrow a workshop ki ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the h...
Where is the Creative Technology Lab?
...oor of the workshop block, in WG14. Through the main entrance, tu ...orner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab ...
Object in the space AR
... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:
Mobile VR - Getting Started Guide
...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRA ... Mobile VR Headset Amazon US ETVR 3D VR Headset Amazon UK KINGA VR Glasses Aliexpress Box Movie 3D Goggles We...
Importing and Placing 3D Models
...e. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded. they will show up in your Content Browser like this: You can then drag the building asset into your scene and place it wherever you like. ...
Introduction to the PyCharm IDE
...The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option checked. This will have PyCharm create a basic Python file for you instead of just preparing a blank directory. Once the setup is complet...
Installing PyCharm
...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...
AR with Unity - Step #1 - Development environment setup
... Download and install Unity 2019.2.0f1. Previous versions might also ...work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions below ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufori...
Mobile VR -Setting Up Unity
... Download and install Unity 2019.2.0f1. Previous versions might also ...work, however, this tutorial was made using Unity 2019.2.0f1 (please read the following inst ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com...
Audio in Touchdesigner & Receiving data from Arduino
...udio Spectrum CHOP and it's parameters to filter out lower/higher fre ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easil...
Using a Sparkfun Sound Detector
...fun electronics that provides a way to detect ambient sound levels. There are three connections on the board: Audio - This is the raw audio from the microphone. Envelope - This is a analog value representing the volume of the ambient sound. Gate - Thi...
Other resources
...designer here at LCC. The best way to grow in your visual program ...s://learn.derivative.ca/courses/100-fundamentals/ Elekktronaut' ...st=PLpuCjVEMQha9_WchDzqG878GtsJd1uJ5s&si=2aMzPXeBErIBhMwh A coll ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi...
How to use a Rotary Encoder Button
...or and looks similar to potentiometers. These rotary encoders rotate ...all the way around continuously and are di ...erStepCounter.h> const int pin1 = 2; const int pin2 = 3; // C ...: EncoderStepCounter encoder(pin1, pin2); // encoder previous p...
Introduction to Spark AR
...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are a number of tools developed now for making AR base...