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

161 total results found

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 N ...in to 2 Getting started void setup() { pinMode(2, INPUT_PULLUP); // Internal pull-up enabled Serial.begin(9600); } void loop() { int b...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...e line work. The necessary software is already installed on the m ...fore launching Inkscape.   1. Setting Up Inkscape Inkscape is a ...then select your SVG file. Set the document size Go to File ... > Document Properties and set the page size to A4 (210mm x 29...

Unity for Beginners Workshop

Unity

... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... to build and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...eo shows you how to install and set up Unity, you will also develop...

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 ...] */ function draw(){ // Set the background to black every f ...e conditional if statement to reset the square to position 0. Incr...

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 ...nreal Engine. If certain settings and keywords look familiar ..., they probably work in similar ways. However, you should always k...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

... This tutorial aims to help you setting up a AR Unity project using ...sites Developing environment setup. In order to continue with ...tep #1 - Developmen environment setup Understanding Image targ ...layed on top of. In order to set up your Unity project you will ...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...assic PC games with the minimum set-up. Learn more. RetroPie sits o ...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 ... are some buttons that you MUST set up, including Hotkey, Start, Se...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

Outcomes Set up development environment Und ...ject In this exercise you will set up a p5.js project using the At ... What is a sketch? What do the setup() and draw() functions do? A ...tten. Sketch - Why a sketch? setup() and draw() Within the ske...

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 ...Library HCSR04. Only one void setup() and void loop(), that means ... have to copy everything from 1 setup to another setup, from 1 loop to another loop. ... void setup () { Serial.begin(9600); ...

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

... more flexible screens. If you want to use the display for animat ... Smartphones, premium TVs, smartwatches, VR headsets, foldable devices, high-end la ... B00000000, B00110000 }; void setup() { Serial.begin(9600); ... //display.setContrast (0); // dim display ...

How to control Arduino without using delay()

Physical Computing Tutorials

...specific amount of time, we are setting up a timer to count the tim ...ants won't change. Used here to set a pin number: const int ledPin ...ate = LOW; // ledState used to set the LED // Generally, you shou ...0; // will store last time LED was updated // constants won't ch...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...elect the plane and chose the Reset option inside the drop-down men ...ransform component. This will reset all the transform values for th...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and using the Raspberry ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

...e indefinite for the printer. I set the height as 50mm, as my inten ...mber at least 3mm margins. 3. Set Default Paper size You will nee ...d to set your new custom paper size as t ...instead, it is essential if you want to do auto-printing in the ne...

Using an PN532 RFID reader

Physical Computing Tutorials

..."}; //change to your data void setup() { Serial.begin(115200); ...al.println(); Serial.println("Waiting for a card......"); } void ...nt8_t dataRead[16] = {0}; void setup() { pinMode(13,OUTPUT); S ...al.println(); Serial.println("Waiting for a card......"); } v...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...something goes wrong, you can always go back to when it did work! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...1!!1! This is where we need to set our repository name to equal ex...

How to use a relay module

Physical Computing Tutorials

... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...ctured by Microchip. Know More Set the Arduino Uno Into ISP Mode S ...STYLE_WIRING to the code before setup() UPLOAD! Wiring The pins are ... Pin 0 (5) Pin 10 --> Reset (1) Only when you are uploadi ...0uF capacitor between GND and RESET on Arduino Adding Attiny85 to ...