Advanced Search
Search Results
106 total results found
Steam VR setup Tutorial #1 - Player camera setup
... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install Steam. Steam platform will install additional components needed to run the HTC VIVE on your computer. Click here to go to...
Mobile VR -Setting Up Unity
...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...
Introduction to Python
Welcome to the world of programming with Python! In this chapte ... most versatile and popular programming languages in the world. Whe ...plete beginner or have some programming experience, this course is ...help you become a confident programmer. What is Python? Python is a...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and ...ry Pi. The Pico includes 26 programmable general-purpose input/outp ...ogue tasks. The Pico can be programmed using MicroPython, a lightwe ...ight version of the Python programming language designed for micro...
How to use DFPlayer mini to play MP3
...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP ... // Connects to module's TX SoftwareSerial softwareSerial(PIN_MP3_RX, PIN_MP3_TX) ...al port for DFPlayer Mini softwareSerial.begin(9600); // Star...
How to use IR Breakbeam Sensor
...frared; detects changes in long-wave IR (heat) in its field. Neutral (different principles) Sensitivity to heat sources Unaffected by ambient heat or body temperature. Relies on heat differences; can be affected by tempera...
Audio in Touchdesigner & Receiving data from Arduino
... Audio Spectrum CHOP and it's parameters to filter out lower/higher ...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 ...
Steam VR setup Tutorial #2 - Teleporting around your scene
...n top of our plane, the easiest way to achieve this is by duplicating our existing plane so right-click over the plane gameObject in the "Hierarchy" and select duplicate. In order to keep things tidy, let's rename our new game object and place it unde...
Connecting a Potentiometer
...e between 0V to 5V, at the half way the voltage on pin #2 would be 2.5V. Different types There are two main types: Rotary Potentiometers like those found on speakers to control the volume. Slide Potentiometer like those found on audio mixing desks. Wirin...
Using a Sparkfun Sound Detector
...fun electronics that provides a way to detect ambient sound levels ...Arduino (yellow wire in the diagram) There are three wires: Analo ...uino (turquoise wire in the diagram) There are three wires: Getting started Once wired, the code is that of a sta...
How to power the Raspberry Pi Pico
...e Raspberry Pi Pico The easiest way to power a Pico is through the ...n other words, it acts as a one-way valve for electric current. We ...e time and there is a risk of unwanted power flow between the two power sources. Schottky diode is preferred for its...
Other resources
...designer here at LCC. The best way to grow in your visual programming journey is to practice! If ...s the @creativecodeart on Instagram, where a prompt is posted every ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi ...signer: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repos...
How to use a Rotary Encoder Button
... rotary encoders rotate all the way around continuously and are divided up into 24 'segments'. Each segment has a clicky feeling to it, and each movement clockwise or counter-clockwise causes the two switches to open and close. Wiring Top 2 Pins: one p...
Introduction to Spark AR
...nvironment. There are different ways where an AR experience can be ...for example, Vuforia, Unity, A-frame, including Apple’s own ARKit. For the following tutorial pages we will be using Spark AR, an app based tool that runs on both Windows and IOS which a...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.
An Introduction to 2D in Unity 5
...ect. You can do this one of two ways: Option 1: On the menu ba ...hen Update() will run once per frame. We can test this using Debug. ... // Update is called once per frame void Update () { ...self using graphics editing software (e.g. Photoshop or Gimp) or y...