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

120 total results found

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...t will hold all the information related to the target image you are ...time, Unity will ask you if you want to include a default database...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...s. Weirdly, this isn't actually related to your Github account - it ...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... files you have changed" You always have to put -m followed by a ...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...

Using an PN532 RFID reader

Physical Computing Tutorials

...al.println(); Serial.println("Waiting for a card......"); } void ...al.println(); Serial.println("Waiting for a card......"); } v ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ....SAMConfig(); Serial.println("Waiting for an NFC card..."); } v...

Arrays

Programming Tips and Tricks

... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...e Raspberry Pi Pico The easiest way to power a Pico is through the ...arger. If you are going for a wireless design, you can use batterie ...age and ensure a consistent and reliable power supply. It can accep ...n other words, it acts as a one-way valve for electric current. We...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct boar ... indicates this practice is not reliable and might fail. If you are...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. ...heat or body temperature. Relies on heat differences; can be affected by temperature changes. IR Breakbeam Detects cold/heatless objects Yes — any objec...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...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 ...f you're working on Mac, you'll want to add this to it too: # ===...

How to control Arduino without using delay()

Physical Computing Tutorials

...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi...

How to get started with Face Tracking in Spark AR

Spark AR TEMPLATE : Basic Face Tracking

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

Spark AR TEMPLATE: World Effects

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...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

...uidelines (if applicable). Regularly test your app on the device to ensure a comfortable and immersive experience for users. Also, keep up-to-date with the latest Unreal Engine updates and Oculus SDK changes to maintain compatibility with future releases.

How to use an Electromagnet

Physical Computing Tutorials

...en set to LOW, it turns off and releases them. const int electromagnetPin = 2; // Electromagnet connected to digital pin 2 void setup() { pinMode(electromagnetPin, OUTPUT); // Set pin as OUTPUT Serial.begin(9600); } void loop() { // Turn the elect...

Transporter Documents

...other information that could be relevant to your project. 2) Fill in the Project Proposal Form after reading the CCG. Aim to provide as much detail as possible about your project. While we understand that you may not be in a position to know every detai...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...e line work. The necessary software is already installed on the m ...using TouchDesigner, follow the relevant tutorial to convert your g ..., make sure to TIE it up. Move away from the drawing area, the pen plotter moves quickly and should not be touched ...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...rformance, accuracy, and sensor reliability. Know more. Rev1 vs Rev2 — Short Comparison body{font-family:Arial, sans-serif; margin:20px; background:#fafafa;} table{border-collapse:collapse;width:100%;background:#fff;} th,td{padding:...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ...s from the SD card via Serial. Warning If you are using Mac OS X ... Serial.write( i ); // Wait a bit delay( 1000 ); } } Sample MP3 files To help you get up and running...