Advanced Search
Search Results
160 total results found
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-FRAME website Youtube tutorial list Unity 3D This is a very popular opensource Game Engine, this is the kind of tool pro...
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
...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 easily enhance sounds, you can use a Audio VST CHOP to import these onto your ...
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
... 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 ...errupt(digitalPinToInterrupt(pin1), interrupt, CHANGE); attachI...
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...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.
"Hello, World!" in Node.js
...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...t NodeJS application we simply (1) create a text file with the .j ...sing the command-line prompt. (1) Create a directory and file ...