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

206 total results found

How to use a Servo Motor

Physical Computing Tutorials

...ernal feedback system to adjust the motor’s movement accordingly. W ...is method is possible, it’s not the most reliable—especially when w ...n this tutorial, we’ll be using the Seeed Studio 16-channel PWM dri ...able control. You can also use other similar PWM driver boards depe...

Physical Computing Components List

Physical Computing

...ents you would like to use with the technicians. We will assist you ...ith checking out and collecting the components at the WG14 Creative Technology Hub. ... When collecting the components, kindly provide the component numbers to help exped ...ite the checkout process. Please note...

How to use a Rotary Encoder Button

Physical Computing Tutorials

... a Push button — to detect when the knob is pressed down. This comp ...ooks similar to potentiometers. These rotary encoders rotate all the way around continuously and are ...ise or counter-clockwise causes the two switches to open and close. ... = 5; // debounce time for the button in ms void setup() {...

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

...-day demo version is available. The demo is great for testing but w ...imited number of full licenses. These cannot be installed on person ...t is ideal. Start by installing the DEMO version here: https://madm ...ay Settings, and choose "Extend these displays". Import your c...

Command Line Tools & Utilities

Creative Coding Tutorials

...computer by issuing commands in the form of lines of text. These commands interface with your ...plex and intensive operations. There is a large amount of useful F ...are works more efficiently with the operating system or directly wi ...th the hardware and therefore can perf...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

... on. Copy full-screen.sh into the home folder of the pi user, and run the following command: /home/pi/ful ... a folder called autorun inside the .config folder of the home folder of the pi user: /home/pi/.config/autor ...led=true Name=kiosk Reboot the Raspberry Pi. sudo reboot now

How to use a PIR sensor

Physical Computing Tutorials

...tands for Passive Infra Red and therefore a PIR sensor can etect mo ...). It is very commonly used for the security systems. The HC-SR501’s infrared imaging sen ... module for detecting motion in the environment. The small size and physical design ...

How to use a Hall Effect Sensor

Physical Computing Tutorials

What is a Hall Effect Sensor? The hall effect sensor is a type of ...which can be used for detecting the strength and direction of a mag ...output varying in proportion to the strength of the magnetic field being detected. ...10K resistor Getting started The following code uses digitalRead...

Using a Membrane Potentiometer (SoftPot)

Physical Computing Tutorials

...layers that slide against each other when pressure is applied. This ... alters the resistance and provides an outp ...ut voltage proportional to the position. Thin and Flexible ...: Made from polymer films, they are compact and adaptable. Co...

Testing/publishing your project - Android devices

Spark AR other Content and Tutorials

... project is very easy, here are the steps to do so: First, make s ...re you downloaded and installed the Spark AR player on your mobile ...ice, you should be able to find the app on the Android Play Store. When o ...pening the app for the first time you will...

Testing/publishing your project - IOS devices

Spark AR other Content and Tutorials

... project is very easy, here are the steps to do so: First, make s ...re you downloaded and installed the Spark AR player on your mobile ...ice, you should be able to find the app on the Android App Store. When op ...ening the app for the first time you will...

Installing Mamba

Python for Beginners Setting Up Your Environment

...code created and maintained by other developers. They&They're like toolkits that solve sp ... Python. Instead of reinventing the wheel, it's much smarter to use ... these libraries when they fit your needs. The range and number of Python liba ...ries is considered to be one of the best selling-points of the lang...

Installing PyCharm

Python for Beginners Setting Up Your Environment

..., edit, test, debug, and manage their code more efficiently and eff ...ditor, debugger, compiler, and other development tools, into a sing ...rogramming IDEs: Code Editor: The core component of an IDE, the code editor offers features lik ... identify and rectify errors in their code by allowing step-by-step...

Intro

Projection Mapping Intro to Projection Mapping

...d onto physical busts, creating the illusion of movement. Since then, many creatives continue to in ...corporate projection mapping in their artistic practice, and the technique has expanded to incor ...ing tools are available online; The Creative Technology Lab support...

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

...Watch this video which explains the basics of World Effects in Spar ...k AR. There are multiple different starte ...imilar to your idea. You can then make changes to that template to add in your own models, textures and program functionality.

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

What is AVR ISP MKII? The AVRISP mkII is a USB-based In-S ...board without needing to remove the chip. In this tutorial, we wil ...l burn the bootloader to an Arduino UNO (r ...e-upload the firmware to the ATmega328P chip on UNO). Suppor ...AVR microcontrollers, including the popular ATmega and ATtiny serie...

Using a Force Sensor

Physical Computing Tutorials

What is a Force Sensor? The Force Sensor senses the resistance value depending on h ... has pressed. It can sense even the slightest touch, therefore you can use it as a touch ... sensor as well. The difference between this and Cap ...acitive Sensor is that the object you touched doesn't need...

Building for Android Touchscreen Display with Phone OS

Building Apps (Staff)

...splay through settings and open the apk from USB. If this is the first time, it will install the app, if it is the second or third, it will update ... the same app. Move the obb file to the storage of the android display. It will have t ...o be in the correct folder which is inside ...

How to use a Flat Vibration Switch

Physical Computing Tutorials

...d around a long metal pin. When the switch is bumped from the side only, the spring attached to the first pin touches the center pole to make contact wit ...h the second pin. So when therethere's a bump, the two pins will act like a closed ...itch. When everything is still, the switch is open. Wiring one pi...

How to use an Electromagnet

Physical Computing Tutorials

What is an Electromagnet? The Grove Electromagnet is a type o ...s, screws, or paper clips. When the current stops, it immediately l ...w SIG to PIN 2 Getting started The following code demonstrates how ... to control the Grove Electromagnet by toggling...