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

126 total results found

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ... and single (=) equals signs Always be sure to use the double equ ...he ball when it bounces off the wall Move up and down instead of ...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...r previous project open, please type "Teleporting" into the search b ...n top of our plane, the easiest way to achieve this is by duplicat ...on in the "Inspector" panel and type "Teleport Area" and click over ...port Area" gameObject selected, type "0.1" in the "Y" position slot ...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...del) Modulation Type GFSK FSK, GFSK, OOK ... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait f...

Unity for Beginners Workshop

Unity

... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...

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

Unity AR Image target AR tutorial

...get database. Do make sure that Type is set to Device, this means th ... process, please make sure that Type is set to Single Image, also, b ...e aware that your image size should m ... image width is 50cm you should type 0.5 Usually, it doesn't take...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ...Different models have different types of HDMI ports, you will need t ...use the Bluetooth with a dongle type of mouse & keyboard. 4. Power S ...ngs on it. BUT, you have to be aware of the types and sizes of the...

Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33

Physical Computing

...o Mistry and Pajak's tutorial. Warning Versions of everything are ... board! Set up Arduino IDE Software: Arduino IDE 1.8.19 [14/5/202 ...you need to use the Arduino_BMI270_BMM150 library instead of Ardui ...1.h> with #include <Arduino_BMI270_BMM150.h> in all existing codes...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...or expertise, you will almost always encounter bugs. Writing code ... code is meant to be doing. The way we do this is by adding commen ...s. Comments can be added in two ways: Single line commentUsing t ...he double forward slash (//) at the beginning o...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other ways of transferring in RetroPie D ...g the USB stick into the Pi and wait for 5-10 minutes. Remove the ...

Using the serial monitor and serial logger

Physical Computing Tutorials

...ion? Serial communication is a type of communication between two de ...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...rst text field is where you can type text and press the send button ...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan ... of the Transform component and type your text. Now our plint...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...e interface - it's a text-based way of navigating our folders and ...programs. To run a command, you type it and then press enter. To se ...ed to navigate to the folder we want to put the documents in. Let' ...is one in our Documents folder. Type this and press enter: cd Docum...

Using an PN532 RFID reader

Physical Computing Tutorials

...f blocks of data depends on the type of RFID tag or card you’re usin ...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)...

How to get started with Textures and Materials in Spark AR

Spark AR Materials and Textures in Spark AR

...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...

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 ); } ... MP3 Files Resources Sparkfun Hookup Guide

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... // useful to debug some screen types and alignment. Serial.print...

3D Geometry and Parametric Design

Creative Coding Concepts

...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...

"Hello, World!" in Node.js

Creative Coding Tutorials

...erminal or Command Prompt) And type the following: $ node -v Do ...not type the `$`. This just tells you th ...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ... to retype this long string of text multip ...if statement is the most common way to make a simple interaction b...