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

174 total results found

Touch sensor - Using an MPR121

Physical Computing Tutorials

...ary Adafruit, Sparkfun, Seeedstudio and Bare Conductive all provid ... libraries folder Now the software Arduino IDE is ready, you wil ...DA and SCL pins as shown in the diagrams, in this case you'll need ...ta This example code is only reading from electrode 11. #include <...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...ll set up the keyboard corresponding to your Country. The main difference between US and UK keybo ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...

Transporter Documents

...with information about creating different kinds of content for the ... Project Proposal Form after reading the CCG. Aim to provide as much detail as possible about your project. While we understand that you may not be in a position to know every detail, it...

Powering an Arduino

Physical Computing Tutorials

...rt low-current charging mode/ always-on mode. These will be suitab ...he same.) Motors There are many different types of motors availabl ...e. Before deciding how to power your motor, you must know what voltage the motor is going to use and how much curren...

Metahuman Creator

A guide to the basics of how to create Metahumans and digital copies of real people.

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

Physical Computing Tutorials

...rial.begin(9600); pinMode(buttonPin, INPUT_PULLUP); } void loop() { // put your main code here, to run repeatedly: buttonState = digitalRead(buttonPin); Serial.println(buttonState); delay (100); // change for the speed of serial monitor }

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...; while (1); } } void loop() { // read magnetic field in all three directions IMU.readMagneticField(x, y, z); if(x < 0) { ledvalue = -(x); } else{ ledvalue = x; } analogWrite(LED_BUILTIN, ledvalue); delay(500); }

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...r (int i = 0; i < cameras.length; i++) { println(cameras[i]); } // The camera can be initialized directly using an // element ...ng the image // without any additional resizing, transformations, or tint. //set(0, 0, cam); }

AR with Unity - Step #4 - Building and testing your app

Unity AR Image target AR tutorial

...in AR with Unity - Step #3 - Adding content to your project ...Building your project Before building the app we need to make sure ...we disable the default main camera as there can't be two cameras in your project, to do so, just select it and unt...

Physical Computing Components List

Physical Computing

...w components from CTH? Please discuss which components you would ...e component numbers to help expedite the checkout process. Pleas ... are subject to availability. Additionally, ensure that you take good care of the components during use. No Solder...

Switch Operator

Touchdesigner Basics of Touchdesigner

...l TOP - activate the operator's display viewer to better monitor any alterations  .  In the parameters window for Switch TOP, use the INDEX slider to alternate between your visuals. Touchdesigner likes to start counting from 0, hence your first image wi...

Unity AR

AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anchor point for your 2D/3D to be displayed on top of.