Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

183 total results found

Web App Template for Beginners

Creative Coding Tutorials

... a local web app that you can modify in your future projects. Back ...or Python. Here we use Node.js. Setup 1) Get a code editor if you don’t have one yet. I ... like Visual Studio. 2) Create a folder for your p ...uments folder. 3) For Visual Studio: Open example_app folder and c...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...rrectly. In the project, go to Edit > Project SettSettings > Editor and check that your settings look like this: Open up ...liar with the command line, the way to use it is to type a command ...command - cd stands for "change directory". The command looks lik...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

...ack wire Connect L+ & L- if you want stereo audio File handling You can downlo ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF1201SSerial(2, 3); / ... DFRobot_DF1201S player; void setup(void){ Serial.begin(115200 ... delay(1000); } player.setVol(0); player.switchFunction(...

How to control Arduino without using delay()

Physical Computing Tutorials

...) There is an example that is modified from the built-in example B ...bject FireTimer ledTimer; void setup() { // Initialize digital pin LED_BUILTIN as an outp ... // Toggle the state digitalWrite(LED_BUILTIN, ledState ...bject FireTimer ledTimer; void setup() { // Initialize digital p...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...e version we are currently providing support for. Getting the Ocu ...t, however, we recommend downloading the Unity Integration Package ...arch-2020) as it will provide additional resources like an interfa ...t grab and haptics. The easiest way to get the Oculus Integration ...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...e IOS build support. Please be aware that both Windows and IOS com ...ce. Also, keep in mind that building an app for two different plat...

How to use a Servo Motor

Physical Computing Tutorials

...djust the motor’s movement accordingly. We often use RC (Radio-Controlled) Servo Motors in ph ... 360° (infinite) Speed & direction (PWM) Wheels, driv ...how how to control servo motors directly without a PWM driver. Whi ...al, we’ll be using the Seeed Studio 16-channel PWM driver for more...

Using the serial monitor and serial logger

Physical Computing Tutorials

...ication is a sequence of binary digits (0s and 1s) that convey inf ...nitor on the Arduino is able to display messages the Arduino board ...e a seperate USB serial and hardware serial, and you cannot directly monitor the hardware serial [Serial1] output using...

Touch sensor - Using an MPR121

Physical Computing Tutorials

...ary Adafruit, Sparkfun, Seeedstudio and Bare Conductive all provid ... libraries folder Now the software Arduino IDE is ready, you wil ...DA and SCL pins as shown in the diagrams, in this case you'll need ... #define numElectrodes 12 void setup() { Serial.begin(9600); W...

How to use a rotary encoder

Physical Computing Tutorials

...ocessed to determine rotational direction, position, and speed, ma ...pes of control systems. Wiring Different models of rotary encoder ...s will have different colour codes. I am using ... the amount of rotation and the direction. By reading these pulses...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

...tutorial. Refer to the guide to set up the OAK Device CHOP and OAK ...dai.node.XLinkOut) xoutIsp.setStreamName('isp') xoutPrev.setStreamName('preview') cam ....setResolution(dai.ColorCameraProper ...rResolution.THE_12_MP) cam.setInterleaved(False) cam.setI...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...r, some steps or details may be different when using different hardware. Step 1 Set up your 360 camera at your capt ...ugh storage for your whole recording. Set the capture resolution at the h ...ighest setting with the highest framerate. ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr...

Arrays

Programming Tips and Tricks

Arrays Difficulty : Beginner-Intermediate This tutorial assumes you h ...ave a basic understanding of coding in Processing or p5, and are ...onsole.log(myVariable); p5 Edditor And we know that we can use ... use them to as the x and y coordinates in an ellipse function va...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...e connections on the board: Audio - This is the raw audio from the microphone. Envelope ...mbient sound. Gate - This is a digital value representing if soun ... can use both at the same time: Digital Wired up in digital mode t...

An Introduction to 2D in Unity 5

...unity/download Resources The difference between 2D & 3D in ...ect. You can do this one of two ways: Option 1: On the menu ba ...e from GameObject to Main: Adding C# script to the GameObject ...the script has been added Adding code to C# script using MonoD...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ...rry Pi OS, a Debian-based Linux distribution for download. It prom ...aspberry Pi comes with a lot of different models and each of them ...t the specs. Things you need to set up your Pi Raspberry Pi is a si...

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

... This tutorial aims to help you set up a AR Unity project using the ...ep #1 - Development environment setup AR with Unity - Step #2 - En ...on the register button, it will display an online form to register ...s, however, you could also have different licenses for different r...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... for these big bright 7-segment displays. These 7-segment displays normally require 13 pins ...you like). The driver chip can 'dim' the entire display from 1/16 brightness up to ...ness in 1/16th steps. It cannot dim individual LEDs, only the enti...