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

165 total results found

Web App Template for Beginners

Creative Coding Tutorials

...r app to users, ie. clients. If 10 people access your website, th ...ere are 10 frontends in action but only 1 backend. Backend is often built ...hon. Here we use Node.js. Setup 1) Get a code editor if you don’t ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th...

How to use a Servo Motor

Physical Computing Tutorials

... Motors in physical computing. Types of Common RC Servo Motors ... Servo Type Rotation Range Cont ...rol Type Common Use ...gular (Standard) Servo 0°–180° (sometimes 270°) Angular position (PWM) ...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...or expertise, you will almost always encounter bugs. Writing code ...available to view on Github: /01_coordinates_and_shapes/ Topi ... 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...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...our project involving Arduino.. Types of Tag In this tutorial, we ar ...e using NTAG203, NTAG215 or NTAG216 should work fine as well. You cannot use MIFARE Classic tag or card. Steps Download the app, it is available for both iPhone and Android. Choose Wr...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

1. Combining the Code Arduino can ...ept one code at one time. If we want it to do multiple things at t ...we have to copy everything from 1 setup to another setup, from 1 loop to another loop. void set ...s the distance value, and if we want to use the data, we will need...

Connecting a Potentiometer

Physical Computing Tutorials

...rge resistive area between pin #1 and #3, the middle pin #2 is ca ...al to the voltage between pins #1 and #3. For example if you have ... Ground (0V) on pin #1, and 5V on pin #3, you could se ...e between 0V to 5V, at the half way the voltage on pin #2 would be...

Unity for Beginners Workshop

Unity

...d to complete a few tasks: Task 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...s). Task 1 - Installing Unity The followin ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide...

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

Physical Computing Tutorials

... the pin is not actively connected to anything (i.e. it’s “floating”). We have another tutorial showing how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...W when pressed (to GND) delay(100); }

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 ...ed tutorial for imaging the Pi. 1. Using Raspberry Pi Imager Ra ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other wa...

Using NEMA17 Stepper motor with Big Easy Driver

Physical Computing Tutorials

What is NEMA17 Stepper motor? A NEMA 17 stepper motor is a compact, pr ...C machines, and robotics. “NEMA 17” refers to its 1.7 × 1.7 inch mounting face size, whil ...ontrol stepper motors like NEMA 17 with microcontrollers such as ...rial, we are using a 4-wire NEMA17 motor with no polarity on the ...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...

Arrays

Programming Tips and Tricks

...in an ellipse function var x = 100; var y = 100; function setup() { cre ... p5 Editor Now what if we wanted to have a lot of circles, l ...iables for every ellipse: var x1 = 20; var y1 = 100; var x2 = 213; var y2 = 209; var x3 = 100;...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...r Field-Effect Transistor) is a type of transistor used to switch or ...ing the level of current flow). Types There are two main types of MOSFETs, we will be using a ...o diode(-) Gate (G) to GND via 1k resistor & to Pin 13 Power Supply(+) to actuator(+...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopix ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... a USB power supply (500mA) for 12x12 pixels. #define BRIGHTNESS ...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ... Sensor Sony IMX708 Resolution ... 12MP (4608 × 2592) ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...

UE Installation and Set-up

Unreal Engine Basics

...gine page. Select the license type that best matches how you inten ...d to use UE. There are two types of licenses available: Publi ...tors, if you plan to make other types of content. You can learn m ...that corresponds to the license type you selected. This will downloa...

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 relay module as an e ... has different models providing 1/2/4/6/8 channel(s). An 8-channe ...utorial, I will be only using a 1 channel relay to control one wa...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...connection begin Serial.begin(115200); pinMode(13, OUTPUT); } void loop() { ... if(timer < 0) { timer += 1000000 / SAMPLE_RATE; i ...G_THRESHOLD) { digitalWrite(13, HIGH); } else { digit ...alWrite(13, LOW); } Serial.print...