Advanced Search
Search Results
58 total results found
How to Configure a Raspberry Pi for the first time
... 3. User You can set your username and password here. For some old ...rry Pi OS, it has a default username and password, which is username: [ pi ] ; password: [ raspberry ...ss to the internet. 5. Brower Google Chrome and Firefox are both pre...
Position-based Tracking using a Webcam
...creating interactive projection mapping projects. In TouchDesigner ... and create two channels, let's name these X and Y. Add an Execute DAT, this should not be connected to your network. Right-click on the node and select "Edit Contents in Textport", ...
Hello World
...ow be prompted to choose a file name and select the "type" of Python ...create. For this example, let's name the file hello.py and choose th ...ss Enter, and a new Python file named hello.py will be created. You can verify its creation by checking the file...
How to install libraries
..., create a new folder with that name (must be lowercase). Unzip the ...hould find a folder bearing the name of the library – for example 'M ...R121'. Copy this entire folder (named 'MPR121' in our example) into the Arduino's libraries folder. Restart the ...
Week 1 - Coordinates, shapes and colour
...re grouped together and given a name so that they can be used again ... on the front of the box is the name we use to identify it. var myN ...ecified dimensions as variables named width and height that can be used throughout your sketch. For example, you...
Setting up Kinect in Touchdesigner
... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and change the count to loop your video. Your recording is now ready! Launch Tou...
Interactive Projections
...ons, the first step would be to map the space and track anyone/anyt ...ct it to a new NullTOP, we'll rename this 'webcam'. To detect object ...DAT to your project and let's rename this 'position'. Next we'll add a couple of expressions to print out the x a...
Student works
...19) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity
Combining codes & circuits
... strip.clear(); int j = map(distance,10, 30, 0, strip.numPixels()); Serial.println(j); for(long firstPixelHue = 0; firstPixelHue < 3072; firstPixelHue += 256) { for(int i=0; i<=j; i++) { // For each pixel in strip... int pixelHue = ...
What is the Creative Technology Lab?
... Physical Computing, Projection Mapping, Games, and Virtual Reality. Students come to this area with an idea and the technical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get sta...
AR with Unity - Step #3 - Adding content to your project
...We suggest putting a meaningful name to your license, please notice ...ggest also putting a meaningful name to your target database. Do make sure that Type is set to Device, this means that all the data will be stored in the device where the AR app is run...
How to use MatrixPortal M4
...ve will appear on your computer named something like "BOOT". 3. Cop ...rd will reboot, and a new drive named CIRCUITPY will appear. This dr ...sts.mpy adafruit_io adafruit_bitmap_font adafruit_display_text adaf ...ort terminalio from adafruit_bitmap_font import bitmap_font from di...
How to use DFPlayer Pro to play Music
...talTime()); Serial.print("The name of the currently-playing file: ..."); //Get the name of the playing file Serial.p ...rintln(DF1201S.getFileName()); delay(3000); //Play the file No.1, the numbers are arranged according to the sequence of the ...
How to use a Bare Conductive Touch Board with Arduino
... in the Micro SD card should be named TRACK000.mp3 through TRACK011. ...ctive Board will match the file name to the E0 to E11 pins and play the according sound files. The Touch Board will work with any size micro SD card up to 32GB. Make sure your new SD...
What is a Raspberry Pi Pico?
...Pico. Pico will run any code named main.py automatically whenever ... file with an identifiable file name on your computer, otherwise you will end up with a bunch of main.py without knowing what they do. At this point, you don't need your computer any...
Installing the software
..."My Licenses", on the right, from here "Create Key" by typing in your system code and machine name, this will come up in a window ...in your system code and machine name, this will come up in a window on Touchdesigner when you first try launching it.
Introduction to the PyCharm IDE
...makes the virtual environment's name match the project name, and this is something we wish to keep as it makes things less confusing. The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option che...
Using a Sparkfun MP3 Trigger
... File naming Files should be named 001.MP3 through 018.MP3, and t ...MP3 Trigger will match the file name to the TRIG pins, if you controlling the MP3 Trigger via serial the number will match 0 to 255. Wiring Wiring is simple: There are three wires: Gr...
Arrays
...nt that we can use variables to name data in our code, as so: var ... the square brackets! Write the name of the array followed by square brackets containing a number corresponding to the elelemnt of the list you want to access. Copy the following code ...
AR with Unity - Step #4 - Building and testing your app
...ed to make sure we disable the default main camera as there can't be two cameras in your project, to do so, just select it and untick the box next to the camera name field in the inspector. To ...d and select a folder and put a name to your project.