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

171 total results found

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.