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

142 total results found

Connecting a Potentiometer

Physical Computing Tutorials

What is a potentiometer? A potentiometer (often abbreviated to pot) is a ...rs should be. Inside a potentiometer is a large resistive area betwe ...e between 0V to 5V, at the half way the voltage on pin #2 would be ...two main types: Rotary Potentiometers like those found on speakers t...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...rduino pin through a high value 10KΩ resistor to ground, this allo...

Variables

Python for Beginners

... result of 2. However, you may want to use a certain value more t ... action, we'll keep things this way for now in order to better und ...he second path is the file that was run with this version of Pytho ...second line in our code. Python was able to get to this point in t...

How to build a Simple Robot Arm with Servo Motor and Joystick

Physical Computing Tutorials

...D Workshop to laser cut the hardware. In this tutorial, we will fo ...r robotic arm) with two potentiometers. You can use more or less ser ...ound to GND Servo: Signal to 6/10 Potentiometer: Right pin to 5V Potentiometer: Left pin to GND Potentiometer...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...( actuatorPin, HIGH ); delay( 1000 ); digitalWrite( actuato ...rPin, LOW ); delay( 1000 ); } Advanced Example You ca...

Touch sensor - Using an MPR121

Physical Computing Tutorials

... libraries folder Now the software Arduino IDE is ready, you wil ...e) MPR121.setReleaseThreshold(10); //half of TouchThreshold } v ....println(i); } } delay(100); // Small delay to reduce ser ....getFilteredData(11)); delay(100); // Adjust for readability } ...

Making a Force Sensor/ a Button with Velostat & Conductive Fabric

Physical Computing Tutorials

...o 5V or GND. Power (one end to 5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...println(sensorValue); delay (100); // change for the speed of s ...println(buttonState); delay (100); // change for the speed of serial monitor }

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } G ...r thats too long matrix.print(10000, DEC); matrix.writeDisplay ... matrix.writeDisplay(); delay(10000); // print with print/prin...

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 ...uld see the below page. What we want to do is click the link that ...

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 ...ht need to change the third parameter--see the strandtest // example ...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

...ack wire Connect L+ & L- if you want stereo audio File handling ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF1201SSerial(2, 3); / ...e wire connection!"); delay(1000); } player.setVol(0); ...eonardo, you should not use SoftwareSerial. The Leonardo already h...

UE Installation and Set-up

Unreal Engine Basics

...finishes, run the installer and wait for it to complete. Creat ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl ... Unreal Engine can take between 10 to 40 minutes, sometimes longer...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ... will have to adapt various parameters to link our VideoDeviceIn TOP, ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent...

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 ); } } Sample MP3 files To help you get up and running...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...

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

Unity AR Image target AR tutorial

... set to Single Image, also, be aware that your image size should m ...void scale mismatch. Unity uses meters as the default unit scale so if your image width is 50cm you should type 0.5 Usually, it doesn't take long for your image to upload and get rate...

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

...ale projection (anything over 3 meters), MadMapper’s high-resolution ...s://madmapper.com/madmapper/software. Software Setup  Before launching MadMapper, make sure your displays are not mirrored: macOS: Go to System Preferences > Displays, and unch...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

... Pin 11 --> Pin 0 (5) Pin 10 --> Reset (1) Only when ...ploading code to ATtiny85 Put a 10uF capacitor between GND and RESET on Arduino Adding Attiny85 to Boards Manager We have to make ATtiny compatible with Arduino IDE first, so that we ca...